Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dparse.c265 if (isarg(v->nval) != -1) { in defn()
279 int isarg(const char *s) /* is s in argument list for current function? */ in isarg() function
H A Dlex.c330 if (c == '(' || c == '[' || (infunc && isarg(buf) >= 0)) { in yylex()
543 if (c != '(' && infunc && (n=isarg(w)) >= 0) { in word()
H A Dproto.h89 extern int isarg(const char *);