Lines Matching refs:exVal
37 ap_expr_t *exVal;
89 %type <exVal> expr
90 %type <exVal> comparison
91 %type <exVal> strfunccall "function"
92 %type <exVal> lstfunccall "listfunction"
93 %type <exVal> regex
94 %type <exVal> words
95 %type <exVal> wordlist
96 %type <exVal> word
97 %type <exVal> string
98 %type <exVal> strpart "stringpart"
99 %type <exVal> var "variable"
100 %type <exVal> backref "rebackref"