Searched refs:strpart (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.y98 %type <exVal> strpart "stringpart"
154 string : string strpart { $$ = ap_expr_make(op_Concat, $1, $2, ctx); }
155 | strpart { $$ = $1; }
159 strpart : T_STRING { $$ = ap_expr_make(op_String, $1, NULL, ctx); } label

Completed in 926 milliseconds