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

/freebsd-12-stable/contrib/gcc/
H A Dscan.h30 if ((STR)->limit <= (STR)->ptr) make_sstring_space (STR, 1); \
34 if ((STR)->limit - (STR)->ptr < (COUNT)) make_sstring_space (STR, COUNT);
48 extern void make_sstring_space (sstring *, int);
H A Dscan.c29 make_sstring_space (sstring *str, int count) function

Completed in 104 milliseconds