PATLEN 62 gtags-cscope/command.c char newpat[PATLEN + 1]; /**< new pattern */ PATLEN 65 gtags-cscope/command.c char Pattern[PATLEN + 1]; /**< symbol or text pattern */ PATLEN 904 gtags-cscope/command.c char function[PATLEN + 1]; /* function name */ PATLEN 80 gtags-cscope/constants.h #define MSGLEN ((PATLEN) + 80) PATLEN 118 gtags-cscope/constants.h #define PATLEN_STR STRINGIZE(PATLEN) PATLEN 164 gtags-cscope/display.c char function[PATLEN + 1]; /* function name */ PATLEN 189 gtags-cscope/gtags-cscope.c if (strlen(s) > PATLEN) { PATLEN 191 gtags-cscope/gtags-cscope.c gtags-cscope: pattern too long, cannot be > %d characters\n", PATLEN); PATLEN 452 gtags-cscope/gtags-cscope.c char buf[PATLEN + 2];