Searched refs:wordno (Results 1 – 1 of 1) sorted by relevance
458 size_t wordno; in tw_complete() local484 for (wordno = 1; (wl[wordno] = tw_tok(NULL)) != NULL && in tw_complete()485 wl[wordno] != INVPTR; wordno++) in tw_complete()488 if (wl[wordno] == INVPTR) { /* Found a meta character */ in tw_complete()495 for (i = 0; i < wordno; i++) in tw_complete()503 wl[wordno] = *word; in tw_complete()504 wordno++; in tw_complete()506 wl[wordno] = NULL; in tw_complete()511 xprintf(" w#: %lu\n", (unsigned long)wordno); in tw_complete()515 xprintf("last: %s\n", wordno >= 2 ? short2str(wl[wordno-2]) : "n/a"); in tw_complete()[all …]