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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c2423 static int harry_size; variable
2434 if (harry_size)
2438 harry_size = 0;
2455 if (harry_len + 2 > harry_size)
2456 history_completion_array = strvec_resize (history_completion_array, harry_size += 10);

Completed in 110 milliseconds