Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ipc/
H A Dip.h21 typedef struct _ip_private { struct
22 int i_fd; /* Input file descriptor. */
23 int o_fd; /* Output file descriptor. */
24 int t_fd; /* Terminal file descriptor. */
26 int argc;
27 char **argv;
29 size_t row; /* Current row. */
30 size_t col; /* Current column. */
32 db_recno_t sb_total; /* scrollbar: total lines in file. */
33 db_recno_t sb_top; /* scrollbar: top line on screen. */
[all …]