Searched refs:plhs (Results 1 – 1 of 1) sorted by relevance
92 static bucket **plhs; variable2163 plhs = TMALLOC(bucket *, maxrules); in initialize_grammar()2164 NO_SPACE(plhs); in initialize_grammar()2166 plhs[0] = 0; in initialize_grammar()2167 plhs[1] = 0; in initialize_grammar()2168 plhs[2] = 0; in initialize_grammar()2198 plhs = TREALLOC(bucket *, plhs, maxrules); in expand_rules()2199 NO_SPACE(plhs); in expand_rules()2448 for (i = plhs[nrules]->args - 1; i >= 0; i--) in compile_arg()2449 if (arg == plhs[nrules]->argnames[i]) in compile_arg()[all …]