Lines Matching defs:line
9 "Execute the init line provided in the string argument.");
412 "replace_history_item($module, pos, line, /)\n"
415 "Replaces history item given by its position with contents of line.\n"
424 PyObject *line);
431 PyObject *line;
447 line = args[1];
448 return_value = readline_replace_history_item_impl(module, entry_number, line);
614 "Return the current contents of the line buffer.");
654 "Insert text into the line buffer at the cursor position.");
663 "Change what\'s displayed on the screen to reflect contents of the line buffer.");