Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/include/
HDtic.h84 #define IS_NEG2(p) ((BYTE(p,0) == 0376) && (BYTE(p,1) == 0377)) macro
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDread_entry.c56 else if (IS_NEG2(buf + 2 * i)) in convert_shorts()
73 } else if (IS_NEG2(buf + 2 * i)) { in convert_strings()