Searched refs:temp_nc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/lib/libcurses/
H A Dcolor.c94 attr_t temp_nc; local
172 temp_nc = (attr_t)t_no_color_video(_cursesi_screen->term);
173 if (temp_nc & 0x0001)
175 if (temp_nc & 0x0002)
177 if (temp_nc & 0x0004)
179 if (temp_nc & 0x0008)
181 if (temp_nc & 0x0010)
183 if (temp_nc & 0x0020)
185 if (temp_nc & 0x0040)
187 if (temp_nc
[all...]

Completed in 198 milliseconds