Home
last modified time | relevance | path

Searched refs:LOW_MSB (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/ncurses/include/
HDtic.h93 #define LOW_MSB(p) (BYTE(p,0) + 256*BYTE(p,1)) macro
95 #define IS_TIC_MAGIC(p) (LOW_MSB(p) == MAGIC || LOW_MSB(p) == MAGIC2)
/dragonfly/contrib/ncurses/ncurses/tinfo/
HDread_entry.c49 #define MyNumber(n) (short) LOW_MSB(n)
279 if ((need_ints = (LOW_MSB(buf) == MAGIC2))) { in _nc_read_termtype()
288 if ((need_ints = (LOW_MSB(buf) == MAGIC2))) { in _nc_read_termtype()