HomeSort by: relevance | last modified time | path
    Searched defs:temp_nc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
color.c 94 attr_t temp_nc; local in function:start_color
173 temp_nc = (attr_t)t_no_color_video(_cursesi_screen->term);
174 if (temp_nc & 0x0001)
176 if (temp_nc & 0x0002)
178 if (temp_nc & 0x0004)
180 if (temp_nc & 0x0008)
182 if (temp_nc & 0x0010)
184 if (temp_nc & 0x0020)
186 if (temp_nc & 0x0040)
188 if (temp_nc & 0x0080
    [all...]
color.c 94 attr_t temp_nc; local in function:start_color
173 temp_nc = (attr_t)t_no_color_video(_cursesi_screen->term);
174 if (temp_nc & 0x0001)
176 if (temp_nc & 0x0002)
178 if (temp_nc & 0x0004)
180 if (temp_nc & 0x0008)
182 if (temp_nc & 0x0010)
184 if (temp_nc & 0x0020)
186 if (temp_nc & 0x0040)
188 if (temp_nc & 0x0080
    [all...]

Completed in 57 milliseconds