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

/freebsd-11-stable/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-stable/usr.bin/tr/
H A Dcmap.h28 * $FreeBSD: stable/11/usr.bin/tr/cmap.h 330449 2018-03-05 07:26:05Z eadler $
45 struct cmap { struct
56 struct cmap * cmap_alloc(void);
57 bool cmap_add(struct cmap *, wint_t, wint_t);
58 wint_t cmap_lookup_hard(struct cmap *, wint_t);
59 void cmap_cache(struct cmap *);
60 wint_t cmap_default(struct cmap *, wint_t);
63 cmap_lookup(struct cmap *cm, wint_t from)
72 cmap_min(struct cmap *cm)
79 cmap_max(struct cmap *c
[all...]
H A DMakefile7 SRCS= cmap.c cset.c str.c tr.c
H A Dcmap.c35 __FBSDID("$FreeBSD: stable/11/usr.bin/tr/cmap.c 330449 2018-03-05 07:26:05Z eadler $");
42 #include "cmap.h"
50 struct cmap *
53 struct cmap *cm;
70 cmap_add(struct cmap *cm, wint_t from, wint_t to)
123 cmap_lookup_hard(struct cmap *cm, wint_t ch)
139 cmap_cache(struct cmap *cm)
156 cmap_default(struct cmap *cm, wint_t def)
H A Dtr.c58 #include "cmap.h"
72 struct cmap *map;
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dcmap.cpp27 #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-stable/contrib/tcsh/
H A Dsh.char.h151 # define cmap(c, bits) \ macro
155 # define cmap(c, bits) \ macro
159 # define cmap(c, bits) \ macro
163 #define isglob(c) cmap((c), _GLOB)
164 #define isspc(c) cmap((c), _SP)
165 #define ismeta(c) cmap((c), _META)
166 #define iscmdmeta(c) cmap((c), _CMD)
174 ((isalpha((c)) && !(cmap((c), _PUN))) \
177 ((isalnum((c)) && !(cmap((c), _PUN))) \
285 # define Isspace(c) cmap((
[all...]
H A Dsh.dol.c97 if (cmap(*p, _DOL | QUOTES)) { /* $, \, ', ", ` */
182 if (cmap(c, _SP | _NL | _QF | _QB)) { /* sp \t\n'"` */
184 if (cmap(c, QUOTES))
327 if (cmap(c, QUOTES))
908 if (cmap(c, QUOTES))
H A Dtw.parse.c144 #define tricky(w) (cmap(w, _META | _DOL | _QF | _QB | _ESC | _GLOB) && w != '#')
146 #define tricky_dq(w) (cmap(w, _DOL | _QB))
175 if (!cmap(qu, _ESC)) {
176 if (cmap(*cp, _QF|_ESC)) {
182 if (qu != '\'' && cmap(*cp, _QB)) {
205 if (cmap(*cp, _ESC) && cp < str_end - 1 && cp[1] == HIST &&
216 if (cmap(qu, _ESC))
606 if (in_sync && !cmap(qu, _ESC) && cmap(*cp, _QF|_ESC))
623 if (cmap(
[all...]
H A Dsh.lex.c307 if (cmap(c, _META | _ESC))
404 else if (cmap(c, _META | _QF | _QB | _ESC)) {
416 else if (cmap(c, _QF | _QB)) { /* '"` */
446 if (cmap(c, _META | _QF | _QB))
1214 while (!cmap(c, _ESC | _META | _QF | _QB) && !any("^*-%${}:#", c)) {
H A Dsh.misc.c499 if (cmap(*s, _META | _DOL | _QF | _QB | _ESC | _GLOB))
/freebsd-11-stable/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile5 SRCS= assert.cpp change_lf.cpp cmap.cpp color.cpp cset.cpp\
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c158 ipu3_fb_init_cmap(uint32_t *cmap, int bytespp) argument
163 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
166 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
169 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
173 return (vt_generate_cons_palette(cmap, COLOR_FORMAT_RGB,
/freebsd-11-stable/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.c637 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
650 red = cmap->red;
651 green = cmap->green;
652 blue = cmap->blue;
653 transp = cmap->transp;
654 start = cmap->start;
656 for (j = 0; j < cmap->len; j++) {
/freebsd-11-stable/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-stable/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-stable/sys/dev/isp/
H A Disp_pci.c1473 int i, error, cmap = 0; local
1640 for (cmap = 0; cmap < isp->isp_nchan; cmap++) {
1641 struct isp_fc *fc = ISP_FC_PC(isp, cmap);
1645 FCPARAM(isp, cmap)->isp_scratch = base;
1651 FCPARAM(isp, cmap)->isp_scratch = NULL;
1654 FCPARAM(isp, cmap)->isp_scdma = im.maddr;
/freebsd-11-stable/sys/sys/
H A Dfbio.h253 struct fbcmap cmap; /* cursor color map */ member in struct:fbcursor
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1501 % PDF CMaps. See also LaTeX's t1.cmap.
1774 \csname cmap#5\endcsname#1%
1777 \let\cmap\gobble

Completed in 201 milliseconds