Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/
H A Dnc_alloc.h81 extern GCC_NORETURN NCURSES_EXPORT(void) _nc_free_tic(int);
/openbsd/usr.bin/tic/
H A Dprogs.priv.h148 #define ExitProgram(code) _nc_free_tic(code)
/openbsd/lib/libcurses/tinfo/
H A Dcomp_parse.c768 _nc_free_tic(int code) in _nc_free_tic() function
/openbsd/usr.bin/infocmp/
H A Dinfocmp.c118 _nc_free_tic(code); in ExitProgram()