Searched refs:isarg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c251 int isarg = 0; local
286 isarg = 1;
288 isarg = 0;
293 if (isarg == 0)
296 isarg = 0;
/illumos-gate/usr/src/cmd/awk/
H A Dawk.lx.l140 if (c == '(' || c == '[' || infunc && (n=isarg(yytext+1)) >= 0) {
194 if (c != '(' && infunc && (n=isarg(yytext)) >= 0) {
H A Dparse.c272 isarg(uchar *s) /* is s in argument list for current function? */ function

Completed in 46 milliseconds