Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/include/
Dtic.h84 #define IS_NEG2(p) ((BYTE(p,0) == 0376) && (BYTE(p,1) == 0377)) macro
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dread_entry.c57 else if (IS_NEG2(buf + 2 * i)) in convert_shorts()
74 } else if (IS_NEG2(buf + 2 * i)) { in convert_strings()