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

/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c1060 int got_var = 0, got_value = 0, got_uservar = 0; local
1083 got_var++;
1136 if (got_uservar + got_var == got_value) {
1140 } else if (got_uservar + got_value == got_var) {
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dstate.c1268 int got_var = 0, got_value = 0, got_uservar = 0; local
1291 got_var++;
1344 if (got_uservar + got_var == got_value) {
1348 } else if (got_uservar + got_value == got_var) {

Completed in 48 milliseconds