Searched refs:TERM_CAN_ME (Results 1 - 2 of 2) sorted by path

/freebsd-9.3-release/lib/libedit/
H A Dterm.c294 TERM_CAN_ME : 0;
296 EL_FLAGS &= ~TERM_CAN_ME;
299 TERM_CAN_ME : 0;
H A Dterm.h60 #define TERM_CAN_ME 0x010 /* Can turn all attrs. */ macro
120 #define EL_CAN_ME (EL_FLAGS & TERM_CAN_ME)

Completed in 199 milliseconds