HomeSort by: relevance | last modified time | path
    Searched refs:WRAP_BIT (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xedit/dist/
options.c 271 item->flags |= WRAP_BIT;
279 item->flags |= WRAP_BIT;
287 item->flags |= WRAP_BIT;
xedit.h 74 #define WRAP_BIT 0x10
util.c 465 if (item->flags & WRAP_BIT)
674 if (item && (item->flags & WRAP_BIT))
875 if (item && (item->flags & WRAP_BIT))
xedit.c 445 item->flags |= WRAP_BIT;

Completed in 14 milliseconds