OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_line
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
history.c
460
static int
last_line
= -1;
local in function:histbackup
462
if (histptr >= histlist &&
last_line
!= hist_source->line) {
466
last_line
= hist_source->line;
/src/usr.bin/mail/
complete.c
782
static char
last_line
[LINESIZE];
local in function:get_dolist
789
if (len >= sizeof(
last_line
) - 1)
792
cursor_pos =
last_line
+ (lf->cursor - lf->buffer);
795
strncmp(
last_line
, lf->buffer, len) == 0;
797
(void)strlcpy(
last_line
, lf->buffer, len + 1);
Completed in 36 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025