Searched refs:etype (Results 1 – 1 of 1) sorted by relevance
422 create_arg_exp(enum filter_exp_type etype) in create_arg_exp() argument431 arg->op.type = etype; in create_arg_exp()437 create_arg_cmp(enum filter_exp_type etype) in create_arg_cmp() argument447 arg->op.type = etype; in create_arg_cmp()666 enum filter_exp_type *etype) in process_op() argument669 *etype = FILTER_EXP_NONE; in process_op()684 *etype = FILTER_EXP_ADD; in process_op()686 *etype = FILTER_EXP_SUB; in process_op()688 *etype = FILTER_EXP_MUL; in process_op()690 *etype = FILTER_EXP_DIV; in process_op()[all …]