Home
last modified time | relevance | path

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

/netbsd/sys/dev/wscons/
H A Dwsemul_dumb.c74 u_int nrows, ncols, crow, ccol; member
82 int ccol, int crow, long defattr) in wsemul_dumb_cnattach()
102 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_dumb_attach()
H A Dwsemul_sun.c84 u_int nrows, ncols, crow, ccol; member
117 int ccol, int crow, long defattr) in wsemul_sun_cnattach()
173 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_sun_attach()
H A Dwsemul_vt100.c139 const struct wsscreen_descr *type, void *cookie, int ccol, int crow, in wsemul_vt100_init()
214 int ccol, int crow, long defattr) in wsemul_vt100_cnattach()
239 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_vt100_attach()
H A Dwsdisplay.c316 const struct wsscreen_descr *type, void *cookie, int ccol, in wsscreen_attach()
379 u_int ccol, crow; /* XXX */ in wsscreen_detach() local
444 int ccol, crow; in wsdisplay_addscreen() local
922 int ccol, int crow, long defattr) in wsdisplay_cnattach()
954 int ccol, int crow, long defattr) in wsdisplay_preattach()
H A Dvt100_base.h35 u_int nrows, ncols, crow, ccol; member
/netbsd/external/bsd/byacc/dist/
H A Dwarshall.c30 unsigned *ccol = cword; in transitive_closure() local
/netbsd/games/tetris/
H A Dscreen.c297 int i, ccol, j; in scr_update() local
/netbsd/games/rogue/
H A Dmove.c627 short crow = rogue.row, ccol = rogue.col, turns = 0; in turn_passage() local
/netbsd/games/boggle/boggle/
H A Dmach.c64 static int ccol, crow, maxw; variable