Searched defs:editline (Results 1 – 2 of 2) sorted by relevance
111 struct editline { struct112 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 …]
221 static long editline; /* edit line counter; #lines before cursor */ variable