Searched refs:current_exp (Results 1 – 1 of 1) sorted by relevance
948 struct filter_arg *current_exp = NULL; in process_filter() local971 else if (current_exp) { in process_filter()972 ret = add_right(current_exp, arg, error_str); in process_filter()982 *parg = current_exp; in process_filter()1004 if (current_exp) { in process_filter()1033 current_exp = arg; in process_filter()1039 if (!current_op && !current_exp) in process_filter()1043 if (current_exp && !check_op_done(current_exp)) in process_filter()1051 *parg = current_exp; in process_filter()1064 if (!current_exp && !current_op) in process_filter()[all …]