Home
last modified time | relevance | path

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

/busybox-1.35.0/findutils/
Dfind.c1087 static action* alloc_action(struct pp_locals *ppl, int sizeof_struct, action_fp f) in alloc_action() argument
1091 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() local
1206 #define appp (ppl.appp ) in parse_params()
1207 #define cur_group (ppl.cur_group ) in parse_params()
[all …]