Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dwhence.c40 #define A_FLAG 4 macro
105 flags |= A_FLAG; in b_whence()
147 flags &= ~A_FLAG; in whence()
151 aflag = ((flags&A_FLAG)!=0); in whence()
H A Dread.c43 #define A_FLAG 4 /* read into array */ macro
93 flags |= A_FLAG; in b_read()
245 if(flags&A_FLAG) in sh_readline()
248 flags &= ~A_FLAG; in sh_readline()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c131 if (speedef->g_autobaud & A_FLAG) { in tmchild()
138 if ((pmtab->p_ttyflags & (R_FLAG|A_FLAG)) || in tmchild()
187 if (speedef->g_autobaud & A_FLAG) { in tmchild()
306 if (!(pmtab->p_ttyflags & A_FLAG)) { /* autobaud not enabled */ in openline()
418 if (speedef->g_autobaud & A_FLAG) { in do_autobaud()
H A Dtmttydefs.c195 gptr->g_autobaud |= A_FLAG; in read_ttydefs()
235 if (gptr->g_autobaud & A_FLAG) in read_ttydefs()
423 if (gptr->g_autobaud & A_FLAG) in dump_ttydefs()
H A Dtmterm.c248 if (speedef->g_autobaud & A_FLAG) { in initial_termio()
249 pmptr->p_ttyflags |= A_FLAG; in initial_termio()
H A Dtmstruct.h99 #define A_FLAG 0x20 /* autobaud flag */ macro
H A Dsttydefs.c107 ptr->g_autobaud |= A_FLAG; in main()
280 if (ttydef->g_autobaud & A_FLAG) { in add_entry()
H A Dtmpmtab.c512 if ((e1->p_ttyflags & ~A_FLAG) != (e2->p_ttyflags & ~A_FLAG)) in same_entry()
H A Dtmhandler.c155 } else if (pmptr->p_ttyflags & A_FLAG) { in got_carrier()
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c162 #define A_FLAG 0 macro
234 case A_FLAG: in main()
/illumos-gate/usr/src/tools/scripts/
H A Dnightly744 A ) A_FLAG=y
1899 if [[ ($build_ok == y) && (($A_FLAG == y) || ($r_FLAG == y)) ]]; then
1917 if [[ $A_FLAG == y ]]; then
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c86 #define A_FLAG 1 macro
928 flags |= A_FLAG; in b_stty()
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c143 #define A_FLAG 0 macro