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

/freebsd-10.3-release/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-10.3-release/contrib/telnet/telnetd/
H A Dstate.c1268 int got_var = 0, got_value = 0, got_uservar = 0; local
1304 got_uservar++;
1344 if (got_uservar + got_var == got_value) {
1348 } else if (got_uservar + got_value == got_var) {

Completed in 102 milliseconds