Searched refs:FINT (Results 1 – 16 of 16) sorted by relevance
223 (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()
271 t->t_dflg = FAND|FINT; in syn0()275 t1->t_dflg |= FAND|FINT; in syn0()
320 #define FINT (1<<5) /* should be immune from intr's */ macro
1201 ignint = (tpgrp == -1 && (t->t_dflg&FINT)) in pfork()1245 } else if (tpgrp == -1 && (t->t_dflg&FINT)) { in pfork()
211 } 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 …]
180 #define FINT 0x40 /* Node has integer type */ macro195 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))197 #define isint(f) ((f)&(FINT|FVINT))
89 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()
34 #define FINT (02<<COMBITS) /* non-interruptable */ macro
1188 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()
478 register int type = FINT|FAMP; in sh_cmd()
146 <A>int { yylval = FINT; RETURN(FNCN); }
97 #define FINT 5
1071 else if (t == FINT) in fncn()
153 #define FINT 5 macro
180 <A>int { yylval.i = FINT; RET(BLTIN); }
1500 case FINT: in bltin()