Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libreadline/
HDreadline.c202 static char *the_line; variable
393 temp = savestring (the_line);
395 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
398 strcpy (the_line, temp);
410 return (eof ? (char *)NULL : savestring (the_line));
567 the_line = rl_line_buffer; in _rl_init_line_state()
568 the_line[0] = 0; in _rl_init_line_state()
574 the_line = rl_line_buffer; in _rl_set_the_line()
1197 the_line = rl_line_buffer = sp->buffer;