Home
last modified time | relevance | path

Searched refs:colordesc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Doptfunc.c556 static void colordesc(constant char *s, int *fg_color, int *bg_color, int *dattr) in colordesc()
645 colordesc(s, &nm_fg_color, &nm_bg_color, &nm_attr); in opt_D()
648 colordesc(s, &bo_fg_color, &bo_bg_color, &bo_attr); in opt_D()
651 colordesc(s, &ul_fg_color, &ul_bg_color, &ul_attr); in opt_D()
654 colordesc(s, &bl_fg_color, &bl_bg_color, &bl_attr); in opt_D()
657 colordesc(s, &so_fg_color, &so_bg_color, &so_attr); in opt_D()
534 static void colordesc(char *s, int *fg_color, int *bg_color) colordesc() function
/freebsd/contrib/bsddialog/lib/
H A Dmenubox.c334 int colordesc, colorname, colorshortcut; in drawitem()
363 colordesc = focus ? t.menu.f_namecolor : t.menu.namecolor; in drawitem()
365 colordesc = focus ? t.menu.f_desccolor : t.menu.desccolor; in drawitem()
368 wattron(m->pad, colordesc); in drawitem()
374 wattroff(m->pad, colordesc); in drawitem()
332 int colordesc, colorname, colorshortcut; drawitem() local