Home
last modified time | relevance | path

Searched refs:the_line (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/lib/libreadline/
H A Dreadline.c192 static char *the_line; variable
370 temp = savestring (the_line);
372 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
375 strlcpy (the_line, temp, rl_line_buffer_len);
387 return (eof ? (char *)NULL : savestring (the_line));
511 the_line = rl_line_buffer; in _rl_init_line_state()
512 the_line[0] = 0; in _rl_init_line_state()
518 the_line = rl_line_buffer; in _rl_set_the_line()
952 the_line = rl_line_buffer = sp->buffer;