Searched refs:curr_num (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/lib/libedit/ |
| D | readline.c | 1490 int curr_num; in history_get() local 1501 curr_num = ev.num; in history_get() 1518 (void)history(h, &ev, H_SET, curr_num); in history_get() 1524 (void)history(h, &ev, H_SET, curr_num); in history_get() 1590 int curr_num; in replace_history_entry() local 1598 curr_num = ev.num; in replace_history_entry() 1619 if (history(h, &ev, H_SET, curr_num)) in replace_history_entry() 1712 int curr_num; in history_total_bytes() local 1717 curr_num = ev.num; in history_total_bytes() 1726 history(h, &ev, H_PREV_EVENT, curr_num); in history_total_bytes() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ira-build.cc | 707 int curr_num = OBJECT_NUM_CONFLICTS (obj1); in add_to_conflicts() local 708 num = curr_num + 2; in add_to_conflicts() 714 memcpy (newvec, vec, curr_num * sizeof (ira_object_t)); in add_to_conflicts()
|