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

/freebsd-11-stable/contrib/one-true-awk/
H A Dparse.c242 if (isarg(v->nval) != -1) {
256 int isarg(const char *s) /* is s in argument list for current function? */ function
H A Dlex.c311 if (c == '(' || c == '[' || (infunc && isarg(buf) >= 0)) {
486 if (c != '(' && infunc && (n=isarg(w)) >= 0) {
H A Dproto.h90 extern int isarg(const char *);

Completed in 153 milliseconds