HomeSort by: relevance | last modified time | path
    Searched defs:i_wont_support (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libtelnet/
auth.c 134 static int i_wont_support = 0; variable in typeref:typename:int
178 i_wont_support |= typemask(x);
240 i_wont_support &= ~mask;
242 i_wont_support |= mask;
263 if (i_wont_support == -1)
274 (i_wont_support & typemask(ap->type)) ?
296 if (i_support & ~i_wont_support & typemask(ap->type)) {
365 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) {
auth.c 134 static int i_wont_support = 0; variable in typeref:typename:int
178 i_wont_support |= typemask(x);
240 i_wont_support &= ~mask;
242 i_wont_support |= mask;
263 if (i_wont_support == -1)
274 (i_wont_support & typemask(ap->type)) ?
296 if (i_support & ~i_wont_support & typemask(ap->type)) {
365 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) {

Completed in 27 milliseconds