Home
last modified time | relevance | path

Searched refs:colp (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/usr.bin/mail/
Dlist.c312 struct coltab *colp; in markall() local
315 for (colp = &coltab[0]; colp->co_char != '\0'; colp++) in markall()
316 if (colp->co_bit & colmod) in markall()
317 if ((mp->m_flag & colp->co_mask) in markall()
318 != colp->co_equal) in markall()
326 struct coltab *colp; in markall() local
329 for (colp = &coltab[0]; colp->co_char != '\0'; colp++) in markall()
330 if (colp->co_bit & colmod) in markall()
331 printf(" :%c", colp->co_char); in markall()
346 struct coltab *colp; in evalcol() local
[all …]
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dlib_setup.c275 int *linep, int *colp) in _nc_get_screensize() argument
282 assert(termp != 0 && linep != 0 && colp != 0); in _nc_get_screensize()
286 TCB->drv->size(TCB, linep, colp); in _nc_get_screensize()
305 *colp = (int) columns; in _nc_get_screensize()
314 *colp = screendata[0]; in _nc_get_screensize()
319 *linep, *colp)); in _nc_get_screensize()
333 *colp = WINSIZE_COLS(size); in _nc_get_screensize()
335 *linep, *colp)); in _nc_get_screensize()
352 _nc_setenv_num("COLUMNS", *colp); in _nc_get_screensize()
367 *colp = value; in _nc_get_screensize()
[all …]
Dtinfo_driver.c337 drv_size(TERMINAL_CONTROL_BLOCK * TCB, int *linep, int *colp) in drv_size() argument
358 *colp = (int) columns; in drv_size()
367 *colp = screendata[0]; in drv_size()
372 *linep, *colp)); in drv_size()
388 *colp = WINSIZE_COLS(size); in drv_size()
390 *linep, *colp)); in drv_size()
408 _nc_setenv_num("COLUMNS", *colp); in drv_size()
423 *colp = value; in drv_size()
424 T(("screen size: environment COLUMNS = %d", *colp)); in drv_size()
432 if (*colp <= 0) { in drv_size()
[all …]
/freebsd-12-stable/sys/netgraph/
Dng_car.c267 struct m_qos_color *colp; in ng_car_rcvdata() local
287 if (colp == NULL) { \ in ng_car_rcvdata()
288 colp = (void *)m_tag_alloc( \ in ng_car_rcvdata()
291 if (colp != NULL) \ in ng_car_rcvdata()
292 m_tag_prepend(m, &colp->tag); \ in ng_car_rcvdata()
294 if (colp != NULL) \ in ng_car_rcvdata()
295 colp->color = col; \ in ng_car_rcvdata()
314 colp = (void *)m_tag_locate(m, M_QOS_COOKIE, M_QOS_COLOR, NULL); in ng_car_rcvdata()
315 if ((hinfo->conf.opt & NG_CAR_COLOR_AWARE) && (colp != NULL)) in ng_car_rcvdata()
316 col = colp->color; in ng_car_rcvdata()
[all …]
/freebsd-12-stable/contrib/mandoc/
Ddemandoc.c135 pstring(const char *p, int col, int *colp, int list) in pstring() argument
194 while (*colp < col) { in pstring()
196 (*colp)++; in pstring()
210 (*colp)++; in pstring()
/freebsd-12-stable/contrib/nvi/cl/
Dcl_term.c355 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-12-stable/contrib/nvi/ex/
Dex_print.c199 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-12-stable/contrib/nvi/vi/
Dvs_relative.c31 vs_column(SCR *sp, size_t *colp) in vs_column() argument
37 *colp = (O_ISSET(sp, O_LEFTRIGHT) ? in vs_column()
/freebsd-12-stable/sys/dev/terasic/mtl/
Dterasic_mtl_reg.c226 terasic_mtl_reg_textcursor_get(struct terasic_mtl_softc *sc, uint8_t *colp, in terasic_mtl_reg_textcursor_get() argument
233 *colp = (v & TERASIC_MTL_TEXTCURSOR_COL_MASK) >> in terasic_mtl_reg_textcursor_get()
Dterasic_mtl_syscons.c249 terasic_mtl_vidsw_read_hw_cursor(video_adapter_t *adp, int *colp, int *rowp) in terasic_mtl_vidsw_read_hw_cursor() argument
256 *colp = col; in terasic_mtl_vidsw_read_hw_cursor()
Dterasic_mtl.h207 uint8_t *colp, uint8_t *rowp);
/freebsd-12-stable/usr.bin/top/
Ddisplay.c470 int *colp; in u_cpustates() local
479 colp = cpustate_columns; in u_cpustates()
490 Move_to(cpustates_column + *colp, y_cpustates + cpu); in u_cpustates()
508 colp++; in u_cpustates()
/freebsd-12-stable/contrib/ncurses/ncurses/
Dllib-ltinfo723 int *colp)
Dllib-ltinfow723 int *colp)
Dllib-ltinfotw794 int *colp)
Dllib-ltinfot794 int *colp)
Dllib-lncurses3374 int *colp)
Dllib-lncursest3490 int *colp)
Dllib-lncursesw4193 int *colp)
Dllib-lncursestw4275 int *colp)
/freebsd-12-stable/contrib/gcc/
DChangeLog-200029609 * cppfiles.c (find_position): Drop 'colp' argument, return the
/freebsd-12-stable/share/dict/
Dweb239656 colp