Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/info/
H A Decho-area.c550 static int kill_ring_slots = 0; /* Number of slots allocated to KILL_RING. */ variable
740 if (slot + 1 > kill_ring_slots) in ea_kill_text()
743 (kill_ring_slots += max_retained_kills) * sizeof (char *)); in ea_kill_text()