Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_userconf.c57 static char userconf_cmdbuf[40]; /* Command line */ variable
818 if (cngetsn(userconf_cmdbuf, sizeof(userconf_cmdbuf)) > 0 && in userconf_prompt()
819 userconf_parse(userconf_cmdbuf)) in userconf_prompt()