Home
last modified time | relevance | path

Searched refs:num_expr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/gspa/gspa/
H A Dgsp_gram.y112 | NUMBER { $$ = num_expr($1); }
H A Dgsp_ass.h146 expr num_expr(int);
H A Dgsp_act.c168 num_expr(int val) in num_expr() function