Home
last modified time | relevance | path

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

/dports/math/sc-im/sc-im-0.8.2/src/
H A Dhistory.h63 int move_item_from_history_by_str(struct history * h, wchar_t * item, int pos);
H A Dcmds_insert.c222 int moved = move_item_from_history_by_str(insert_history, copy, -1); in do_insertmode()
H A Dhistory.c277 int move_item_from_history_by_str(struct history * h, wchar_t * item, int pos) { in move_item_from_history_by_str() function
H A Dcmds_command.c1143 int moved = move_item_from_history_by_str(commandline_history, inputline, -1); in do_commandmode()