Lines Matching refs:nwords
281 int nwords = 0;
309 if (nwords == maxwords) {
315 words[nwords++] = buf;
322 for (i = 0; i < nwords; i++)
327 return nwords;
412 static int ddebug_parse_query(char *words[], int nwords,
420 if (nwords % 2 != 0) {
425 for (i = 0; i < nwords; i += 2) {
538 int nwords, nfound;
541 nwords = ddebug_tokenize(query_string, words, MAXWORDS);
542 if (nwords <= 0) {
547 if (ddebug_parse_flags(words[nwords-1], &modifiers)) {
551 if (ddebug_parse_query(words, nwords-1, &query, modname)) {