Searched refs:dmap (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddmap.h61 * @(#)dmap.h 8.2 (Berkeley) 1/4/94
76 struct dmap { struct
82 extern struct dmap zdmap;
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dslcrep.cpp159 const DYLDCache::Mapping dmap = rep->mCache.mapping(n); local
161 scatter->targetOffset = dmap.address();
162 scatter->base = (uint32_t)(dmap.offset() / segmentedPageSize);
163 assert(dmap.offset() % segmentedPageSize == 0);
164 scatter->count = (uint32_t)(dmap.size() / segmentedPageSize);
165 assert(dmap.size() % segmentedPageSize == 0);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dslcrep.cpp159 const DYLDCache::Mapping dmap = rep->mCache.mapping(n); local
161 scatter->targetOffset = dmap.address();
162 scatter->base = (uint32_t)(dmap.offset() / segmentedPageSize);
163 assert(dmap.offset() % segmentedPageSize == 0);
164 scatter->count = (uint32_t)(dmap.size() / segmentedPageSize);
165 assert(dmap.size() % segmentedPageSize == 0);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dreadline.c653 r = _rl_dispatch_subseq (nkey, cxt->dmap, cxt->subseq_arg);
659 r = _rl_dispatch_subseq (nkey, cxt->dmap, cxt->subseq_arg);
814 cxt->dmap = _rl_dispatching_keymap;
815 cxt->subseq_arg = got_subseq || cxt->dmap[ANYOTHERKEY].function;
H A Drlprivate.h101 Keymap dmap; member in struct:__rl_keyseq_context
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c908 const el_action_t *dmap, *dalt; local
914 dmap = el->el_map.vii;
917 dmap = el->el_map.emacs;
928 map[UC(old[0])] = dmap[UC(old[0])];
H A Dterm.c1218 const el_action_t *dmap; local
1228 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs;
1259 if (p[1] && (dmap[j] == map[j] ||
/macosx-10.10/libedit-40/src/
H A Dtty.c942 const el_action_t *dmap, *dalt; local
948 dmap = el->el_map.vii;
951 dmap = el->el_map.emacs;
962 map[UC(old[0])] = dmap[UC(old[0])];
H A Dterminal.c1156 const el_action_t *dmap; local
1166 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs;
1197 if (p[1] && (dmap[j] == map[j] ||
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dtty.c868 const el_action_t *dmap, *dalt; local
874 dmap = el->el_map.vii;
877 dmap = el->el_map.emacs;
888 map[old[0]] = dmap[old[0]];
H A Dterm.c1164 const el_action_t *dmap; local
1174 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs;
1195 if (p[1] && (dmap[j] == map[j] ||
/macosx-10.10/tcsh-65/tcsh/
H A Ded.screen.c880 KEYCMD *map, *dmap; local
888 dmap = VImode ? CcViCmdMap : CcEmacsMap;
910 if (p[1] && (dmap[j] == map[j] || map[j] == F_XKEY)) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dnastran.vim31 " If you don't like initial tabs in dmap (or at all)
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc.el971 (dmap (nth 1 map))
974 (aset dmap i

Completed in 397 milliseconds