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
313 if (c == '(' || c == '[' || (infunc && isarg(buf) >= 0)) { in yylex()489 if (c != '(' && infunc && (n=isarg(w)) >= 0) { in word()
90 extern int isarg(const char *);