Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/pr/
H A Dpr.c251 int isarg = 0; in findopt() local
286 isarg = 1; in findopt()
288 isarg = 0; in findopt()
293 if (isarg == 0) in findopt()
296 isarg = 0; in findopt()
/titanic_50/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? */ in isarg() function