HomeSort by: relevance | last modified time | path
    Searched defs:curr_num (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
readline.c 1490 int curr_num; local in function:history_get
1501 curr_num = ev.num;
1518 (void)history(h, &ev, H_SET, curr_num);
1524 (void)history(h, &ev, H_SET, curr_num);
1590 int curr_num; local in function:replace_history_entry
1598 curr_num = ev.num;
1619 if (history(h, &ev, H_SET, curr_num))
1712 int curr_num; local in function:history_total_bytes
1717 curr_num = ev.num;
1726 history(h, &ev, H_PREV_EVENT, curr_num);
1793 int curr_num; local in function:history_search
1833 int curr_num, off; local in function:history_search_pos
    [all...]

Completed in 260 milliseconds