Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/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
90 flags |= A_FLAG; in b_read()
240 if(flags&A_FLAG) in sh_readline()
242 flags &= ~A_FLAG; in sh_readline()
/titanic_50/usr/src/cmd/ttymon/
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) in dump_ttydefs()
H A Dtmterm.c271 if (speedef->g_autobaud & A_FLAG) {
272 pmptr->p_ttyflags |= A_FLAG;
H A Dtmstruct.h98 #define A_FLAG 0x20 /* autobaud flag */ macro
H A Dsttydefs.c134 ptr->g_autobaud |= A_FLAG; in main()
305 if (ttydef->g_autobaud & A_FLAG) {
H A Dtmpmtab.c508 if ((e1->p_ttyflags & ~A_FLAG) != (e2->p_ttyflags & ~A_FLAG))
H A Dtmhandler.c164 else if (pmptr->p_ttyflags & A_FLAG) {
/titanic_50/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c164 #define A_FLAG 0 macro
236 case A_FLAG: in main()
/titanic_50/usr/src/tools/scripts/
H A Dnightly859 A ) A_FLAG=y
1924 if [[ ($build_ok = y) && (($A_FLAG = y) || ($r_FLAG = y)) ]]; then
1942 if [[ $A_FLAG = y ]]; then
H A Dnightly.sh861 A ) A_FLAG=y
1914 if [[ ($build_ok = y) && (($A_FLAG = y) || ($r_FLAG = y)) ]]; then
1932 if [[ $A_FLAG = y ]]; then
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c84 #define A_FLAG 1 macro
924 flags |= A_FLAG; in b_stty()
/titanic_50/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c143 #define A_FLAG 0 macro