Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/config/
Dsem.h63 const char *wildref(const char *name);
Dgram.y403 WORD '?' { $$ = wildref($1); } |
Dsem.c989 wildref(const char *name) in wildref() function