Lines Matching defs:line
181 /* Exported function to send one line to readline's init file parser */
189 Execute the init line provided in the string argument.
605 if (entry->line)
606 free((void *)entry->line);
650 line: unicode
653 Replaces history item given by its position with contents of line.
660 PyObject *line)
671 encoded = encode(line);
690 /* Add a line to the history buffer */
804 line stays the same as long as history isn't extended, so it appears to
847 return decode(hist_ent->line);
868 /* Exported function to read the current line buffer */
873 Return the current contents of the line buffer.
903 /* Exported function to insert text into the line buffer */
911 Insert text into the line buffer at the cursor position.
927 /* Redisplay the line buffer */
932 Change what's displayed on the screen to reflect contents of the line buffer.
1233 if (item && item->line && strcmp(item->line, "X")) {
1415 /* we have a valid line */
1418 const char *line;
1427 line = hist_ent ? hist_ent->line : "";
1429 line = "";
1430 if (strcmp(p, line))
1451 "Importing this module enables command line editing using GNU readline.");
1454 "Importing this module enables command line editing using libedit readline.");