Searched refs:ppl (Results 1 – 1 of 1) sorted by relevance
1087 static action* alloc_action(struct pp_locals *ppl, int sizeof_struct, action_fp f) in alloc_action() argument1091 action ***group = &ppl->appp[ppl->cur_group]; in alloc_action()1092 *group = app = xrealloc(*group, (ppl->cur_action+2) * sizeof(ppl->appp[0][0])); in alloc_action()1093 app[ppl->cur_action++] = ap; in alloc_action()1094 app[ppl->cur_action] = NULL; in alloc_action()1096 IF_FEATURE_FIND_NOT( ap->invert = ppl->invert_flag; ) in alloc_action()1097 IF_FEATURE_FIND_NOT( ppl->invert_flag = 0; ) in alloc_action()1205 struct pp_locals ppl; in parse_params() local1206 #define appp (ppl.appp ) in parse_params()1207 #define cur_group (ppl.cur_group ) in parse_params()[all …]