Home
last modified time | relevance | path

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

/external/libedit/src/
Dreadline.c1351 int curr_num; in history_get() local
1359 curr_num = ev.num; in history_get()
1372 (void)history(h, &ev, H_SET, curr_num); in history_get()
1436 int curr_num; in replace_history_entry() local
1444 curr_num = ev.num; in replace_history_entry()
1465 if (history(h, &ev, H_SET, curr_num)) in replace_history_entry()
1494 int curr_num, off; in where_history() local
1498 curr_num = ev.num; in where_history()
1502 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0) in where_history()
1527 int curr_num; in history_total_bytes() local
[all …]