Searched refs:growarray (Results 1 – 5 of 5) sorted by relevance
332 " The growarray uses a grow size of 4000, check that a result that is exactly
48 typedef struct growarray struct
2080 - move compflags to separate growarray?5958 7 Use growarray for replace stack.5968 - Use growarray for termcodes[] in term.c
20066 Solution: Initialize growarray earlier. (Yasuhiro Matsumoto, closes #1949)34606 Solution: Add a condition to clearing the growarray.34811 Solution: In the growarray use a growth of at least 50%. (Ken Takata,42056 Solution: Instead of using a growarray of scriptitem_T, store pointers and42058 growarray pointers change when sourcing a new script.44567 Solution: Store allocated memory in type growarray.
12872 Solution: Instead of reallocating for every line use a growarray. (Yasuhiro