Searched refs:A_FLAG (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h98 #define A_FLAG 0x20 /* autobaud flag */ macro
H A Dtmchild.c132 if (speedef->g_autobaud & A_FLAG) {
139 if ((pmtab->p_ttyflags & (R_FLAG|A_FLAG)) ||
188 if (speedef->g_autobaud & A_FLAG) {
309 if (!(pmtab->p_ttyflags & A_FLAG)) { /* autobaud not enabled */
425 if (speedef->g_autobaud & A_FLAG) {
H A Dtmttydefs.c199 gptr->g_autobaud |= A_FLAG;
236 if (gptr->g_autobaud & A_FLAG)
428 if (gptr->g_autobaud & A_FLAG)
H A Dtmterm.c271 if (speedef->g_autobaud & A_FLAG) {
272 pmptr->p_ttyflags |= A_FLAG;
H A Dsttydefs.c134 ptr->g_autobaud |= A_FLAG;
305 if (ttydef->g_autobaud & A_FLAG) {
H A Dtmpmtab.c506 * because A_FLAG is not part of original ttyflags
508 if ((e1->p_ttyflags & ~A_FLAG) != (e2->p_ttyflags & ~A_FLAG))
H A Dtmhandler.c144 * - A_FLAG - wait for data
164 else if (pmptr->p_ttyflags & A_FLAG) {
166 debug("A_FLAG");
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dwhence.c40 #define A_FLAG 4 macro
105 flags |= A_FLAG;
147 flags &= ~A_FLAG;
151 aflag = ((flags&A_FLAG)!=0);
H A Dread.c43 #define A_FLAG 4 /* read into array */ macro
90 flags |= A_FLAG;
240 if(flags&A_FLAG)
242 flags &= ~A_FLAG;
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c164 #define A_FLAG 0 macro
236 case A_FLAG:
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh668 A_FLAG=n
861 A ) A_FLAG=y
1914 if [[ ($build_ok = y) && (($A_FLAG = y) || ($r_FLAG = y)) ]]; then
1932 if [[ $A_FLAG = y ]]; then
/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c84 #define A_FLAG 1 macro
924 flags |= A_FLAG;
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c143 #define A_FLAG 0 macro

Completed in 133 milliseconds