Home
last modified time | relevance | path

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

/openbsd-src/libexec/tradcpp/
H A Dmain.c804 static const struct act_option act_options[] = { variable
818 static const unsigned num_act_options = HOWMANY(act_options);
895 r = strcmp(opt, act_options[i].string); in check_act_option()
897 act_options[i].func(); in check_act_option()