Searched refs:i_wont_support (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/libs/libtelnet/
H A Dauth.c184 static int i_wont_support = 0; variable
228 i_wont_support |= typemask(x);
290 i_wont_support &= ~mask;
292 i_wont_support |= mask;
313 if (i_wont_support == -1)
324 (i_wont_support & typemask(ap->type)) ?
346 if (i_support & ~i_wont_support & typemask(ap->type)) {
415 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) {

Completed in 86 milliseconds