Searched refs:last_op (Results 1 – 1 of 1) sorted by relevance
79 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local86 last_op = cur = &root; in strfilter_node__new()92 if (!cur->r || !last_op->r) in strfilter_node__new()94 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new()97 last_op->r = cur; in strfilter_node__new()98 last_op = cur; in strfilter_node__new()107 last_op = cur; in strfilter_node__new()