Searched refs:op_Var (Results 1 – 3 of 3) sorted by relevance
103 op_Digit, op_String, op_Regex, op_Var, op_Func enumerator
147 | '%' '{' T_ID '}' { $$ = ssl_expr_make(op_Var, $3, NULL); }
203 case op_Var: { in ssl_expr_eval_word()