Home
last modified time | relevance | path

Searched refs:VALID_NUMERIC (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/ncurses/ncurses/tinfo/
HDlib_ti.c74 if (!VALID_NUMERIC(tp->Numbers[i])) in tigetnum()
HDlib_termcap.c244 if (!VALID_NUMERIC(tp->Numbers[i])) in tgetnum()
HDlib_setup.c289 if (VALID_NUMERIC(init_tabs)) in _nc_get_screensize()
/trueos/contrib/ncurses/include/
HDtic.h224 #define VALID_NUMERIC(s) ((s) >= 0) macro
/trueos/contrib/ncurses/ncurses/base/
HDlib_color.c457 returnCode((VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs) in has_colors()
/trueos/contrib/ncurses/progs/
HDtic.c884 if (VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs) in check_colors()
HDinfocmp.c180 if (VALID_NUMERIC(ep->tterm.Numbers[idx])) { in use_predicate()
/trueos/contrib/ncurses/
HDNEWS4955 + use explicit VALID_NUMERIC() checks in a few places that had been