Lines Matching defs:items
285 print_by_column(tchar *dir, tchar *items[], int count, int looking_for_command)
293 maxwidth = max(maxwidth, tswidth(items[i]));
310 printf("%t", items[i]);
311 w = tswidth(items[i]);
314 (tchar) filetype(dir, items[i], 0));
500 free_items(tchar **items)
507 for (i = 0; items[i]; i++)
508 xfree(items[i]);
509 xfree((char *)items);
512 #define FREE_ITEMS(items) { \
516 free_items(items);\
517 items = NULL;\
527 static tchar **items = NULL;
539 if (items != NULL)
540 FREE_ITEMS(items);
571 if (items == NULL)
572 items = (tchar **)xcalloc(sizeof (items[1]),
574 items[numitems] = (tchar *)xalloc((unsigned)(strlen_(entry) + 1) * sizeof (tchar));
575 copyn(items[numitems], entry, MAXNAMLEN);
612 qsort((char *)items, numitems, sizeof (items[1]),
620 items, numitems, 0);
621 if (items != NULL)
622 FREE_ITEMS(items);
659 * Return true if check items initial chars in template
661 * it items anything