Home
last modified time | relevance | path

Searched defs:ccol (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/dev/wscons/
H A Dwsemul_dumb.c70 u_int nrows, ncols, crow, ccol; member
77 wsemul_dumb_cnattach(const struct wsscreen_descr *type, void *cookie, int ccol, in wsemul_dumb_cnattach()
103 int ccol, int crow, void *cbcookie, uint32_t defattr) in wsemul_dumb_attach()
H A Dwsemul_sun.c104 u_int nrows, ncols, crow, ccol; member
163 const struct wsscreen_descr *type, void *cookie, int ccol, int crow, in wsemul_sun_init()
196 wsemul_sun_cnattach(const struct wsscreen_descr *type, void *cookie, int ccol, in wsemul_sun_cnattach()
241 int ccol, int crow, void *cbcookie, uint32_t defattr) in wsemul_sun_attach()
H A Dwsemul_vt100.c139 wsemul_vt100_init(struct wsemul_vt100_emuldata * edp,const struct wsscreen_descr * type,void * cookie,int ccol,int crow,uint32_t defattr) wsemul_vt100_init() argument
154 wsemul_vt100_cnattach(const struct wsscreen_descr * type,void * cookie,int ccol,int crow,uint32_t defattr) wsemul_vt100_cnattach() argument
203 wsemul_vt100_attach(int console,const struct wsscreen_descr * type,void * cookie,int ccol,int crow,void * cbcookie,uint32_t defattr) wsemul_vt100_attach() argument
[all...]
H A Dwsdisplay.c281 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) wsscreen_attach() argument
330 int ccol, crow; /* XXX */ wsscreen_detach() local
384 int ccol, crow; wsdisplay_addscreen() local
823 wsdisplay_cnattach(const struct wsscreen_descr * type,void * cookie,int ccol,int crow,uint32_t defattr) wsdisplay_cnattach() argument
[all...]
H A Dwsemul_vt100var.h37 u_int nrows, ncols, crow, ccol; member
/openbsd-src/usr.bin/yacc/
H A Dwarshall.c45 unsigned int *rowj, *rp, *rend, *ccol, *relend, *cword, *rowi; in transitive_closure() local
/openbsd-src/games/tetris/
H A Dscreen.c370 int i, ccol, j; in scr_update() local
/openbsd-src/games/boggle/boggle/
H A Dmach.c55 static int ccol, crow, maxw; variable
/openbsd-src/sys/arch/amd64/amd64/
H A Defifb.c169 int console = 0, ccol = 0, crow = 0; in efifb_attach() local