Searched refs:tablelist (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/less/ |
| H A D | decode.c | 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() [all …]
|
| /openbsd-src/usr.sbin/relayd/ |
| H A D | relayd.h | 526 TAILQ_HEAD(tablelist, table); 1109 struct tablelist *sc_tables; 1328 void purge_table(struct relayd *, struct tablelist *,
|
| H A D | parse.y | 729 tablelist_l : tablelist comma tablelist_l 730 | tablelist optnl 733 tablelist : host {
|
| H A D | relayd.c | 517 purge_table(struct relayd *env, struct tablelist *head, struct table *table) in purge_table()
|