Home
last modified time | relevance | path

Searched refs:FINT (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.sem.c223 (tpgrp == -1 && (t->t_dflg&FINT))
243 } else if (tpgrp == -1 && (t->t_dflg&FINT)) {
320 t->t_dspr->t_dflg |= t->t_dflg & FINT;
326 (t->t_dflg & (FPIN|FAND|FDIAG|FINT));
329 (t->t_dflg & (FPOU|FAND|FPAR|FINT));
337 t->t_dcar->t_dflg |= t->t_dflg & FINT;
347 t->t_dcdr->t_dflg |= t->t_dflg & (FPAR|FINT);
355 t->t_dcar->t_dflg |= t->t_dflg & FINT;
361 t->t_dcdr->t_dflg |= t->t_dflg & (FPAR|FINT);
439 } else if ((flags & FINT) && tpgrp == -1) { in doio()
H A Dsh.parse.c271 t->t_dflg = FAND|FINT; in syn0()
275 t1->t_dflg |= FAND|FINT; in syn0()
H A Dsh.h320 #define FINT (1<<5) /* should be immune from intr's */ macro
H A Dsh.proc.c1201 ignint = (tpgrp == -1 && (t->t_dflg&FINT)) in pfork()
1245 } else if (tpgrp == -1 && (t->t_dflg&FINT)) { in pfork()
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk3.c211 } else if (value->n_flags & FINT) in nassign()
304 np->n_flags = FINT|FVINT; in intnode()
698 retval->n_flags = FINT; in action()
825 if (np->n_flags & FINT) in exprint()
858 if (np->n_flags & FINT) in exprreal()
887 if (np->n_flags & FINT) in exprstring()
1267 type = FINT; in arithmetic()
1274 if (type == FINT) { in arithmetic()
1292 if (type == FINT) { in arithmetic()
1300 if (type == FINT) { in arithmetic()
[all …]
H A Dawk.h180 #define FINT 0x40 /* Node has integer type */ macro
195 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))
197 #define isint(f) ((f)&(FINT|FVINT))
H A Dawk2.c89 if (varNR->n_flags & FINT) in nextrecord()
93 if (varFNR->n_flags & FINT) in nextrecord()
208 if (varFNR->n_flags & FINT) in newfile()
508 if (np->n_flags & FINT) in s_print()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h34 #define FINT (02<<COMBITS) /* non-interruptable */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c1188 else if(!(type&FINT)) in sh_exec()
1198 if(((type&(FAMP|FINT)) == (FAMP|FINT)) && (maxjob=nv_getnum(JOBMAXNOD))>0) in sh_exec()
1212 if((type&(FAMP|FINT)) == (FAMP|FINT)) in sh_exec()
1303 if((type&FINT) && !sh_isstate(SH_MONITOR)) in sh_exec()
2430 if(!postid && (flags&(FAMP|FINT)) == (FAMP|FINT)) in _sh_fork()
3030 if((otype&FINT) && !sh_isstate(SH_MONITOR)) in sh_ntfork()
3086 if((otype&FINT) && !sh_isstate(SH_MONITOR)) in sh_ntfork()
3131 if((otype&FINT) && !sh_isstate(SH_MONITOR)) in sh_ntfork()
H A Dparse.c478 register int type = FINT|FAMP; in sh_cmd()
/titanic_41/usr/src/cmd/oawk/
H A Dawk.lx.l146 <A>int { yylval = FINT; RETURN(FNCN); }
H A Dawk.def97 #define FINT 5
H A Drun.c1071 else if (t == FINT) in fncn()
/titanic_41/usr/src/cmd/awk/
H A Dawk.h153 #define FINT 5 macro
H A Dawk.lx.l180 <A>int { yylval.i = FINT; RET(BLTIN); }
H A Drun.c1500 case FINT: in bltin()