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

/openbsd-current/sys/dev/wscons/
H A Dwsemul_dumb.c70 u_int nrows, ncols, crow, ccol; member in struct:wsemul_dumb_emuldata
77 wsemul_dumb_cnattach(const struct wsscreen_descr *type, void *cookie, int ccol, argument
90 edp->ccol = ccol;
103 int ccol, int crow, void *cbcookie, uint32_t defattr)
117 edp->ccol = ccol;
170 (edp->emulcookie, 0, edp->crow, edp->ccol);
188 if (edp->ccol > 0)
189 edp->ccol
102 wsemul_dumb_attach(int console, const struct wsscreen_descr *type, void *cookie, int ccol, int crow, void *cbcookie, uint32_t defattr) argument
[all...]
H A Dwsemul_vt100_subr.c133 ERASECOLS(edp->ccol, COLS_LEFT + 1, edp->bkgdattr));
156 ERASECOLS(0, edp->ccol + 1, edp->bkgdattr));
202 ERASECOLS(edp->ccol, COLS_LEFT + 1, edp->bkgdattr));
206 ERASECOLS(0, edp->ccol + 1, edp->bkgdattr));
449 help = NCOLS - (edp->ccol + n);
452 COPYCOLS(edp->ccol, edp->ccol + n, help));
457 ERASECOLS(edp->ccol, n, edp->bkgdattr));
472 edp->ccol += min(DEF1_ARG(0), COLS_LEFT);
475 edp->ccol
[all...]
H A Dwsemul_sun.c104 u_int nrows, ncols, crow, ccol; member in struct:wsemul_sun_emuldata
158 #define COLS_LEFT (edp->ncols - 1 - edp->ccol)
163 const struct wsscreen_descr *type, void *cookie, int ccol, int crow,
172 edp->ccol = ccol;
196 wsemul_sun_cnattach(const struct wsscreen_descr *type, void *cookie, int ccol, argument
203 wsemul_sun_init(edp, type, cookie, ccol, crow, defattr);
241 int ccol, int crow, void *cbcookie, uint32_t defattr)
254 wsemul_sun_init(edp, type, cookie, ccol, crow, defattr);
285 if (edp->ccol >
162 wsemul_sun_init(struct wsemul_sun_emuldata *edp, const struct wsscreen_descr *type, void *cookie, int ccol, int crow, uint32_t defattr) argument
240 wsemul_sun_attach(int console, const struct wsscreen_descr *type, void *cookie, int ccol, int crow, void *cbcookie, uint32_t defattr) argument
[all...]
H A Dwsemul_vt100.c139 const struct wsscreen_descr *type, void *cookie, int ccol, int crow,
148 edp->ccol = ccol;
154 wsemul_vt100_cnattach(const struct wsscreen_descr *type, void *cookie, int ccol, argument
161 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr);
203 void *cookie, int ccol, int crow, void *cbcookie, uint32_t defattr)
214 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr);
242 *ccolp = edp->ccol;
272 edp->ccol = edp->crow = 0;
278 edp->ccol);
138 wsemul_vt100_init(struct wsemul_vt100_emuldata *edp, const struct wsscreen_descr *type, void *cookie, int ccol, int crow, uint32_t defattr) argument
202 wsemul_vt100_attach(int console, const struct wsscreen_descr *type, void *cookie, int ccol, int crow, void *cbcookie, uint32_t defattr) argument
[all...]
H A Dwsemul_vt100var.h37 u_int nrows, ncols, crow, ccol; member in struct:wsemul_vt100_emuldata
116 if (edp->ccol > (edp->ncols >> 1) - 1) \
117 edp->ccol = (edp->ncols >> 1) - 1; \
132 #define COLS_LEFT (NCOLS - edp->ccol - 1)
H A Dwsdisplay.c281 const struct wsscreen_descr *type, void *cookie, int ccol, int crow,
308 ccol, crow, scr, defattr);
330 int ccol, crow; /* XXX */ local
337 &ccol, &crow);
384 int ccol, crow; local
398 scrdesc, &cookie, &ccol, &crow, &defattr);
403 cookie, ccol, crow, defattr);
823 wsdisplay_cnattach(const struct wsscreen_descr *type, void *cookie, int ccol, argument
832 KASSERT(ccol < type->ncols);
851 (*wsemul->cnattach)(type, cookie, ccol, cro
280 wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul, const struct wsscreen_descr *type, void *cookie, int ccol, int crow, uint32_t defattr) argument
[all...]
/openbsd-current/usr.bin/yacc/
H A Dwarshall.c45 unsigned int *rowj, *rp, *rend, *ccol, *relend, *cword, *rowi; local
54 ccol = cword;
58 if (*ccol & (1 << i)) {
67 ccol += rowsize;
/openbsd-current/games/boggle/boggle/
H A Dmach.c55 static int ccol, crow, maxw; variable
240 move(crow, ccol);
345 ccol = LIST_COL;
365 ccol += (maxw + 5);
366 colstarts[ncolstarts++] = ccol;
368 move(crow, ccol);
371 move(++crow, ccol);
385 move(crow, ccol);
405 move(crow, ccol);
410 move(crow, ccol);
[all...]
/openbsd-current/games/tetris/
H A Dscreen.c370 int i, ccol, j; local
428 ccol = -1;
433 if (i != ccol) {
448 ccol = i + 1;
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c1770 int c, ccol, cline = 1;
1818 for (ccol = 1; ccol <= col+3; ccol++)
1822 (base [ccol-1] == '\t' ? '\t' : ' ') : ' ');
/openbsd-current/sys/arch/amd64/amd64/
H A Defifb.c169 int console = 0, ccol = 0, crow = 0; local
209 ccol = ri->ri_ccol;
215 wsdisplay_cnattach(&efifb_std_descr, ri->ri_active, ccol, crow,

Completed in 300 milliseconds