Home
last modified time | relevance | path

Searched refs:tabent (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/
DMemoize.pm286 my $tabent = $memotable{$revmemotable{$cref}};
287 unless (defined $tabent) {
290 my $name = $tabent->{NAME};
294 *{$name} = $tabent->{U}; # Replace with original function
312 $tabent->{U};
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Di960-dis.c107 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()
Dia64-gen.c2497 insert_completer_entry (opc, tabent, order) in insert_completer_entry() argument
2499 struct main_entry *tabent;
2502 struct completer_entry **ptr = &tabent->completers;
/mirbsd/src/libexec/getty/
Dmain.c97 char tabent[TABBUFSIZ]; variable
242 gettable(tname, tabent); in main()