Lines Matching refs:tablelist
218 struct tablelist { struct
219 struct tablelist *t_next; argument
227 static struct tablelist *list_fcmd_tables = NULL; argument
228 static struct tablelist *list_ecmd_tables = NULL;
229 static struct tablelist *list_var_tables = NULL;
230 static struct tablelist *list_sysvar_tables = NULL;
320 add_cmd_table(struct tablelist **tlist, char *buf, int len) in add_cmd_table()
322 struct tablelist *t; in add_cmd_table()
330 if ((t = calloc(1, sizeof (struct tablelist))) == NULL) { in add_cmd_table()
365 add_var_table(struct tablelist **tlist, char *buf, int len) in add_var_table()
456 cmd_decode(struct tablelist *tlist, const char *cmd, char **sp) in cmd_decode()
458 struct tablelist *t; in cmd_decode()