Searched refs:cmap (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/contrib/groff/src/include/
H A Dcmap.h27 class cmap { class
29 cmap();
30 cmap(cmap_builtin);
39 inline int cmap::operator()(unsigned char c) const
44 inline unsigned char &cmap::operator[](unsigned char c)
49 extern cmap cmlower;
50 extern cmap cmupper;
H A DMakefile.sub3 cmap.h \
/freebsd-11.0-release/usr.bin/tr/
H A Dcmap.h26 * $FreeBSD: releng/11.0/usr.bin/tr/cmap.h 200462 2009-12-13 03:14:06Z delphij $
43 struct cmap { struct
54 struct cmap * cmap_alloc(void);
55 bool cmap_add(struct cmap *, wint_t, wint_t);
56 wint_t cmap_lookup_hard(struct cmap *, wint_t);
57 void cmap_cache(struct cmap *);
58 wint_t cmap_default(struct cmap *, wint_t);
61 cmap_lookup(struct cmap *cm, wint_t from)
70 cmap_min(struct cmap *cm)
77 cmap_max(struct cmap *c
[all...]
H A DMakefile7 SRCS= cmap.c cset.c str.c tr.c
H A Dcmap.c33 __FBSDID("$FreeBSD: releng/11.0/usr.bin/tr/cmap.c 200462 2009-12-13 03:14:06Z delphij $");
40 #include "cmap.h"
48 struct cmap *
51 struct cmap *cm;
68 cmap_add(struct cmap *cm, wint_t from, wint_t to)
121 cmap_lookup_hard(struct cmap *cm, wint_t ch)
137 cmap_cache(struct cmap *cm)
154 cmap_default(struct cmap *cm, wint_t def)
H A Dtr.c58 #include "cmap.h"
72 struct cmap *map;
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Dcmap.cpp21 /* $FreeBSD: releng/11.0/contrib/groff/src/libs/libgroff/cmap.cpp 151503 2005-10-20 10:53:15Z ru $ */
27 #include "cmap.h"
29 cmap cmlower(CMAP_BUILTIN);
30 cmap cmupper(CMAP_BUILTIN);
38 cmap::cmap() function in class:cmap
45 cmap::cmap(cmap_builtin) function in class:cmap
H A DMakefile.sub6 cmap.$(OBJEXT) \
55 $(srcdir)/cmap.cpp \
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.char.h152 # define cmap(c, bits) \ macro
156 # define cmap(c, bits) \ macro
160 # define cmap(c, bits) \ macro
164 #define isglob(c) cmap((c), _GLOB)
165 #define isspc(c) cmap((c), _SP)
166 #define ismeta(c) cmap((c), _META)
167 #define iscmdmeta(c) cmap((c), _CMD)
175 ((isalpha((tcshuc) (c)) && !(cmap((c), _PUN))) \
178 ((isalnum((tcshuc) (c)) && !(cmap((c), _PUN))) \
286 # define Isspace(c) cmap((
[all...]
H A Dsh.dol.c100 if (cmap(*p, _DOL | QUOTES)) { /* $, \, ', ", ` */
185 if (cmap(c, _SP | _NL | _QF | _QB)) { /* sp \t\n'"` */
187 if (cmap(c, QUOTES))
330 if (cmap(c, QUOTES))
912 if (cmap(c, QUOTES))
H A Dtw.parse.c148 #define tricky(w) (cmap(w, _META | _DOL | _QF | _QB | _ESC | _GLOB) && w != '#')
150 #define tricky_dq(w) (cmap(w, _DOL | _QB))
179 if (!cmap(qu, _ESC)) {
180 if (cmap(*cp, _QF|_ESC)) {
186 if (qu != '\'' && cmap(*cp, _QB)) {
209 if (cmap(*cp, _ESC) && cp < str_end - 1 && cp[1] == HIST &&
220 if (cmap(qu, _ESC))
610 if (in_sync && !cmap(qu, _ESC) && cmap(*cp, _QF|_ESC))
623 if (cmap(
[all...]
H A Dsh.lex.c296 if (cmap(c, _META | _ESC))
391 else if (cmap(c, _META | _QF | _QB | _ESC)) {
403 else if (cmap(c, _QF | _QB)) { /* '"` */
433 if (cmap(c, _META | _QF | _QB))
1199 while (!cmap(c, _ESC | _META | _QF | _QB) && !any("^*-%${}:#", c)) {
H A Dsh.misc.c475 if (cmap(*s, _META | _DOL | _QF | _QB | _ESC | _GLOB))
/freebsd-11.0-release/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile5 SRCS= assert.cpp change_lf.cpp cmap.cpp color.cpp cset.cpp\
/freebsd-11.0-release/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c160 ipu3_fb_init_cmap(uint32_t *cmap, int bytespp) argument
165 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
168 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
171 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
175 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_fb_helper.h117 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
H A Ddrm_fb_helper.c636 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
649 red = cmap->red;
650 green = cmap->green;
651 blue = cmap->blue;
652 transp = cmap->transp;
653 start = cmap->start;
655 for (j = 0; j < cmap->len; j++) {
/freebsd-11.0-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c389 vt_fb_init_cmap(uint32_t *cmap, int depth) argument
394 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
397 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
400 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
404 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
/freebsd-11.0-release/sys/i386/xbox/
H A Dxboxfb.c186 static const uint32_t cmap[] = { variable
251 *iptr++ = cmap[0];
611 clr = (*fontdata & mask) ? cmap[a & 0xf] : cmap[(a >> 4) & 0xf];
649 *ptri = cmap[0xf];
/freebsd-11.0-release/sys/dev/isp/
H A Disp_pci.c1560 int i, error, cmap = 0; local
1739 for (cmap = 0; cmap < isp->isp_nchan; cmap++) {
1740 struct isp_fc *fc = ISP_FC_PC(isp, cmap);
1744 FCPARAM(isp, cmap)->isp_scratch = base;
1752 FCPARAM(isp, cmap)->isp_scdma = im.maddr;
1794 while (--cmap >= 0) {
1795 struct isp_fc *fc = ISP_FC_PC(isp, cmap);
1798 FCPARAM(isp, cmap)
[all...]
/freebsd-11.0-release/sys/sys/
H A Dfbio.h251 struct fbcmap cmap; /* cursor color map */ member in struct:fbcursor

Completed in 115 milliseconds