Searched refs:tabent (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Memoize/ |
| D | Memoize.pm | 176 my $tabent = $memotable{$cref}; 177 unless (defined $tabent) { 180 my $name = $tabent->{NAME}; 184 *{$name} = $tabent->{U}; # Replace with original function 188 $tabent->{U};
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | i960-dis.c | 107 struct tabent { struct 163 static const struct tabent ctrl_tab[] = { in ctrl() 235 static const struct tabent cobr_tab[] = { in cobr() 333 static struct tabent *mem_tab; in mem() 337 #define MEM_SIZ ( * sizeof(struct tabent)) in mem() 363 static struct tabent mem_tab_buf[MEM_MAX - MEM_MIN + 1]; in mem() 485 static struct tabent *reg_tab; in reg() 684 static struct tabent reg_tab_buf[REG_MAX - REG_MIN + 1]; in reg()
|
| D | ia64-gen.c | 2518 insert_completer_entry (opc, tabent, order) in insert_completer_entry() argument 2520 struct main_entry *tabent; 2523 struct completer_entry **ptr = &tabent->completers;
|
| D | ChangeLog-9297 | 2796 * i960-dis.c (struct tabent, struct sparse_tabent): Change the 2801 * i960-dis.c (struct tabent, struct sparse_tabent): Declare the
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | i960-dis.c | 107 struct tabent { struct 163 static const struct tabent ctrl_tab[] = { in ctrl() 235 static const struct tabent cobr_tab[] = { in cobr() 333 static struct tabent *mem_tab; in mem() 337 #define MEM_SIZ ( * sizeof(struct tabent)) in mem() 363 static struct tabent mem_tab_buf[MEM_MAX - MEM_MIN + 1]; in mem() 485 static struct tabent *reg_tab; in reg() 684 static struct tabent reg_tab_buf[REG_MAX - REG_MIN + 1]; in reg()
|
| D | ia64-gen.c | 2486 insert_completer_entry (opc, tabent, order) in insert_completer_entry() argument 2488 struct main_entry *tabent; 2491 struct completer_entry **ptr = &tabent->completers;
|
| D | ChangeLog-9297 | 2796 * i960-dis.c (struct tabent, struct sparse_tabent): Change the 2801 * i960-dis.c (struct tabent, struct sparse_tabent): Declare the
|
| /openbsd/src/libexec/getty/ |
| D | main.c | 75 char tabent[TABBUFSIZ]; variable 193 gettable(tname, tabent); in main() 267 gettable(tname, tabent); in main()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-1993 | 5926 * i960-pinsn.c (tabent): Copied struct definition from
|