Home
last modified time | relevance | path

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

/netbsd-src/lib/libcurses/
H A Dcolor.c94 attr_t temp_nc; in start_color() local
173 temp_nc = (attr_t)t_no_color_video(_cursesi_screen->term); in start_color()
174 if (temp_nc & 0x0001) in start_color()
176 if (temp_nc & 0x0002) in start_color()
178 if (temp_nc & 0x0004) in start_color()
180 if (temp_nc & 0x0008) in start_color()
182 if (temp_nc & 0x0010) in start_color()
184 if (temp_nc & 0x0020) in start_color()
186 if (temp_nc & 0x0040) in start_color()
188 if (temp_nc & 0x0080) in start_color()
[all …]