Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libedit/src/
H A Del.h111 struct editline { struct
112 wchar_t *el_prog; /* the program name */
113 FILE *el_infile; /* Stdio stuff */
114 FILE *el_outfile; /* Stdio stuff */
115 FILE *el_errfile; /* Stdio stuff */
116 int el_infd; /* Input file descriptor */
117 int el_outfd; /* Output file descriptor */
118 int el_errfd; /* Error file descriptor */
119 int el_flags; /* Various flags. */
120 coord_t el_cursor; /* Cursor location */
[all …]
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsedit.c221 static long editline; /* edit line counter; #lines before cursor */ variable