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

1234

/macosx-10.10/groff-38/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;
/macosx-10.10/text_cmds-88/tr/
H A Dcmap.h26 * $FreeBSD: src/usr.bin/tr/cmap.h,v 1.1 2004/07/09 02:08:07 tjr Exp $
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 Dcmap.c33 __FBSDID("$FreeBSD: src/usr.bin/tr/cmap.c,v 1.2 2004/07/14 08:36:09 tjr Exp $");
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)
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dcmap.cpp22 #include "cmap.h"
24 cmap cmlower(CMAP_BUILTIN);
25 cmap cmupper(CMAP_BUILTIN);
33 cmap::cmap() function in class:cmap
40 cmap::cmap(cmap_builtin) function in class:cmap
/macosx-10.10/vim-55/src/testdir/
H A Damiga.vim4 cmap !rm !Delete all
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dcmaps.h27 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
30 CMAPMapper(const CMAPTable *cmap);
41 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
62 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
77 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) argument
78 : fcmap(cmap)
H A Dcmaps.cpp59 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) argument
62 le_uint16 nSubtables = SWAPW(cmap->numberSubtables);
67 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
85 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset10);
87 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
94 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
110 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) argument
111 : CMAPMapper(cmap)
170 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
H A DGnomeFontInstance.cpp102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); local
104 if (cmap == NULL) {
108 fMapper = CMAPMapper::createUnicodeMapper(cmap);
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dcmaps.h23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
37 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
58 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) argument
74 : fcmap(cmap)
H A Dcmaps.cpp54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) argument
57 le_uint16 nSubtables = SWAPW(cmap->numberSubtables);
66 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
92 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
134 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
140 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
151 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) argument
152 : CMAPMapper(cmap)
211 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A Dcmaps.h23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
37 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header);
58 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups);
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) argument
74 : fcmap(cmap)
H A Dcmaps.cpp54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) argument
57 le_uint16 nSubtables = SWAPW(cmap->numberSubtables);
66 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
92 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
134 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
140 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
151 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) argument
152 : CMAPMapper(cmap)
211 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, cons argument
[all...]
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinColor.c344 TkWinColormap *cmap = (TkWinColormap *) colormap;
365 index = GetNearestPaletteIndex(cmap->palette, newPixel);
366 GetPaletteEntries(cmap->palette, index, 1, &closeEntry);
379 if ((index >= cmap->size) || (newPixel != closePixel)) {
380 if (cmap->size == sizePalette) {
385 if (index >= cmap->size) {
389 cmap->size++;
390 ResizePalette(cmap->palette, cmap->size);
391 SetPaletteEntries(cmap
338 TkWinColormap *cmap = (TkWinColormap *) colormap; local
439 TkWinColormap *cmap = (TkWinColormap *) colormap; local
512 TkWinColormap *cmap; local
570 TkWinColormap *cmap = (TkWinColormap *) colormap; local
602 TkWinColormap *cmap = (TkWinColormap *) colormap; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinColor.c346 TkWinColormap *cmap = (TkWinColormap *) colormap;
367 index = GetNearestPaletteIndex(cmap->palette, newPixel);
368 GetPaletteEntries(cmap->palette, index, 1, &closeEntry);
382 if ((index >= cmap->size) || (newPixel != closePixel)) {
383 if (cmap->size == sizePalette) {
388 if (index >= cmap->size) {
392 cmap->size++;
393 ResizePalette(cmap->palette, cmap->size);
394 SetPaletteEntries(cmap
340 TkWinColormap *cmap = (TkWinColormap *) colormap; local
443 TkWinColormap *cmap = (TkWinColormap *) colormap; local
518 TkWinColormap *cmap; local
577 TkWinColormap *cmap = (TkWinColormap *) colormap; local
609 TkWinColormap *cmap = (TkWinColormap *) colormap; local
[all...]
/macosx-10.10/vim-55/runtime/
H A Dmacmap.vim14 cmap <special> <D-n> <C-C><D-n>
20 cmap <special> <D-o> <C-C><D-o>
26 cmap <special> <D-w> <C-C><D-w>
32 cmap <special> <D-s> <C-C><D-s>
38 cmap <special> <D-S-s> <C-C><D-s>
45 cmap <special> <D-z> <C-C><D-z>
62 cmap <special> <D-a> <C-C><D-a>
68 cmap <special> <D-f> <C-C><D-f>
74 cmap <special> <D-g> <C-C><D-g>
H A Dmswin.vim38 cmap <C-V> <C-R>+
39 cmap <S-Insert> <C-R>+
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.char.h152 # define cmap(c, bits) \ macro
156 # define cmap(c, bits) \ macro
161 # define cmap(c, bits) \ macro
166 #define isglob(c) cmap((c), _GLOB)
167 #define isspc(c) cmap((c), _SP)
168 #define ismeta(c) cmap((c), _META)
169 #define iscmdmeta(c) cmap((c), _CMD)
177 ((isalpha((tcshuc) (c)) && !(cmap((c), _PUN))) \
180 ((isalnum((tcshuc) (c)) && !(cmap((c), _PUN))) \
288 # 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.c147 #define tricky(w) (cmap(w, _META | _DOL | _QF | _QB | _ESC | _GLOB) && w != '#')
149 #define tricky_dq(w) (cmap(w, _DOL | _QB))
178 if (!cmap(qu, _ESC)) {
179 if (cmap(*cp, _QF|_ESC)) {
185 if (qu != '\'' && cmap(*cp, _QB)) {
208 if (cmap(*cp, _ESC) && cp < str_end - 1 && cp[1] == HIST)
217 if (cmap(qu, _ESC))
593 if (in_sync && !cmap(qu, _ESC) && cmap(*cp, _QF|_ESC))
606 if (cmap(
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dread.c729 Keymap cmap; local
733 cmap = rl_get_keymap ();
736 old_newline_ctype = cmap[RETURN].type;
737 old_newline_func = cmap[RETURN].function;
738 cmap[RETURN].type = ISFUNC;
739 cmap[RETURN].function = rl_insert;
742 old_delim_ctype = cmap[c].type;
743 old_delim_func = cmap[c].function;
744 cmap[c].type = ISFUNC;
745 cmap[
754 Keymap cmap; local
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_debug.c138 vm_map_t cmap; /* current map in traversal */
146 for (cmap = map;; cmap = nmap) {
147 /* cmap is read-locked */
149 if (!vm_map_lookup_entry(cmap,
153 if (entry == vm_map_to_entry(cmap)) {
154 vm_map_unlock_read(cmap);
170 vm_map_unlock_read(cmap);
173 /* cmap is read-locked; we have a real entry */
191 vm_map_unlock_read(cmap);
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c6030 static kern_return_t vfs_drt_free_map(struct vfs_drt_clustermap *cmap);
6031 static kern_return_t vfs_drt_search_index(struct vfs_drt_clustermap *cmap,
6044 struct vfs_drt_clustermap *cmap,
6063 struct vfs_drt_clustermap *cmap, *ocmap; local
6119 kret = kmem_alloc(kernel_map, (vm_offset_t *)&cmap,
6123 cmap->scm_magic = DRT_SCM_MAGIC;
6124 cmap->scm_modulus = nsize;
6125 cmap->scm_buckets = 0;
6126 cmap->scm_lastclean = 0;
6127 cmap
6185 vfs_drt_free_map(struct vfs_drt_clustermap *cmap) argument
6197 vfs_drt_search_index(struct vfs_drt_clustermap *cmap, u_int64_t offset, int *indexp) argument
6242 struct vfs_drt_clustermap *cmap; local
6303 struct vfs_drt_clustermap *cmap, **cmapp; local
6452 struct vfs_drt_clustermap *cmap; local
6522 struct vfs_drt_clustermap *cmap; local
6557 vfs_drt_trace(__unused struct vfs_drt_clustermap *cmap, int code, int arg1, int arg2, int arg3, int arg4) argument
6563 vfs_drt_trace(__unused struct vfs_drt_clustermap *cmap, __unused int code, __unused int arg1, __unused int arg2, __unused int arg3, __unused int arg4) argument
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/SQL/
H A DTransformer.pm72 $self->{cmap}{ $alias || $table } = $class || ref $caller || $caller;
86 my ($c1, $c2) = map $self->{cmap}{$_}
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dpal2rgb.c77 int cmap = -1; local
86 cmap = atoi(optarg);
162 if (cmap == -1)
163 cmap = checkcmap(1<<bitspersample, rmap, gmap, bmap);
164 if (cmap == 16) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/window/
H A Dwindow.c228 Colormap cmap; local
311 cmap = Tk_Colormap(tkwin);
353 XQueryColors(Tk_Display(tkwin), cmap, cdata.colors, ncolors); local

Completed in 263 milliseconds

1234