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