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

  /src/libexec/telnetd/
utility.c 203 #define wewant(p) ((nfrontp > p) && ((*p&0xff) == IAC) && \ macro
225 if (wewant(thisitem)) {
231 } while ((next != NULL) && wewant(next) && (nfrontp > next));

Completed in 12 milliseconds