Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c876 if (blnk > _COST(Parm_ich) && _COST(Parm_ich) < cost_ich1) in _useidch()
877 cost += _COST(Parm_ich); in _useidch()
882 if (parm_ich && _COST(Parm_ich) < cost_ich1) in _useidch()
883 cost = _COST(Parm_ich); in _useidch()
899 if (blnk > _COST(Parm_ich) && _COST(Parm_ich) < cost_ich1) in _useidch()
908 if (parm_ich && _COST(Parm_ich) < cost_ich1) in _useidch()
H A Dcurshdr.h87 short Parm_ich; member