userconf_histsz    57 kern/subr_userconf.c int userconf_histsz = sizeof(userconf_history);
userconf_histsz   169 kern/subr_userconf.c 	if (userconf_histcur < userconf_histsz) {
userconf_histsz   179 kern/subr_userconf.c 	if (userconf_histcur + strlen(userconf_histbuf) < userconf_histsz) {
userconf_histsz   190 kern/subr_userconf.c 	if (userconf_histcur < userconf_histsz) {