Home
last modified time | relevance | path

Searched refs:tw_item (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/tcsh/
HDtw.init.c65 static stringlist_t tw_item = { NULL, NULL, 0, 0, 0, 0 }; variable
787 tw_str_free(&tw_item); in tw_item_free()
797 return tw_item.list; in tw_item_get()
809 p = tw_str_add(&tw_item, s->len + 1); in tw_item_add()
823 if (tw_item.list == NULL || str == NULL) in tw_item_find()
826 for (i = 0; i < tw_item.nlist; i++) in tw_item_find()
827 if (tw_item.list[i] != NULL && Strcmp(tw_item.list[i], str) == 0) in tw_item_find()
828 return tw_item.list[i]; in tw_item_find()