Home
last modified time | relevance | path

Searched refs:tablelist (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Ddecode.c229 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()
[all …]