Searched refs:infunc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dlex.c33 extern int infunc;
311 if (c == '(' || c == '[' || (infunc && isarg(buf) >= 0)) {
471 if (infunc)
475 if (!infunc)
486 if (c != '(' && infunc && (n=isarg(w)) >= 0) {
H A Dawkgram.y35 int infunc = 0; /* = 1 if in arglist or body of func */
184 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
185 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
329 | NEXT st { if (infunc)
332 | NEXTFILE st { if (infunc)
H A Dytabc.bak260 int infunc = 0; /* = 1 if in arglist or body of func */
2531 {infunc++;}
2536 { infunc--; curfname=0; defn((Cell *)(yyvsp[-7].p), (yyvsp[-5].p), (yyvsp[-1].p)); (yyval.p) = 0; }
2834 { if (infunc)
2841 { if (infunc)
H A Dytab.c276 int infunc = 0; /* = 1 if in arglist or body of func */ variable
2851 {infunc++;}
2856 { infunc--; curfname=0; defn((Cell *)(yyvsp[(2) - (9)].p), (yyvsp[(4) - (9)].p), (yyvsp[(8) - (9)].p)); (yyval.p) = 0; }
3154 { if (infunc)
3161 { if (infunc)

Completed in 190 milliseconds