/freebsd/usr.bin/mail/ |
H A D | list.c | 304 struct coltab *colp; in markall() local 307 for (colp = &coltab[0]; colp->co_char != '\0'; colp++) in markall() 308 if (colp->co_bit & colmod) in markall() 309 if ((mp->m_flag & colp->co_mask) in markall() 310 != colp->co_equal) in markall() 318 struct coltab *colp; in markall() local 321 for (colp = &coltab[0]; colp->co_char != '\0'; colp++) in markall() 322 if (colp->co_bit & colmod) in markall() 323 printf(" :%c", colp->co_char); in markall() 338 struct coltab *colp; in evalcol() local [all …]
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_setup.c | 277 _nc_default_screensize(TERMINAL *termp, int *linep, int *colp) in _nc_default_screensize() argument 283 if (*colp <= 0) { in _nc_default_screensize() 284 *colp = (int) columns; in _nc_default_screensize() 291 if (*colp <= 0) { in _nc_default_screensize() 292 *colp = 80; in _nc_default_screensize() 406 _nc_check_screensize(SCREEN *sp, TERMINAL *termp, int *linep, int *colp) in _nc_check_screensize() argument 443 *colp = updated_x; in _nc_check_screensize() 453 _nc_default_screensize(termp, linep, colp); in _nc_check_screensize() 456 #define _nc_check_screensize(sp, termp, linep, colp) /* nothing */ argument 465 int *linep, int *colp) in _nc_get_screensize() argument [all …]
|
H A D | tinfo_driver.c | 418 drv_size(TERMINAL_CONTROL_BLOCK * TCB, int *linep, int *colp) in drv_size() argument 439 _nc_console_size(linep, colp); in drv_size() 440 T(("screen size: winconsole lines = %d columns = %d", *linep, *colp)); in drv_size() 446 *colp = (int) columns; in drv_size() 455 *colp = screendata[0]; in drv_size() 460 *linep, *colp)); in drv_size() 476 *colp = WINSIZE_COLS(size); in drv_size() 478 *linep, *colp)); in drv_size() 496 _nc_setenv_num("COLUMNS", *colp); in drv_size() 511 *colp = value; in drv_size() [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_car.c | 271 struct m_qos_color *colp; in ng_car_rcvdata() local 291 if (colp == NULL) { \ in ng_car_rcvdata() 292 colp = (void *)m_tag_alloc( \ in ng_car_rcvdata() 295 if (colp != NULL) \ in ng_car_rcvdata() 296 m_tag_prepend(m, &colp->tag); \ in ng_car_rcvdata() 298 if (colp != NULL) \ in ng_car_rcvdata() 299 colp->color = col; \ in ng_car_rcvdata() 318 colp = (void *)m_tag_locate(m, M_QOS_COOKIE, M_QOS_COLOR, NULL); in ng_car_rcvdata() 319 if ((hinfo->conf.opt & NG_CAR_COLOR_AWARE) && (colp != NULL)) in ng_car_rcvdata() 320 col = colp->color; in ng_car_rcvdata() [all …]
|
/freebsd/contrib/mandoc/ |
H A D | demandoc.c | 146 pstring(const char *p, int col, int *colp, int list) in pstring() argument 205 while (*colp < col) { in pstring() 207 (*colp)++; in pstring() 221 (*colp)++; in pstring()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_term.c | 355 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) in cl_ssize() argument 412 if (colp != NULL) in cl_ssize() 413 *colp = col; in cl_ssize() 461 if (colp != NULL) in cl_ssize() 462 *colp = col; in cl_ssize()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_print.c | 199 ex_prchars(SCR *sp, const CHAR_T *p, size_t *colp, size_t len, in ex_prchars() argument 211 for (col = *colp; len--;) in ex_prchars() 249 intr: *colp = col; in ex_prchars()
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_relative.c | 31 vs_column(SCR *sp, size_t *colp) in vs_column() argument 37 *colp = (O_ISSET(sp, O_LEFTRIGHT) ? in vs_column()
|
/freebsd/usr.bin/top/ |
H A D | display.c | 468 int *colp; in u_cpustates() local 477 colp = cpustate_columns; in u_cpustates() 488 Move_to(cpustates_column + *colp, y_cpustates + cpu); in u_cpustates() 506 colp++; in u_cpustates()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 796 int *colp)
|
H A D | llib-ltinfo | 774 int *colp)
|
H A D | llib-ltinfotw | 864 int *colp)
|
H A D | llib-ltinfot | 842 int *colp)
|
H A D | llib-lncursest | 3580 int *colp)
|
H A D | llib-lncurses | 3503 int *colp)
|
H A D | llib-lncursestw | 4541 int *colp)
|
H A D | llib-lncursesw | 4464 int *colp)
|
/freebsd/share/dict/ |
H A D | web2 | 39661 colp
|