Searched refs:PCREGREP_BUFSIZE (Results 1 – 7 of 7) sorted by relevance
52 #define PCREGREP_BUFSIZE @PCREGREP_BUFSIZE@ macro
256 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by261 #ifndef PCREGREP_BUFSIZE262 #define PCREGREP_BUFSIZE 20480
40 # 2011-08-01 PH added PCREGREP_BUFSIZE145 SET(PCREGREP_BUFSIZE "20480" CACHE STRING variable146 "Buffer size parameter for pcregrep. See PCREGREP_BUFSIZE in config.h.in for details.")953 MESSAGE(STATUS " Buffer size for pcregrep ........ : ${PCREGREP_BUFSIZE}")
245 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by250 #undef PCREGREP_BUFSIZE
161 static int bufthird = PCREGREP_BUFSIZE;162 static int bufsize = 3*PCREGREP_BUFSIZE;925 printf("The default value for --buffer-size is %d.\n", PCREGREP_BUFSIZE); in help()
755 AC_DEFINE_UNQUOTED([PCREGREP_BUFSIZE], [$with_pcregrep_bufsize], [ definition756 The value of PCREGREP_BUFSIZE determines the size of buffer used by pcregrep
251 #define PCREGREP_BUFSIZE 20480 macro