Searched refs:TPARM_STATE (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/lib/libcurses/tinfo/ |
| D | lib_tparm.c | 178 TPARM_STATE *tps = get_tparm_state(termp); in _nc_free_tparm() 210 tparm_error(TPARM_STATE *tps, const char *message) in tparm_error() 229 (get_space) (TPARM_STATE *tps, size_t need) { 248 (save_text) (TPARM_STATE *tps, const char *fmt, const char *s, int len) { 267 (save_number) (TPARM_STATE *tps, const char *fmt, int number, int len) { 282 (save_char) (TPARM_STATE *tps, int c) { 302 (npush) (TPARM_STATE *tps, int x) { 322 (spush) (TPARM_STATE *tps, char *x) { 339 (npop) (TPARM_STATE *tps) { 356 (spop) (TPARM_STATE *tps) { [all …]
|
| /openbsd/src/lib/libcurses/ |
| D | report_offsets.c | 191 show_size(TPARM_STATE); in main() 192 show_offset(TPARM_STATE, stack); in main() 193 show_offset(TPARM_STATE, stack_ptr); in main() 194 show_offset(TPARM_STATE, out_buff); in main() 195 show_offset(TPARM_STATE, fmt_buff); in main() 196 show_offset(TPARM_STATE, static_vars); in main() 197 show_TRACES(TPARM_STATE, tname); in main()
|
| D | term.priv.h | 96 } TPARM_STATE; typedef 118 TPARM_STATE tparm_state; 298 TPARM_STATE tparm_state;
|