Lines Matching refs:nargs
86 int nargs; /* return value == # args in the line */
141 nargs = getargs(str, wvec, wcount);
145 || (str[0] == 'R' && nargs < 6) /* R lines need >= 6 entries */
146 || (str[0] == 'S' && nargs < 7)) { /* S lines need >= 7 entries */
164 return(nargs);
278 * nargs -> number of arguments
285 int nargs;
288 while ((nargs = anlwrk(file, wrkvec, wcount)) == 0) {
292 DEBUG(7, " return - %d\n", nargs);
293 return(nargs);