| /src/external/gpl3/gdb/dist/readline/readline/ |
| keymaps.c | 119 Keymap newmap; local 121 newmap = rl_make_bare_keymap (); 125 newmap[i].function = rl_insert; 127 newmap[TAB].function = rl_insert; 128 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */ 129 newmap[CTRL('H')].function = rl_rubout; 134 newmap[i].function = rl_insert; 137 return (newmap);
|
| keymaps.c | 119 Keymap newmap; local 121 newmap = rl_make_bare_keymap (); 125 newmap[i].function = rl_insert; 127 newmap[TAB].function = rl_insert; 128 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */ 129 newmap[CTRL('H')].function = rl_rubout; 134 newmap[i].function = rl_insert; 137 return (newmap);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| keymaps.c | 119 Keymap newmap; local 121 newmap = rl_make_bare_keymap (); 125 newmap[i].function = rl_insert; 127 newmap[TAB].function = rl_insert; 128 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */ 129 newmap[CTRL('H')].function = rl_rubout; 134 newmap[i].function = rl_insert; 137 return (newmap);
|
| keymaps.c | 119 Keymap newmap; local 121 newmap = rl_make_bare_keymap (); 125 newmap[i].function = rl_insert; 127 newmap[TAB].function = rl_insert; 128 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */ 129 newmap[CTRL('H')].function = rl_rubout; 134 newmap[i].function = rl_insert; 137 return (newmap);
|
| /src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| btree.c | 207 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;
|
| btree.c | 207 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;
|
| /src/sys/fs/v7fs/ |
| v7fs_datablock.c | 398 struct v7fs_daddr_map oldmap, newmap; local 418 v7fs_datablock_addr(old_filesize + (i+1) * V7FS_BSIZE, &newmap); 420 daddr_map_dump(&newmap); 422 if (oldmap.level != newmap.level) { 427 switch (newmap.level) { 447 switch (newmap.level) { 451 inode->addr[newmap.index[0]] = blk; 453 newmap.index[0], blk); 458 newmap.index[0]); 462 if (oldmap.index[0] != newmap.index[0]) 552 struct v7fs_daddr_map oldmap, newmap; local [all...] |
| v7fs_datablock.c | 398 struct v7fs_daddr_map oldmap, newmap; local 418 v7fs_datablock_addr(old_filesize + (i+1) * V7FS_BSIZE, &newmap); 420 daddr_map_dump(&newmap); 422 if (oldmap.level != newmap.level) { 427 switch (newmap.level) { 447 switch (newmap.level) { 451 inode->addr[newmap.index[0]] = blk; 453 newmap.index[0], blk); 458 newmap.index[0]); 462 if (oldmap.index[0] != newmap.index[0]) 552 struct v7fs_daddr_map oldmap, newmap; local [all...] |
| /src/external/gpl3/binutils/dist/ld/emultempl/ |
| spu_ovl.S | 97 #define newmap save3 define 397 shufb newmap, newovl, map, genwi # 0,4 56 406 stqd newmap, 0(addr4) # 1,6 60
|
| spu_ovl.S | 97 #define newmap save3 define 397 shufb newmap, newovl, map, genwi # 0,4 56 406 stqd newmap, 0(addr4) # 1,6 60
|
| /src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| spu_ovl.S | 97 #define newmap save3 define 397 shufb newmap, newovl, map, genwi # 0,4 56 406 stqd newmap, 0(addr4) # 1,6 60
|
| spu_ovl.S | 97 #define newmap save3 define 397 shufb newmap, newovl, map, genwi # 0,4 56 406 stqd newmap, 0(addr4) # 1,6 60
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Settings.cc | 216 pathmap_t *newmap; local 221 newmap = new pathmap_t; 222 newmap->old_prefix = dbe_strdup (thismap->old_prefix); 223 newmap->new_prefix = dbe_strdup (thismap->new_prefix); 224 pathmaps->append (newmap);
|
| Settings.cc | 216 pathmap_t *newmap; local 221 newmap = new pathmap_t; 222 newmap->old_prefix = dbe_strdup (thismap->old_prefix); 223 newmap->new_prefix = dbe_strdup (thismap->new_prefix); 224 pathmaps->append (newmap);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Settings.cc | 216 pathmap_t *newmap; local 221 newmap = new pathmap_t; 222 newmap->old_prefix = dbe_strdup (thismap->old_prefix); 223 newmap->new_prefix = dbe_strdup (thismap->new_prefix); 224 pathmaps->append (newmap);
|
| Settings.cc | 216 pathmap_t *newmap; local 221 newmap = new pathmap_t; 222 newmap->old_prefix = dbe_strdup (thismap->old_prefix); 223 newmap->new_prefix = dbe_strdup (thismap->new_prefix); 224 pathmaps->append (newmap);
|