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

/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/i386/
H A Dkdsoft.h111 * csrpos_t pos;
117 * csrpos_t from, to;
126 * csrpos_t from, to;
134 * csrpos_t, to;
159 typedef short csrpos_t; /* cursor position, ONE_SPACE bytes per char */ typedef
161 extern csrpos_t kd_curpos; /* should be set only by kd_setpos */
226 csrpos_t pos,
230 csrpos_t from,
231 csrpos_t to,
234 csrpos_t fro
[all...]
H A Dkd_entries.h77 csrpos_t pos,
81 csrpos_t from,
82 csrpos_t to,
85 csrpos_t from,
86 csrpos_t to,
89 csrpos_t to,
93 csrpos_t pos);
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/i386/
H A Dtext_console.c42 typedef short csrpos_t; /* cursor position, ONE_SPACE bytes per char */ typedef
103 move_up( csrpos_t from,
104 csrpos_t to,
117 move_down( csrpos_t from,
118 csrpos_t to,
131 clear_block( csrpos_t start,
147 set_cursor_position( csrpos_t newpos )
179 display_char( csrpos_t pos, /* where to put it */
220 csrpos_t to;
221 csrpos_t fro
[all...]

Completed in 28 milliseconds