Searched defs:_ip_vi_win (Results 1 – 1 of 1) sorted by relevance
135 struct _ip_vi_win { struct136 int ifd; /* Input file descriptor. */137 int ofd; /* Output file descriptor. */139 void *private_data;141 IPSIOPS *si_ops;143 int (*c_bol) __P((IPVIWIN*));144 int (*c_bottom) __P((IPVIWIN*));145 int (*c_del) __P((IPVIWIN*));146 int (*c_eol) __P((IPVIWIN*));147 int (*c_insert) __P((IPVIWIN*));[all …]