/netbsd-src/sys/dev/wscons/ |
H A D | wsemul_dumb.c | 74 u_int nrows, ncols, crow, ccol; member 82 int ccol, int crow, long defattr) in wsemul_dumb_cnattach() argument 92 edp->crow = crow; in wsemul_dumb_cnattach() 102 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_dumb_attach() argument 115 edp->crow = crow; in wsemul_dumb_attach() 134 (*edp->emulops->cursor)(edp->emulcookie, 0, edp->crow, edp->ccol); in wsemul_dumb_output() 155 edp->crow, edp->ccol, n, edp->defattr); in wsemul_dumb_output() 163 edp->crow = 0; in wsemul_dumb_output() 167 if (edp->crow > 0) in wsemul_dumb_output() 168 edp->crow--; in wsemul_dumb_output() [all …]
|
H A D | wsemul_sun.c | 84 u_int nrows, ncols, crow, ccol; member 113 #define ROWS_LEFT (edp->nrows - edp->crow - 1) 117 int ccol, int crow, long defattr) in wsemul_sun_cnattach() argument 129 edp->crow = crow; in wsemul_sun_cnattach() 173 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_sun_attach() argument 190 edp->crow = crow; in wsemul_sun_attach() 242 (*edp->emulops->erasecols)(edp->emulcookie, edp->crow, in wsemul_sun_output_normal() 253 edp->crow = 0; in wsemul_sun_output_normal() 257 if (edp->crow > 0) in wsemul_sun_output_normal() 258 edp->crow--; in wsemul_sun_output_normal() [all …]
|
H A D | wsemul_vt100_subr.c | 124 n = vd->nrows - vd->crow - 1; in wsemul_vt100_ed() 127 vd->crow + 1, n, in wsemul_vt100_ed() 130 memset(&vd->dblwid[vd->crow + 1], 0, n); in wsemul_vt100_ed() 134 if (vd->crow > 0) { in wsemul_vt100_ed() 136 0, vd->crow, in wsemul_vt100_ed() 139 memset(&vd->dblwid[0], 0, vd->crow); in wsemul_vt100_ed() 173 (*vd->emulops->erasecols)(vd->emulcookie, vd->crow, in wsemul_vt100_el() 401 if (vd->crow < m)/* but if already above the margin */ in wsemul_vt100_handle_csi() 403 help = vd->crow - m; /* rows above */ in wsemul_vt100_handle_csi() 404 vd->crow -= uimin(DEF1_ARG(vd, 0), help); in wsemul_vt100_handle_csi() [all …]
|
H A D | wsemul_vt100.c | 142 const struct wsscreen_descr *type, void *cookie, int ccol, int crow, in wsemul_vt100_init() argument 153 vd->crow = crow; in wsemul_vt100_init() 217 int ccol, int crow, long defattr) in wsemul_vt100_cnattach() argument 224 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr); in wsemul_vt100_cnattach() 242 void *cookie, int ccol, int crow, void *cbcookie, long defattr) in wsemul_vt100_attach() argument 252 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr); in wsemul_vt100_attach() 279 *crowp = vd->crow; in wsemul_vt100_detach() 326 vd->ccol = vd->crow = 0; in wsemul_vt100_resetop() 384 if ((vd->crow+1) < vd->nrows) in wsemul_vt100_nextline() 386 vd->crow++; in wsemul_vt100_nextline() [all …]
|
H A D | vt100_base.h | 35 u_int nrows, ncols, crow, ccol; member 77 #define ROWS_ABOVE(d) ((int)(d)->crow - (int)(d)->scrreg_startrow) 79 - (int)(d)->crow - 1) 81 if ((d)->dblwid && (d)->dblwid[(d)->crow]) { \ 91 (d)->crow, (f) << (d)->dw, (t) << (d)->dw, (n) << (d)->dw) 93 (d)->crow, (f) << (d)->dw, (n) << (d)->dw, a)
|
H A D | wsdisplay.c | 317 int crow, long defattr) in wsscreen_attach() argument 346 ccol, crow, scr, defattr); in wsscreen_attach() 379 u_int ccol, crow; /* XXX */ in wsscreen_detach() local 387 &ccol, &crow); in wsscreen_detach() 444 int ccol, crow; in wsdisplay_addscreen() local 470 scrdesc, &cookie, &ccol, &crow, &defattr); in wsdisplay_addscreen() 475 cookie, ccol, crow, defattr); in wsdisplay_addscreen() 922 int ccol, int crow, long defattr) in wsdisplay_cnattach() argument 929 KASSERT(crow < type->nrows); in wsdisplay_cnattach() 939 ccol, crow, in wsdisplay_cnattach() [all …]
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | ofw_rascons.c | 86 int crow = 0; in rascons_cnattach() local 89 OF_interpret("line#", 0, 1, &crow); in rascons_cnattach() 90 if (crow < 0) in rascons_cnattach() 91 crow = 0; in rascons_cnattach() 118 crow = 0; in rascons_cnattach() 142 uimin(crow, ri->ri_rows - 1)), defattr); in rascons_cnattach() 165 int crow = 0; in rascons_finalize() local 171 OF_interpret("line#", 0, 1, &crow); in rascons_finalize() 172 if (crow < 0) in rascons_finalize() 173 crow = 0; in rascons_finalize() [all …]
|
/netbsd-src/games/boggle/boggle/ |
H A D | mach.c | 64 static int ccol, crow, maxw; variable 220 move(crow, ccol); in get_line() 320 crow = LIST_LINE; in startwords() 339 if (crow == lastline) { in addword() 340 crow = LIST_LINE; in addword() 344 move(crow, ccol); in addword() 347 move(++crow, ccol); in addword() 361 move(crow, ccol); in badword() 381 move(crow, ccol); in showword() 386 move(crow, ccol); in showword() [all …]
|
/netbsd-src/games/rogue/ |
H A D | move.c | 627 short crow = rogue.row, ccol = rogue.col, turns = 0; in turn_passage() local 630 if ((dir != 'h') && can_turn(crow, ccol + 1)) { in turn_passage() 634 if ((dir != 'l') && can_turn(crow, ccol - 1)) { in turn_passage() 638 if ((dir != 'k') && can_turn(crow + 1, ccol)) { in turn_passage() 642 if ((dir != 'j') && can_turn(crow - 1, ccol)) { in turn_passage()
|
/netbsd-src/sys/arch/newsmips/apbus/ |
H A D | xafb.c | 345 int crow = 0; in xafb_cnattach() local 355 crow = 0; /* XXX current cursor pos */ in xafb_cnattach() 358 wsdisplay_cnattach(&xafb_stdscreen, &dc->dc_ri, 0, crow, defattr); in xafb_cnattach()
|
/netbsd-src/sys/dev/wsfb/ |
H A D | genfb.c | 300 uint16_t crow; in genfb_attach() local 313 if (prop_dictionary_get_uint16(dict, "cursor-row", &crow) == false) in genfb_attach() 314 crow = 0; in genfb_attach() 392 if (crow >= ri->ri_rows) { in genfb_attach() 393 crow = 0; in genfb_attach() 398 wsdisplay_cnattach(&scp->sc_defaultscreen_descr, ri, 0, crow, in genfb_attach()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
H A D | constvars.c | 201 struct crisp *crow = &crisp; in main() local
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
H A D | constvars.c | 201 struct crisp *crow = &crisp; in main() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | ca.c | 1761 OPENSSL_STRING *crow = row; in do_body() local 1763 rrow = TXT_DB_get_by_index(db->db, DB_name, crow); in do_body()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | ca.c | 1841 OPENSSL_STRING *crow = row; in do_body() local 1843 rrow = TXT_DB_get_by_index(db->db, DB_name, crow); in do_body()
|
/netbsd-src/share/dict/ |
H A D | web2a | 8725 bunting crow 10114 carrion crow 14829 crow blackbird 14830 crow call 14831 crow corn 14834 crow duck 14835 crow fig 14836 crow flight 14841 crow garlic 14842 crow ling [all …]
|
H A D | web2 | 46087 crow
|
/netbsd-src/games/fortune/datfiles/ |
H A D | fortunes2-o.real | 13386 In the mornin' the rooster crow, I am a back door man, 13536 "Where'd she get those crow's feet? You really want to know?"
|
H A D | fortunes2 | 674 A crow perched himself on a telephone wire. He was going to make a
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | ChangeLog | 10648 (Reported by "Crow, Ian" <ian.crow@linklaters.com>.)
|
/netbsd-src/external/historical/nawk/dist/testdir/ |
H A D | bib | 24089 Jesus said unto him, Verily I say unto thee, That this night, before the cock crow, thou shalt deny… 24130 And Peter remembered the word of Jesus, which said unto him, Before the cock crow, thou shalt deny … 24785 …erily I say unto thee, That this day, even in this night, before the cock crow twice, thou shalt d… 24827 …d Peter called to mind the word that Jesus said unto him, Before the cock crow twice, thou shalt d… 25899 And he said, I tell thee, Peter, the cock shall not crow this day, before that thou shalt thrice de… 25926 …emembered the word of the Lord, how he had said unto him, Before the cock crow, thou shalt deny me… 26669 …thy life for my sake? Verily, verily, I say unto thee, The cock shall not crow, till thou hast den…
|