Searched refs:kill_ring_slots (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Decho-area.c554 static int kill_ring_slots = 0; /* Number of slots allocated to KILL_RING. */
744 if (slot + 1 > kill_ring_slots)
747 (kill_ring_slots += max_retained_kills) * sizeof (char *));
552 static int kill_ring_slots = 0; /* Number of slots allocated to KILL_RING. */ variable

Completed in 89 milliseconds