Searched refs:isarg (Results 1 – 3 of 3) sorted by relevance
265 if (isarg(v->nval) != -1) { in defn()279 int isarg(const char *s) /* is s in argument list for current function? */ in isarg() function
330 if (c == '(' || c == '[' || (infunc && isarg(buf) >= 0)) { in yylex()543 if (c != '(' && infunc && (n=isarg(w)) >= 0) { in word()
89 extern int isarg(const char *);