Home
last modified time | relevance | path

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

/external/one-true-awk/
Dparse.c242 if (isarg(v->nval) != -1) { in defn()
256 int isarg(const char *s) /* is s in argument list for current function? */ in isarg() function
Dlex.c313 if (c == '(' || c == '[' || (infunc && isarg(buf) >= 0)) { in yylex()
489 if (c != '(' && infunc && (n=isarg(w)) >= 0) { in word()
Dproto.h90 extern int isarg(const char *);