Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_acs.c76 int i = sizeof (offsets) / 2, to_get, must_output; in init_acs() local
112 to_get = *cp++; /* to get this ... */ in init_acs()
117 to_get, nacsmap[to_get], must_output); in init_acs()
119 nacsmap[to_get] = ( must_output & 0xFF ) | A_ALTCHARSET; in init_acs()