Symbol: map_element
usr.bin/mg/extend.c
100
if (ele > &curmap->map_element[0] && (funct != NULL ||
usr.bin/mg/extend.c
105
if (ele < &curmap->map_element[curmap->map_num] &&
usr.bin/mg/extend.c
147
for (mep = &curmap->map_element[curmap->map_num];
usr.bin/mg/extend.c
165
(MAPINIT - 1) * sizeof(struct map_element))) == NULL) {
usr.bin/mg/extend.c
194
sizeof(struct map_element))) == NULL) {
usr.bin/mg/extend.c
227
for (mep = &curmap->map_element[curmap->map_num];
usr.bin/mg/extend.c
242
* sizeof(struct map_element))) == NULL) {
usr.bin/mg/extend.c
275
sizeof(struct map_element))) == NULL) {
usr.bin/mg/extend.c
283
mp->map_element[i].k_base = curmap->map_element[i].k_base;
usr.bin/mg/extend.c
284
mp->map_element[i].k_num = curmap->map_element[i].k_num;
usr.bin/mg/extend.c
285
mp->map_element[i].k_funcp = curmap->map_element[i].k_funcp;
usr.bin/mg/extend.c
286
mp->map_element[i].k_prefmap = curmap->map_element[i].k_prefmap;
usr.bin/mg/extend.c
294
ele = &mp->map_element[ele - &curmap->map_element[0]];
usr.bin/mg/extend.c
307
if (mt->map_element[i].k_prefmap != NULL) {
usr.bin/mg/extend.c
308
if (mt->map_element[i].k_prefmap == curmap)
usr.bin/mg/extend.c
309
mt->map_element[i].k_prefmap = mp;
usr.bin/mg/extend.c
311
fixmap(curmap, mp, mt->map_element[i].k_prefmap);
usr.bin/mg/extend.c
97
struct map_element *mep;
usr.bin/mg/extend.c
99
if (ele >= &curmap->map_element[curmap->map_num] || c < ele->k_base) {
usr.bin/mg/kbd.c
127
struct map_element *elec = &map->map_element[0];
usr.bin/mg/kbd.c
128
struct map_element *last = &map->map_element[map->map_num];
usr.bin/mg/kbd.c
33
struct map_element *ele;
usr.bin/mg/kbd.h
28
struct map_element map_element[NUM]; /* really [e_max] */ \
usr.bin/mg/kbd.h
56
extern struct map_element *ele;
usr.bin/mg/log.c
114
map->map_element->k_base,
usr.bin/mg/log.c
115
map->map_element->k_num
usr.bin/mg/log.c
117
for (pfp = map->map_element->k_funcp; *pfp != NULL; pfp++)