HomeSort by: relevance | last modified time | path
    Searched defs:editline (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
el.h 112 struct editline { struct
147 libedit_private int el_editmode(EditLine *, int, const wchar_t **);
148 libedit_private EditLine *el_init_internal(const char *, FILE *, FILE *,
  /src/external/gpl2/rcs/dist/src/
rcsedit.c 156 * added an initializatin of the variables editline and linecorr
221 static long editline; /* edit line counter; #lines before cursor */ variable
223 /*used to correct editline in case file is not rewound after */
505 editline = 0; linecorr = 0;
554 # define copylines(upto,delta) (editline = (upto))
562 * Copy input lines editline+1..upto from fedit to fcopy.
564 * editline is updated. Rewinds a file only if necessary.
572 if (upto < editline) {
579 if (editline < upto)
584 } while (++editline < upto)
    [all...]

Completed in 67 milliseconds