Searched refs:A_FLAG (Results 1 – 13 of 13) sorted by relevance
40 #define A_FLAG 4 macro105 flags |= A_FLAG; in b_whence()147 flags &= ~A_FLAG; in whence()151 aflag = ((flags&A_FLAG)!=0); in whence()
43 #define A_FLAG 4 /* read into array */ macro93 flags |= A_FLAG; in b_read()245 if(flags&A_FLAG) in sh_readline()248 flags &= ~A_FLAG; in sh_readline()
131 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()
195 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()
248 if (speedef->g_autobaud & A_FLAG) { in initial_termio()249 pmptr->p_ttyflags |= A_FLAG; in initial_termio()
99 #define A_FLAG 0x20 /* autobaud flag */ macro
107 ptr->g_autobaud |= A_FLAG; in main()280 if (ttydef->g_autobaud & A_FLAG) { in add_entry()
512 if ((e1->p_ttyflags & ~A_FLAG) != (e2->p_ttyflags & ~A_FLAG)) in same_entry()
155 } else if (pmptr->p_ttyflags & A_FLAG) { in got_carrier()
162 #define A_FLAG 0 macro234 case A_FLAG: in main()
744 A ) A_FLAG=y1899 if [[ ($build_ok == y) && (($A_FLAG == y) || ($r_FLAG == y)) ]]; then1917 if [[ $A_FLAG == y ]]; then
86 #define A_FLAG 1 macro928 flags |= A_FLAG; in b_stty()
143 #define A_FLAG 0 macro