Searched refs:PCRE2GREP_BUFSIZE (Results 1 – 7 of 7) sorted by relevance
45 #define PCRE2GREP_BUFSIZE @PCRE2GREP_BUFSIZE@ macro
171 SET(PCRE2GREP_BUFSIZE "20480" CACHE STRING variable172 … "Buffer starting size parameter for pcre2grep. See PCRE2GREP_BUFSIZE in config.h.in for details.")815 MESSAGE(STATUS " Buffer size for pcre2grep ....... : ${PCRE2GREP_BUFSIZE}")
670 AC_DEFINE_UNQUOTED([PCRE2GREP_BUFSIZE], [$with_pcre2grep_bufsize], [ definition671 The value of PCRE2GREP_BUFSIZE is the starting size of the buffer used by
223 #define PCRE2GREP_BUFSIZE 20480 macro
235 /* The value of PCRE2GREP_BUFSIZE is the starting size of the buffer used by241 #ifndef PCRE2GREP_BUFSIZE242 #define PCRE2GREP_BUFSIZE 20480
216 /* The value of PCRE2GREP_BUFSIZE is the starting size of the buffer used by222 #undef PCRE2GREP_BUFSIZE
203 static int bufthird = PCRE2GREP_BUFSIZE;205 static int bufsize = 3*PCRE2GREP_BUFSIZE;1179 printf("The default value for --buffer-size is %d." STDOUT_NL, PCRE2GREP_BUFSIZE); in help()