Searched refs:last_op (Results 1 – 1 of 1) sorted by relevance
84 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local91 last_op = cur = &root; in strfilter_node__new()97 if (!cur->r || !last_op->r) in strfilter_node__new()99 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new()102 last_op->r = cur; in strfilter_node__new()103 last_op = cur; in strfilter_node__new()112 last_op = cur; in strfilter_node__new()