Lines Matching defs:numitems
529 int numitems = 0, ignoring = TRUE, nignored = 0;
557 for (numitems = 0; entry = getentry(dir_fd, looking_for_lognames); ) {
565 if (numitems >= MAXITEMS) {
574 items[numitems] = (tchar *)xalloc((unsigned)(strlen_(entry) + 1) * sizeof (tchar));
575 copyn(items[numitems], entry, MAXNAMLEN);
576 numitems++;
581 entry, name_length, ++numitems))
585 if (ignoring && numitems == 0 && nignored > 0) {
601 if (command == RECOGNIZE && numitems > 0) {
609 return (numitems);
612 qsort((char *)items, numitems, sizeof (items[1]),
620 items, numitems, 0);
636 recognize(tchar *extended_name, tchar *entry, int name_length, int numitems)
642 if (numitems == 1) /* 1st match */
704 int numitems, num_read, should_retype;
757 numitems = search2(word_start, command, space_left);
790 if (numitems != 1) /* Beep = No match/ambiguous */