Searched refs:tabent (Results 1 – 4 of 4) sorted by relevance
286 my $tabent = $memotable{$revmemotable{$cref}};287 unless (defined $tabent) {290 my $name = $tabent->{NAME};294 *{$name} = $tabent->{U}; # Replace with original function312 $tabent->{U};
107 struct tabent { struct163 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()
2497 insert_completer_entry (opc, tabent, order) in insert_completer_entry() argument2499 struct main_entry *tabent;2502 struct completer_entry **ptr = &tabent->completers;
97 char tabent[TABBUFSIZ]; variable242 gettable(tname, tabent); in main()