Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/config/
H A Dgram.y361 ropt_list ',' WORD { removeoption($3); } |
362 WORD { removeoption($1); };
H A Dconfig.h335 void removeoption(const char *name);
H A Dmain.c407 removeoption(const char *name) in removeoption() function