Searched refs:A_FLAG (Results 1 – 14 of 14) 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 */ macro90 flags |= A_FLAG; in b_read()240 if(flags&A_FLAG) in sh_readline()242 flags &= ~A_FLAG; in sh_readline()
132 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) {
199 gptr->g_autobaud |= A_FLAG;236 if (gptr->g_autobaud & A_FLAG) 428 if (gptr->g_autobaud & A_FLAG) in dump_ttydefs()
271 if (speedef->g_autobaud & A_FLAG) {272 pmptr->p_ttyflags |= A_FLAG;
98 #define A_FLAG 0x20 /* autobaud flag */ macro
134 ptr->g_autobaud |= A_FLAG; in main()305 if (ttydef->g_autobaud & A_FLAG) {
508 if ((e1->p_ttyflags & ~A_FLAG) != (e2->p_ttyflags & ~A_FLAG))
164 else if (pmptr->p_ttyflags & A_FLAG) {
164 #define A_FLAG 0 macro236 case A_FLAG: in main()
859 A ) A_FLAG=y1924 if [[ ($build_ok = y) && (($A_FLAG = y) || ($r_FLAG = y)) ]]; then1942 if [[ $A_FLAG = y ]]; then
861 A ) A_FLAG=y1914 if [[ ($build_ok = y) && (($A_FLAG = y) || ($r_FLAG = y)) ]]; then1932 if [[ $A_FLAG = y ]]; then
84 #define A_FLAG 1 macro924 flags |= A_FLAG; in b_stty()
143 #define A_FLAG 0 macro