userconf_histcur 55 kern/subr_userconf.c int userconf_histcur = 0; userconf_histcur 168 kern/subr_userconf.c userconf_histcur = userconf_histlen; userconf_histcur 169 kern/subr_userconf.c if (userconf_histcur < userconf_histsz) { userconf_histcur 170 kern/subr_userconf.c userconf_history[userconf_histcur] = cmd; userconf_histcur 171 kern/subr_userconf.c userconf_histcur++; userconf_histcur 179 kern/subr_userconf.c if (userconf_histcur + strlen(userconf_histbuf) < userconf_histsz) { userconf_histcur 181 kern/subr_userconf.c &userconf_history[userconf_histcur], userconf_histcur 183 kern/subr_userconf.c userconf_histcur = userconf_histcur + strlen(userconf_histbuf); userconf_histcur 190 kern/subr_userconf.c if (userconf_histcur < userconf_histsz) { userconf_histcur 191 kern/subr_userconf.c userconf_history[userconf_histcur] = '\n'; userconf_histcur 192 kern/subr_userconf.c userconf_histcur++; userconf_histcur 193 kern/subr_userconf.c userconf_histlen = userconf_histcur;