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

/macosx-10.9.5/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c715 static unsigned int last_c = -1, last_co = -1, last_p = -1; local
717 if ( last_c == color24 )
739 last_c = color24;
H A Dgenimage.c1183 static unsigned int last_c = -1, last_co = -1, last_p = -1; local
1185 if ( last_c == color24 )
1207 last_c = color24;
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dncurses.c2298 int last_c; local
2364 last_c = this_c;
2366 if (this_c < 256 && isdigit(this_c) && !isdigit(last_c))

Completed in 162 milliseconds