Searched refs:curr_operand (Results 1 – 1 of 1) sorted by relevance
1250 static char *curr_operand(struct filter_parse_state *ps) in curr_operand() function1328 if (strlen(curr_operand(ps))) { in filter_parse()1329 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()1353 if (strlen(curr_operand(ps))) { in filter_parse()1354 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()1378 if (strlen(curr_operand(ps))) in filter_parse()1379 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()