TEMPSTRING_LEN 121 gtags-cscope/constants.h #define TEMPSTRING_LEN_STR STRINGIZE(TEMPSTRING_LEN) TEMPSTRING_LEN 228 gtags-cscope/global-cscope.h extern char tempstring[TEMPSTRING_LEN + 1]; /**< global dummy string buffer */ TEMPSTRING_LEN 116 gtags-cscope/gtags-cscope.c char tempstring[TEMPSTRING_LEN + 1]; /**< use this as a buffer, instead of @CODE{yytext},