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

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c1578 uint32_t *theCharPrevious; local
1584 theCharPrevious = (uint32_t*)(vc_rendered_font + (ch_previous * vc_rendered_char_size));
1588 theCharPrevious = NULL;
1591 theCharPrevious = NULL;
1594 theCharPrevious = NULL;
1605 if (theCharPrevious == NULL || val != *theCharPrevious++ ) {

Completed in 185 milliseconds