Searched refs:stringlist_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.init.c51 } stringlist_t; typedef in typeref:struct:__anon4214
64 static stringlist_t tw_cmd = { NULL, NULL, 0, 0, 0, 0 };
65 static stringlist_t tw_item = { NULL, NULL, 0, 0, 0, 0 };
94 static Char *tw_str_add (stringlist_t *, size_t);
95 static void tw_str_free (stringlist_t *);
109 tw_str_add(stringlist_t *sl, size_t len)
144 tw_str_free(stringlist_t *sl)

Completed in 65 milliseconds