Searched refs:newmap (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/lib/libreadline/
H A Dkeymaps.c99 Keymap newmap; local
101 newmap = rl_make_bare_keymap ();
105 newmap[i].function = rl_insert;
107 newmap[TAB].function = rl_insert;
108 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */
109 newmap[CTRL('H')].function = rl_rubout;
114 newmap[i].function = rl_insert;
118 newmap[i].function = rl_insert;
121 return (newmap);
/openbsd-current/usr.bin/mg/
H A Dhelp.c128 KEYMAP *newmap; local
138 fun = doscan(map, c, &newmap);
144 if (showall(bp, newmap, keybuf) == FALSE)
211 KEYMAP *newmap; local
218 nfun = doscan(map, c, &newmap);
224 if (findbind(newmap, fun, buf2, sizeof(buf2)) == TRUE) {
H A Dkbd.c125 doscan(KEYMAP *map, int c, KEYMAP **newmap) argument
140 if (ret == NULL && newmap != NULL)
141 *newmap = elec->k_prefmap;
H A Dextend.c95 KEYMAP *mp, *newmap; local
139 if ((newmap = reallocmap(curmap)) == NULL)
141 curmap = newmap;
216 if ((newmap = reallocmap(curmap)) == NULL)
218 curmap = newmap;
/openbsd-current/lib/libc/yp/
H A Dypmatch_cache.c57 char *newmap = NULL, *newkey = NULL, *newval = NULL; local
66 if ((newmap = strdup(map)) == NULL ||
70 free(newmap);
83 free(newmap);
98 ep->map = newmap;
/openbsd-current/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dbtree.c207 char *newmap; local
228 newmap = REALLOC(map, char, bt->mapsz + HFS_MAPXSZ);
229 if (newmap == 0)
235 map = newmap;
370 char *newmap; local
375 newmap = REALLOC(bt->map, char, bt->mapsz + HFS_MAPXSZ);
376 if (newmap == 0)
382 memset(newmap + bt->mapsz, 0, HFS_MAPXSZ);
384 bt->map = newmap;
/openbsd-current/usr.bin/vi/common/
H A Dkey.c574 newmap: evp = &gp->i_event[gp->i_next];
700 goto newmap;
/openbsd-current/sys/net/
H A Dtrunklacp.c966 u_int newmap; local
969 newmap = lsc->lsc_activemap == 0 ? 1 : 0;
970 p = &lsc->lsc_pmap[newmap];
983 lsc->lsc_activemap = newmap;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c7833 elf32_arm_section_map *newmap; local
7866 newmap = bfd_realloc (map, mapcount * sizeof (* map));
7867 if (newmap != NULL)
7869 arm_data->map = newmap;
7872 newmap[mapcount - 1].vma = elfsym->st_value;
7873 newmap[mapcount - 1].type = name[1];

Completed in 284 milliseconds