Lines Matching refs:tablelist
229 struct tablelist struct
231 struct tablelist *t_next; argument
239 static struct tablelist *list_fcmd_tables = NULL; argument
240 static struct tablelist *list_ecmd_tables = NULL;
241 static struct tablelist *list_var_tables = NULL;
242 static struct tablelist *list_sysvar_tables = NULL;
306 static void expand_cmd_table(struct tablelist *tlist) in expand_cmd_table()
308 struct tablelist *t; in expand_cmd_table()
379 static int add_cmd_table(struct tablelist **tlist, char *buf, int len) in add_cmd_table()
381 struct tablelist *t; in add_cmd_table()
389 if ((t = (struct tablelist *) in add_cmd_table()
390 calloc(1, sizeof(struct tablelist))) == NULL) in add_cmd_table()
422 static void add_var_table(struct tablelist **tlist, char *buf, int len) in add_var_table()
628 static int cmd_decode(struct tablelist *tlist, char *cmd, char **sp) in cmd_decode()
630 struct tablelist *t; in cmd_decode()