Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/tinfo/
H A Dlib_tparm.c218 #define get_space(tps, need) \ macro
229 (get_space) (TPARM_STATE *tps, size_t need) {
230 get_space(tps, need);
233 #undef get_space
239 get_space(tps, s_len + 1); \
258 get_space(tps, s_len + 1); \
276 get_space(tps, (size_t) 1); \
1084 get_space(tps, (size_t) 1); in tparam_internal()