/openbsd/sys/dev/wscons/ |
H A D | wsemul_dumb.c | 78 int crow, uint32_t defattr) in wsemul_dumb_cnattach() argument 89 edp->crow = crow; in wsemul_dumb_cnattach() 116 edp->crow = crow; in wsemul_dumb_attach() 213 edp->crow = 0; in wsemul_dumb_output() 217 if (edp->crow > 0) in wsemul_dumb_output() 218 edp->crow--; in wsemul_dumb_output() 241 edp->crow++; in wsemul_dumb_output() 257 edp->crow -= n - 1; in wsemul_dumb_output() 299 *crowp = edp->crow; in wsemul_dumb_detach() 317 edp->ccol = edp->crow = 0; in wsemul_dumb_resetop() [all …]
|
H A D | wsemul_sun.c | 171 edp->crow = crow; in wsemul_sun_init() 314 if (edp->crow > 0) in wsemul_sun_output_lowchars() 315 edp->crow--; in wsemul_sun_output_lowchars() 331 edp->crow++; in wsemul_sun_output_lowchars() 360 edp->crow++; in wsemul_sun_output_normal() 427 edp->crow -= min(NORMALIZE(ARG(0,1)), edp->crow); in wsemul_sun_control() 468 src = edp->crow; in wsemul_sun_control() 483 dst = edp->crow; in wsemul_sun_control() 744 edp->crow--; in wsemul_sun_output() 1067 *crowp = edp->crow; in wsemul_sun_detach() [all …]
|
H A D | wsemul_vt100var.h | 37 u_int nrows, ncols, crow, ccol; member 109 #define ROWS_ABOVE ((int)edp->crow - (int)edp->scrreg_startrow) 111 - (int)edp->crow - 1) 114 if (edp->dblwid && edp->dblwid[edp->crow]) { \ 122 #define COPYCOLS(f, t, n) (edp->emulcookie, edp->crow, (f) << edp->dw, \ 124 #define ERASECOLS(f, n, a) (edp->emulcookie, edp->crow, (f) << edp->dw, \ 129 #define COPYCOLS(f, t, n) (edp->emulcookie, edp->crow, (f), (t), (n)) 130 #define ERASECOLS(f, n, a) (edp->emulcookie, edp->crow, (f), (n), (a))
|
H A D | wsemul_vt100.c | 145 edp->crow = crow; in wsemul_vt100_init() 153 int crow, uint32_t defattr) in wsemul_vt100_cnattach() argument 239 *crowp = edp->crow; in wsemul_vt100_detach() 270 edp->ccol = edp->crow = 0; in wsemul_vt100_resetop() 336 edp->crow++; in wsemul_vt100_nextline() 597 if (edp->crow > 0) in wsemul_vt100_output_esc() 598 edp->crow--; in wsemul_vt100_output_esc() 615 edp->ccol = edp->crow = 0; in wsemul_vt100_output_esc() 994 edp->dblwid[edp->crow] = 0; in wsemul_vt100_output_esc_hash() 1036 edp->crow = 0; in wsemul_vt100_output_esc_hash() [all …]
|
H A D | wsemul_vt100_subr.c | 136 n = edp->nrows - edp->crow - 1; in wsemul_vt100_ed() 149 if (edp->crow > 0) { in wsemul_vt100_ed() 161 if (edp->crow > 0) in wsemul_vt100_ed() 162 memset(&edp->dblwid[0], 0, edp->crow); in wsemul_vt100_ed() 462 edp->crow -= min(DEF1_ARG(0), n); in wsemul_vt100_handle_csi() 468 edp->crow += min(DEF1_ARG(0), n); in wsemul_vt100_handle_csi() 485 edp->crow = edp->scrreg_startrow + in wsemul_vt100_handle_csi() 503 edp->scrreg_startrow = edp->crow; in wsemul_vt100_handle_csi() 699 row = edp->crow; in wsemul_vt100_handle_csi() 744 edp->savedcursor_row = edp->crow; in wsemul_vt100_handle_csi() [all …]
|
H A D | wsdisplay.c | 276 const struct wsscreen_descr *type, void *cookie, int ccol, int crow, in wsscreen_attach() argument 303 ccol, crow, scr, defattr); in wsscreen_attach() 325 int ccol, crow; /* XXX */ in wsscreen_detach() local 332 &ccol, &crow); in wsscreen_detach() 379 int ccol, crow; in wsdisplay_addscreen() local 393 scrdesc, &cookie, &ccol, &crow, &defattr); in wsdisplay_addscreen() 398 cookie, ccol, crow, defattr); in wsdisplay_addscreen() 802 int crow, uint32_t defattr) in wsdisplay_cnattach() argument 809 KASSERT(crow < type->nrows); in wsdisplay_cnattach() 829 (*wsemul->cnattach)(type, cookie, ccol, crow, defattr); in wsdisplay_cnattach()
|
/openbsd/games/boggle/boggle/ |
H A D | mach.c | 240 move(crow, ccol); in get_line() 344 crow = LIST_LINE; in startwords() 363 if (crow == lastline) { in addword() 364 crow = LIST_LINE; in addword() 368 move(crow, ccol); in addword() 371 move(++crow, ccol); in addword() 385 move(crow, ccol); in badword() 405 move(crow, ccol); in showword() 410 move(crow, ccol); in showword() 515 move(crow, ccol); in showstr() [all …]
|
/openbsd/lib/libcurses/base/ |
H A D | lib_redrawln.c | 83 int crow = i + win->_begy; in NCURSES_EXPORT() local 85 memset(CurScreen(sp)->_line[crow].text + win->_begx, 0, len); in NCURSES_EXPORT() 86 NCURSES_SP_NAME(_nc_make_oldhash) (NCURSES_SP_ARGx crow); in NCURSES_EXPORT()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | efifb.c | 169 int console = 0, ccol = 0, crow = 0; in efifb_attach() local 210 crow = ri->ri_crow; in efifb_attach() 215 wsdisplay_cnattach(&efifb_std_descr, ri->ri_active, ccol, crow, in efifb_attach()
|
/openbsd/usr.bin/openssl/ |
H A D | ca.c | 2068 OPENSSL_STRING *crow = row; in do_body() local 2070 rrow = TXT_DB_get_by_index(db->db, DB_name, crow); in do_body()
|
/openbsd/share/dict/ |
H A D | web2a | 14830 crow call 14831 crow corn 14834 crow duck 14835 crow fig 14842 crow ling 14913 crow pea 14921 crow tit 18501 dun crow 30861 jew crow 30909 Jim crow [all …]
|
H A D | web2 | 45995 crow
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | ChangeLog | 1693 (Reported by "Crow, Ian" <ian.crow@linklaters.com>.)
|
/openbsd/games/fortune/datfiles/ |
H A D | fortunes2-o | 14782 In the mornin' the rooster crow, I am a back door man, 14932 "Where'd she get those crow's feet? You really want to know?"
|
H A D | fortunes2 | 659 A crow perched himself on a telephone wire. He was going to make a
|