Home
last modified time | relevance | path

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

/netbsd-src/sbin/cgdconfig/
H A Dparams.h99 struct params *params_algorithm(string_t *);
H A Dcgdparse.y85 rule: ALGORITHM stringlit EOL { $$ = params_algorithm($2); }
H A Dparams.c237 params_algorithm(string_t *in) in params_algorithm() function