Searched refs:stringlist_t (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/tcsh-6/ |
H A D | tw.init.c | 47 } stringlist_t; typedef 60 static stringlist_t tw_cmd = { NULL, NULL, 0, 0, 0, 0 }; 61 static stringlist_t tw_item = { NULL, NULL, 0, 0, 0, 0 }; 90 static Char *tw_str_add (stringlist_t *, size_t); 91 static void tw_str_free (stringlist_t *); 105 tw_str_add(stringlist_t *sl, size_t len) in tw_str_add() 139 tw_str_free(stringlist_t *sl) in tw_str_free()
|