Lines Matching refs:tablelist
227 struct tablelist struct
229 struct tablelist *t_next; argument
237 static struct tablelist *list_fcmd_tables = NULL; argument
238 static struct tablelist *list_ecmd_tables = NULL;
239 static struct tablelist *list_var_tables = NULL;
240 static struct tablelist *list_sysvar_tables = NULL;
304 static void expand_cmd_table(struct tablelist *tlist) in expand_cmd_table()
306 struct tablelist *t; in expand_cmd_table()
377 static int add_cmd_table(struct tablelist **tlist, char *buf, int len) in add_cmd_table()
379 struct tablelist *t; in add_cmd_table()
387 if ((t = (struct tablelist *) in add_cmd_table()
388 calloc(1, sizeof(struct tablelist))) == NULL) in add_cmd_table()
420 static void add_var_table(struct tablelist **tlist, char *buf, int len) in add_var_table()
626 static int cmd_decode(struct tablelist *tlist, char *cmd, char **sp) in cmd_decode()
628 struct tablelist *t; in cmd_decode()