Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/tinfo/
H A Dlib_tparm.c203 TPS(out_used) = 0; in _nc_free_tparm()
220 size_t need2get = need + TPS(out_used); \
240 _nc_SPRINTF(TPS(out_buff) + TPS(out_used), \
241 _nc_SLIMIT(TPS(out_size) - TPS(out_used)) \
243 TPS(out_used) += strlen(TPS(out_buff) + TPS(out_used)); \
259 _nc_SPRINTF(TPS(out_buff) + TPS(out_used), \
260 _nc_SLIMIT(TPS(out_size) - TPS(out_used)) \
262 TPS(out_used) += strlen(TPS(out_buff) + TPS(out_used)); \
609 TPS(out_used) = 0; in tparm_setup()
757 TPS(out_used) = 0; in tparm_trace_call()
[all …]
/openbsd/lib/libcurses/
H A Dterm.priv.h87 size_t out_used; member