bufmapped         426 src/grep.c     static int bufmapped;		/* True if buffer is memory-mapped.  */
bufmapped         472 src/grep.c           bufmapped = mmap_option && bufoffset % pagesize == 0;
bufmapped         478 src/grep.c           bufmapped = 0;
bufmapped         553 src/grep.c       if (bufmapped)
bufmapped         583 src/grep.c     	  bufmapped = 0;
bufmapped        1318 src/grep.c     	  if ((bufmapped || required_offset != bufoffset)
inserted by FC2 system