Searched refs:tabent (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Di960-dis.c108 struct tabent {
164 static const struct tabent ctrl_tab[] = {
236 static const struct tabent cobr_tab[] = {
334 static struct tabent *mem_tab;
338 #define MEM_SIZ ( * sizeof(struct tabent))
364 static struct tabent mem_tab_buf[MEM_MAX - MEM_MIN + 1];
486 static struct tabent *reg_tab;
685 static struct tabent reg_tab_buf[REG_MAX - REG_MIN + 1];
107 struct tabent { struct
H A Dia64-gen.c2507 insert_completer_entry (opc, tabent, order)
2509 struct main_entry *tabent;
2512 struct completer_entry **ptr = &tabent->completers;
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Di960-dis.c108 struct tabent {
164 static const struct tabent ctrl_tab[] = {
236 static const struct tabent cobr_tab[] = {
334 static struct tabent *mem_tab;
338 #define MEM_SIZ ( * sizeof(struct tabent))
364 static struct tabent mem_tab_buf[MEM_MAX - MEM_MIN + 1];
486 static struct tabent *reg_tab;
685 static struct tabent reg_tab_buf[REG_MAX - REG_MIN + 1];
107 struct tabent { struct
H A Dia64-gen.c2539 insert_completer_entry (opc, tabent, order)
2541 struct main_entry *tabent;
2544 struct completer_entry **ptr = &tabent->completers;
/openbsd-current/libexec/getty/
H A Dmain.c75 char tabent[TABBUFSIZ]; variable
192 gettable(tname, tabent);
266 gettable(tname, tabent);
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm176 my $tabent = $memotable{$cref};
177 unless (defined $tabent) {
180 my $name = $tabent->{NAME};
184 *{$name} = $tabent->{U}; # Replace with original function
188 $tabent->{U};

Completed in 107 milliseconds