Searched defs:term_entry (Results 1 – 2 of 2) sorted by relevance
57 struct term_entry struct60 const char *name;62 unsigned long flags;64 unsigned short max_lines;66 void (*putchar) (int c);68 int (*checkkey) (void);92 extern struct term_entry term_table[]; argument
675 struct term_entry { struct679 typedef struct term_entry term_entry_t; argument