Searched refs:current_exp (Results 1 – 1 of 1) sorted by relevance
949 struct tep_filter_arg *current_exp = NULL; in process_filter() local972 else if (current_exp) { in process_filter()973 ret = add_right(current_exp, arg, error_str); in process_filter()983 *parg = current_exp; in process_filter()1005 if (current_exp) { in process_filter()1034 current_exp = arg; in process_filter()1040 if (!current_op && !current_exp) in process_filter()1044 if (current_exp && !check_op_done(current_exp)) in process_filter()1052 *parg = current_exp; in process_filter()1065 if (!current_exp && !current_op) in process_filter()[all …]