Searched refs:editline (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/libs/edit/
H A DMakefile15 MAN= editline.3 editrc.5
17 MLINKS= editline.3 el_deletestr.3 editline.3 el_end.3 editline.3 el_init.3 \
18 editline.3 el_get.3 editline.3 el_getc.3 editline.3 el_gets.3 \
19 editline.3 history.3 editline.3 history_end.3 \
20 editline
[all...]
H A Del.h111 struct editline { struct
/haiku-fatelf/headers/compatibility/bsd/
H A Dhistedit.h52 typedef struct editline EditLine;
99 * Parses argc, argv array and executes builtin editline commands
104 * Low level editline access functions
/haiku-fatelf/src/bin/rcs/
H A Drcsedit.c157 * added an initializatin of the variables editline and linecorr
222 static long editline; /* edit line counter; #lines before cursor */ variable
224 /*used to correct editline in case file is not rewound after */
506 editline = 0; linecorr = 0;
555 # define copylines(upto,delta) (editline = (upto))
563 * Copy input lines editline+1..upto from fedit to fcopy.
565 * editline is updated. Rewinds a file only if necessary.
573 if (upto < editline) {
580 if (editline < upto)
585 } while (++editline < upt
[all...]

Completed in 79 milliseconds