Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tinfo/
H A Dlib_termcap.c59 #define MyCache _nc_globals.tgetent_cache macro
63 #define FIX_SGR0 MyCache[CacheInx].fix_sgr0
64 #define LAST_TRM MyCache[CacheInx].last_term
65 #define LAST_BUF MyCache[CacheInx].last_bufp
66 #define LAST_USE MyCache[CacheInx].last_used
67 #define LAST_SEQ MyCache[CacheInx].sequence
127 bool same_result = (MyCache[n].last_used && MyCache[n].last_bufp == bufp); in NCURSES_SP_NAME()
152 if (LAST_SEQ < MyCache[best].sequence) { in NCURSES_SP_NAME()
H A Dlib_tparm.c145 #define MyCache _nc_globals.cached_tparm macro
184 twalk(MyCache, visit_nodes); in _nc_free_tparm()
188 tdelete(ptr, &MyCache, cmp_format); in _nc_free_tparm()
194 twalk(MyCache, visit_nodes); in _nc_free_tparm()
621 if ((ft = tfind(result, &MyCache, cmp_format)) != 0) { in tparm_setup()
662 if (tsearch(fs, &MyCache, cmp_format) != 0) { in tparm_setup()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp89 MyObjectCache MyCache; in main() local
91 runJITWithCache(MyCache); in main()
92 runJITWithCache(MyCache); in main()