Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_termcap.c63 #define MyCache _nc_globals.tgetent_cache macro
67 #define FIX_SGR0 MyCache[CacheInx].fix_sgr0
68 #define LAST_TRM MyCache[CacheInx].last_term
69 #define LAST_BUF MyCache[CacheInx].last_bufp
70 #define LAST_USE MyCache[CacheInx].last_used
71 #define LAST_SEQ MyCache[CacheInx].sequence
131 bool same_result = (MyCache[n].last_used && MyCache[n].last_bufp == bufp); in NCURSES_SP_NAME()
156 if (LAST_SEQ < MyCache[best].sequence) { in NCURSES_SP_NAME()
H A Dlib_tparm.c143 #define MyCache _nc_globals.cached_tparm macro
182 twalk(MyCache, visit_nodes); in _nc_free_tparm()
186 tdelete(ptr, &MyCache, cmp_format); in _nc_free_tparm()
192 twalk(MyCache, visit_nodes); in _nc_free_tparm()
619 if ((ft = tfind(result, &MyCache, cmp_format)) != 0) { in tparm_setup()
660 if (tsearch(fs, &MyCache, cmp_format) != 0) { in tparm_setup()