Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/byacc/
HDoutput.c916 pack_table(void) in pack_table() function
1169 pack_table(); in output_actions()
/freebsd-14-stable/sbin/ipfw/
HDipfw2.c419 static uint16_t pack_table(struct tidx *tstate, const char *name);
3206 pack_table(struct tidx *tstate, const char *name) in pack_table() function
3230 if ((uidx = pack_table(tstate, av + 6)) == 0) in fill_table()
3573 if ((uidx = pack_table(tstate, arg + 6)) == 0) in fill_iface()
5271 if ((i = pack_table(tstate, *av)) == 0) in compile_rule()