Searched refs:curr_operand (Results 1 – 1 of 1) sorted by relevance
1199 static char *curr_operand(struct filter_parse_state *ps) in curr_operand() function1277 if (strlen(curr_operand(ps))) { in filter_parse()1278 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()1302 if (strlen(curr_operand(ps))) { in filter_parse()1303 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()1327 if (strlen(curr_operand(ps))) in filter_parse()1328 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()