Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c221 (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()
H A Dsh.parse.c269 t->t_dflg = FAND|FINT; in syn0()
273 t1->t_dflg |= FAND|FINT; in syn0()
H A Dsh.h303 #define FINT (1<<5) /* should be immune from intr's */ macro
H A Dsh.proc.c1207 ignint = (tpgrp == -1 && (t->t_dflg&FINT)) in pfork()
1251 } else if (tpgrp == -1 && (t->t_dflg&FINT)) { in pfork()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c209 } 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 …]
H A Dawk.h181 #define FINT 0x40 /* Node has integer type */ macro
196 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))
198 #define isint(f) ((f)&(FINT|FVINT))
H A Dawk2.c87 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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h34 #define FINT (02<<COMBITS) /* non-interruptable */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1628 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()
H A Dparse.c501 register int type = FINT|FAMP; in sh_cmd()
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l143 <A>int { yylval = FINT; RETURN(FNCN); }
H A Dawk.def96 #define FINT 5
H A Drun.c1071 else if (t == FINT) in fncn()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h185 #define FINT 5 macro
H A Dlex.c69 { "int", FINT, BLTIN },
H A Drun.c1737 case FINT: in bltin()