Home
last modified time | relevance | path

Searched defs:IS_COMPOSE (Results 1 – 3 of 3) sorted by relevance

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvt.h786 # define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO) macro
795 # define IS_COMPOSE(n) IN_RANGE_INC ((n), COMPOSE_LO, COMPOSE_HI) macro
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Drxvt.h794 # define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO) macro
798 # define IS_COMPOSE(n) (COMPOSE_LO <= (n) && (n) <= COMPOSE_HI) macro
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Drxvt.h889 # define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO) macro
893 # define IS_COMPOSE(n) (COMPOSE_LO <= (n) && (n) <= COMPOSE_HI) macro