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

/freebsd-11-stable/usr.bin/mail/
H A Dlist.c310 struct coltab *colp; local
313 for (colp = &coltab[0]; colp->co_char != '\0'; colp++)
314 if (colp->co_bit & colmod)
315 if ((mp->m_flag & colp->co_mask)
316 != colp->co_equal)
324 struct coltab *colp; local
327 for (colp = &coltab[0]; colp
344 struct coltab *colp; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c275 int *linep, int *colp)
282 assert(termp != 0 && linep != 0 && colp != 0);
286 TCB->drv->size(TCB, linep, colp);
305 *colp = (int) columns;
314 *colp = screendata[0];
319 *linep, *colp));
333 *colp = WINSIZE_COLS(size);
335 *linep, *colp));
352 _nc_setenv_num("COLUMNS", *colp);
367 *colp
271 _nc_get_screensize(SCREEN *sp, TERMINAL * termp, int *linep, int *colp) argument
[all...]
H A Dtinfo_driver.c337 drv_size(TERMINAL_CONTROL_BLOCK * TCB, int *linep, int *colp) argument
358 *colp = (int) columns;
367 *colp = screendata[0];
372 *linep, *colp));
388 *colp = WINSIZE_COLS(size);
390 *linep, *colp));
408 _nc_setenv_num("COLUMNS", *colp);
423 *colp = value;
424 T(("screen size: environment COLUMNS = %d", *colp));
432 if (*colp <
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_car.c265 struct m_qos_color *colp; local
285 if (colp == NULL) { \
286 colp = (void *)m_tag_alloc( \
289 if (colp != NULL) \
290 m_tag_prepend(m, &colp->tag); \
292 if (colp != NULL) \
293 colp->color = col; \
312 colp = (void *)m_tag_locate(m, M_QOS_COOKIE, M_QOS_COLOR, NULL);
313 if ((hinfo->conf.opt & NG_CAR_COLOR_AWARE) && (colp != NULL))
314 col = colp
748 struct m_qos_color *colp; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Ddemandoc.c139 pstring(const char *p, int col, int *colp, int list) argument
198 while (*colp < col) {
200 (*colp)++;
214 (*colp)++;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_print.c203 ex_prchars(SCR *sp, const CHAR_T *p, size_t *colp, size_t len, argument
215 for (col = *colp; len--;)
253 intr: *colp = col;
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_term.c358 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) argument
415 if (colp != NULL)
416 *colp = col;
462 if (colp != NULL)
463 *colp = col;
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl.h205 uint8_t *colp, uint8_t *rowp);
H A Dterasic_mtl_reg.c223 terasic_mtl_reg_textcursor_get(struct terasic_mtl_softc *sc, uint8_t *colp, argument
230 *colp = (v & TERASIC_MTL_TEXTCURSOR_COL_MASK) >>
H A Dterasic_mtl_syscons.c247 terasic_mtl_vidsw_read_hw_cursor(video_adapter_t *adp, int *colp, int *rowp) argument
254 *colp = col;
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_relative.c35 vs_column(SCR *sp, size_t *colp) argument
41 *colp = (O_ISSET(sp, O_LEFTRIGHT) ?
/freebsd-11-stable/contrib/top/
H A Ddisplay.c532 register int *colp; local
541 colp = cpustate_columns;
552 Move_to(cpustates_column + *colp, y_cpustates + cpu);
570 colp++;

Completed in 195 milliseconds