Searched refs:got_uservar (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c1060 int got_var = 0, got_value = 0, got_uservar = 0; local
1096 got_uservar++;
1136 if (got_uservar + got_var == got_value) {
1140 } else if (got_uservar + got_value == got_var) {
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c1264 int got_var = 0, got_value = 0, got_uservar = 0; local
1300 got_uservar++;
1340 if (got_uservar + got_var == got_value) {
1344 } else if (got_uservar + got_value == got_var) {

Completed in 194 milliseconds