Searched refs:curr_num (Results 1 – 2 of 2) sorted by relevance
/external/libedit/src/ |
D | readline.c | 1351 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 …]
|
/external/autotest/site_utils/ |
D | test_push.py | 156 curr_num = current_inventory.get(platform, 0) 157 if curr_num < req_num: 159 ' now' % (req_num, platform, pool, curr_num))
|