Home
last modified time | relevance | path

Searched refs:IS_TIC_MAGIC (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcurses/
H A Dtic.h97 #define IS_TIC_MAGIC(p) (LOW_MSB(p) == MAGIC || LOW_MSB(p) == MAGIC2) macro
/openbsd/lib/libcurses/tinfo/
H A Dhashed_db.c320 && IS_TIC_MAGIC(have)) { in _nc_db_have_data()
H A Dread_entry.c304 || !IS_TIC_MAGIC(buf)) { in _nc_read_termtype()
836 && IS_TIC_MAGIC(have)) { in _nc_read_tic_entry()
H A Dcomp_scan.c249 && IS_TIC_MAGIC(result)) { in next_char()