Searched refs:list_wrap_t (Results 1 – 1 of 1) sorted by relevance
54 } list_wrap_t; typedef57 list_wrap_depth(list_wrap_t *lw) in list_wrap_depth()69 list_wrap_t *70 list_wrap_alloc(list_wrap_t *next) in list_wrap_alloc()72 list_wrap_t *out = calloc(1, sizeof (list_wrap_t)); in list_wrap_alloc()82 list_wrap_t *83 list_wrap_pop_and_free(list_wrap_t *lw) in list_wrap_pop_and_free()85 list_wrap_t *next = lw->lw_next; in list_wrap_pop_and_free()177 typedef int (*command_handler_t)(list_wrap_t **, boolean_t, int,181 ch_add_string(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_add_string()[all …]