Searched refs:colp (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/usr.bin/mail/
H A Dlist.c303 struct coltab *colp; local
306 for (colp = &coltab[0]; colp->co_char; colp++)
307 if (colp->co_bit & colmod)
308 if ((mp->m_flag & colp->co_mask)
309 != colp->co_equal)
316 struct coltab *colp; local
319 for (colp = &coltab[0]; colp
336 struct coltab *colp; local
[all...]
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_setup.c282 int *linep, int *colp)
289 assert(termp != 0 && linep != 0 && colp != 0);
293 TCB->drv->td_size(TCB, linep, colp);
314 _nc_console_size(linep, colp);
315 T(("screen size: winconsole lines = %d columns = %d", *linep, *colp));
321 *colp = (int) columns;
336 *colp = screendata[0];
341 *linep, *colp));
355 *colp = WINSIZE_COLS(size);
357 *linep, *colp));
278 _nc_get_screensize(SCREEN *sp, TERMINAL *termp, int *linep, int *colp) argument
[all...]
H A Dtinfo_driver.c418 drv_size(TERMINAL_CONTROL_BLOCK * TCB, int *linep, int *colp) argument
439 _nc_console_size(linep, colp);
440 T(("screen size: winconsole lines = %d columns = %d", *linep, *colp));
446 *colp = (int) columns;
455 *colp = screendata[0];
460 *linep, *colp));
476 *colp = WINSIZE_COLS(size);
478 *linep, *colp));
496 _nc_setenv_num("COLUMNS", *colp);
511 *colp
[all...]
/openbsd-current/usr.bin/vi/cl/
H A Dcl_term.c299 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) argument
356 if (colp != NULL)
357 *colp = col;
407 if (colp != NULL)
408 *colp = col;
/openbsd-current/usr.bin/vi/vi/
H A Dvs_relative.c33 vs_column(SCR *sp, size_t *colp) argument
39 *colp = (O_ISSET(sp, O_LEFTRIGHT) ?
/openbsd-current/sys/arch/sparc64/dev/
H A Dpcons.c564 int *rowp, *colp; local
571 if (romgetcursoraddr(&rowp, &colp) == 0) {
574 if (colp != NULL)
575 col = *colp;
652 int *rowp, *colp; local
656 if (romgetcursoraddr(&rowp, &colp) == 0) {
659 if (colp != NULL)
660 col = *colp;
/openbsd-current/usr.bin/vi/ex/
H A Dex_print.c196 ex_prchars(SCR *sp, const char *p, size_t *colp, size_t len, u_int flags, argument
205 for (col = *colp; len--;)
232 intr: *colp = col;
/openbsd-current/sys/dev/sbus/
H A Dvigra.c492 u_int32_t *colp = &sc->sc_cmap.cm_chip[start]; local
501 *lutp++ = *colp++;
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dautoconf.c1275 romgetcursoraddr(int **rowp, int **colp) argument
1290 *colp = (int *)(col + 4);

Completed in 196 milliseconds