Searched refs:TPARM_STATE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_tparm.c | 176 TPARM_STATE *tps = get_tparm_state(termp); in _nc_free_tparm() 208 tparm_error(TPARM_STATE *tps, const char *message) in tparm_error() 227 (get_space) (TPARM_STATE *tps, size_t need) { 280 (save_char) (TPARM_STATE *tps, int c) { 300 (npush) (TPARM_STATE *tps, int x) { 320 (spush) (TPARM_STATE *tps, char *x) { 337 (npop) (TPARM_STATE *tps) { 354 (spop) (TPARM_STATE *tps) { 469 TPARM_STATE *tps = get_tparm_state(term); in _nc_tparm_analyze() 604 TPARM_STATE *tps = get_tparm_state(term); in tparm_setup() [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | report_offsets.c | 210 show_size(TPARM_STATE); in main() 211 show_offset(TPARM_STATE, stack); in main() 212 show_offset(TPARM_STATE, stack_ptr); in main() 213 show_offset(TPARM_STATE, out_buff); in main() 214 show_offset(TPARM_STATE, fmt_buff); in main() 215 show_offset(TPARM_STATE, static_vars); in main() 216 show_TRACES(TPARM_STATE, tname); in main()
|
| H A D | term.priv.h | 126 } TPARM_STATE; typedef 148 TPARM_STATE tparm_state; 327 TPARM_STATE tparm_state;
|