Lines Matching refs:tablelist
218 struct tablelist struct
220 struct tablelist *t_next; argument
228 static struct tablelist *list_fcmd_tables = NULL; argument
229 static struct tablelist *list_ecmd_tables = NULL;
230 static struct tablelist *list_var_tables = NULL;
231 static struct tablelist *list_sysvar_tables = NULL;
300 struct tablelist *tlist; in expand_cmd_table()
302 struct tablelist *t;
357 struct tablelist **tlist; in add_cmd_table()
361 struct tablelist *t;
369 if ((t = (struct tablelist *)
370 calloc(1, sizeof(struct tablelist))) == NULL)
410 struct tablelist **tlist; in add_var_table()
515 struct tablelist *tlist; in cmd_decode()
519 struct tablelist *t;