Lines Matching refs:LINE
67 static char holdbuf[LINE]; /* place to hold last edit buffer */
121 * read an edited command line
160 /* redraw line in Emacs mode */
182 * Handle the commenting/uncommenting of a line.
188 * moved to the start of the line after (un)commenting.
877 static int cur_col; /* current column on line */
1134 int off = source->line - x_nextcmd;
1383 * if we are already filling the line,
1739 x_load_hist(histptr + x_arg - source->line);
1776 x_nextcmd = source->line - (histptr - x_histp) + 1;
1873 /* search backward from current line */
1896 /* anchored search up from current line */
1903 /* anchored search down from current line */
1996 * Redraw (part of) the line. If limit is < 0, the everything is redrawn
1997 * on a NEW line, otherwise limit is the screen column up to which needs
2033 /* we fill the line */
2724 * x_adjust - redraw the line adjusting starting point etc.
2888 if (n > LINE)
2907 /* Comment or uncomment the current line. */
2974 histsave(&source->line, xbuf, true, true);
2977 x_arg = source->line - (histptr - x_histp);
2995 * command and inserts it into the current edit line. If a
3049 * ignore white-space at start of line
3367 static char undocbuf[LINE];
3374 static struct edstate undobuf = { undocbuf, 0, LINE, 0, 0 };
3379 static char ibuf[LINE]; /* input buffer */
3384 static char ybuf[LINE]; /* yank buffer */
3394 static int ohnum; /* history line copied (after mod) */
3433 undo->cbufsize = es->cbufsize = len > LINE ? LINE : len;
4127 argcnt = hlast - (source->line - argcnt);
4212 histsave(&source->line, es->cbuf, true,
4215 argcnt = source->line + 1 -