Home
last modified time | relevance | path

Searched defs:itesw (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Ditevar.h74 struct itesw { struct
75 int ite_hwid;
76 void (*ite_init)(struct ite_data *);
77 void (*ite_clear)(struct ite_data *, int, int, int, int);
78 void (*ite_putc)(struct ite_data *, int, int, int);
79 void (*ite_cursor)(struct ite_data *, int);
80 void (*ite_scroll)(struct ite_data *);
H A Dite.c67 struct itesw itesw[] = { variable
/netbsd-src/sys/arch/x68k/dev/
H A Ditevar.h45 struct itesw { struct
66 ite_scrollitesw global() argument
H A Dite.c123 static struct itesw itesw[] = { global() variable