Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurshdr.h97 #define _COST(field) (SP->term_costs.field)
146 COSTS term_costs; /* costs of various capabilities */ member
H A Dinit_costs.c82 short *costptr = &(SP->term_costs.icfixed); in _init_costs()