Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/less/
H A Ddecode.c218 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()
[all …]
/openbsd-src/usr.sbin/relayd/
H A Drelayd.h526 TAILQ_HEAD(tablelist, table);
1109 struct tablelist *sc_tables;
1328 void purge_table(struct relayd *, struct tablelist *,
H A Dparse.y729 tablelist_l : tablelist comma tablelist_l
730 | tablelist optnl
733 tablelist : host {
H A Drelayd.c517 purge_table(struct relayd *env, struct tablelist *head, struct table *table) in purge_table()