Searched refs:FINT (Results 1 – 16 of 16) sorted by relevance
221 (tpgrp == -1 && (t->t_dflg&FINT))241 } else if (tpgrp == -1 && (t->t_dflg&FINT)) {318 t->t_dspr->t_dflg |= t->t_dflg & FINT;324 (t->t_dflg & (FPIN|FAND|FDIAG|FINT));327 (t->t_dflg & (FPOU|FAND|FPAR|FINT));335 t->t_dcar->t_dflg |= t->t_dflg & FINT;345 t->t_dcdr->t_dflg |= t->t_dflg & (FPAR|FINT);353 t->t_dcar->t_dflg |= t->t_dflg & FINT;359 t->t_dcdr->t_dflg |= t->t_dflg & (FPAR|FINT);437 } else if ((flags & FINT) && tpgrp == -1) { in doio()
269 t->t_dflg = FAND|FINT; in syn0()273 t1->t_dflg |= FAND|FINT; in syn0()
303 #define FINT (1<<5) /* should be immune from intr's */ macro
1207 ignint = (tpgrp == -1 && (t->t_dflg&FINT)) in pfork()1251 } else if (tpgrp == -1 && (t->t_dflg&FINT)) { in pfork()
209 } else if (value->n_flags & FINT) in nassign()302 np->n_flags = FINT|FVINT; in intnode()696 retval->n_flags = FINT; in action()824 if (np->n_flags & FINT) in exprint()857 if (np->n_flags & FINT) in exprreal()886 if (np->n_flags & FINT) in exprstring()1264 type = FINT; in arithmetic()1271 if (type == FINT) { in arithmetic()1289 if (type == FINT) { in arithmetic()1297 if (type == FINT) { in arithmetic()[all …]
181 #define FINT 0x40 /* Node has integer type */ macro196 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))198 #define isint(f) ((f)&(FINT|FVINT))
87 if (varNR->n_flags & FINT) in nextrecord()91 if (varFNR->n_flags & FINT) in nextrecord()206 if (varFNR->n_flags & FINT) in newfile()506 if (np->n_flags & FINT) in s_print()
34 #define FINT (02<<COMBITS) /* non-interruptable */ macro
1628 else if(!(type&FINT)) in sh_exec()1638 if(((type&(FAMP|FINT)) == (FAMP|FINT)) && (maxjob=nv_getnum(JOBMAXNOD))>0) in sh_exec()1672 if((type&(FAMP|FINT)) == (FAMP|FINT)) in sh_exec()1683 if((type&(FAMP|FINT)) == (FAMP|FINT)) in sh_exec()1789 if((type&FINT) && !sh_isstate(SH_MONITOR)) in sh_exec()3157 if(!postid && (flags&(FAMP|FINT)) == (FAMP|FINT)) in _sh_fork()3827 if((otype&FINT) && !sh_isstate(SH_MONITOR)) in sh_ntfork()3889 if((otype&FINT) && !sh_isstate(SH_MONITOR)) in sh_ntfork()3935 if((otype&FINT) && !sh_isstate(SH_MONITOR)) in sh_ntfork()
501 register int type = FINT|FAMP; in sh_cmd()
143 <A>int { yylval = FINT; RETURN(FNCN); }
96 #define FINT 5
1071 else if (t == FINT) in fncn()
185 #define FINT 5 macro
69 { "int", FINT, BLTIN },
1737 case FINT: in bltin()