Searched refs:maxrules (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/byacc/ |
| H A D | reader.c | 61 static int maxrules; variable 1926 maxrules = 100; in initialize_grammar() 1928 plhs = TMALLOC(bucket *, maxrules); in initialize_grammar() 1935 rprec = TMALLOC(Value_t, maxrules); in initialize_grammar() 1942 rassoc = TMALLOC(Assoc_t, maxrules); in initialize_grammar() 1961 maxrules += 100; in expand_rules() 1963 plhs = TREALLOC(bucket *, plhs, maxrules); in expand_rules() 1966 rprec = TREALLOC(Value_t, rprec, maxrules); in expand_rules() 1969 rassoc = TREALLOC(Assoc_t, rassoc, maxrules); in expand_rules() 2474 if (nrules >= maxrules) in start_rule() [all …]
|
| /freebsd-14.2/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 3372 int lno, maxrules, rc; in parse_offload_policy() local 3392 maxrules = 0; in parse_offload_policy() 3404 if (op->nrules == maxrules) { in parse_offload_policy() 3405 maxrules += REALLOC_STRIDE; in parse_offload_policy() 3407 maxrules * sizeof(struct offload_rule)); in parse_offload_policy() 3410 maxrules); in parse_offload_policy()
|