Searched refs:delconf (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/usr.bin/config/ | ||
| D | sem.h | 71 void delconf(const char *, int); |
| D | gram.y | 804 no CONFIG WORD { delconf($3, $1); } |
| D | sem.c | 1120 delconf(const char *name, int nowarn) in delconf() function |