Lines Matching refs:LINE
64 static char holdbuf[LINE]; /* place to hold last edit buffer */
123 * read an edited command line
161 /* redraw line in Emacs mode */
182 /* Handle the commenting/uncommenting of a line.
188 * moved to the start of the line after (un)commenting.
861 static int cur_col; /* current column on line */
1117 int off = source->line - x_nextcmd;
1362 * if we are already filling the line,
1713 x_load_hist(histptr + x_arg - source->line);
1750 x_nextcmd = source->line - (histptr - x_histp) + 1;
1846 /* search backward from current line */
1869 /* anchored search up from current line */
1876 /* anchored search down from current line */
1968 /* Redraw (part of) the line. If limit is < 0, the everything is redrawn
1969 * on a NEW line, otherwise limit is the screen column up to which needs
2005 i = 0; /* we fill the line */
2677 * x_adjust - redraw the line adjusting starting point etc.
2849 /* Comment or uncomment the current line. */
2915 histsave(&source->line, xbuf, true, true);
2918 x_arg = source->line - (histptr - x_histp);
2935 * command and inserts it into the current edit line. If a
2980 * ignore white-space at start of line
3312 static char undocbuf[LINE];
3319 static struct edstate undobuf = { undocbuf, 0, LINE, 0, 0 };
3324 static char ibuf[LINE]; /* input buffer */
3329 static char ybuf[LINE]; /* yank buffer */
3339 static int ohnum; /* history line copied (after mod) */
3377 undo->cbufsize = es->cbufsize = len > LINE ? LINE : len;
4064 argcnt = hlast - (source->line - argcnt);
4149 histsave(&source->line, es->cbuf, true,
4152 argcnt = source->line + 1 -