Lines Matching defs:item
620 Remove history item given by its zero-based position.
637 "No history item at position %d",
653 Replaces history item given by its position with contents of line.
681 "No history item at position %d",
698 Add an item to the history buffer.
818 Return the current contents of history item at one-based index.
1232 HIST_ENTRY *item = history_get(libedit_history_start);
1233 if (item && item->line && strcmp(item->line, "X")) {