Lines Matching refs:h

205        #include <pcre.h>
336 There is only one header file, pcre.h. It contains prototypes for all
537 #include <pcre.h>
667 There is only one header file, pcre.h. It contains prototypes for all
891 by editing the config.h file, or by passing parameter settings to the
1586 #include <pcre.h>
1729 pcre.h, and on Unix-like systems the (8-bit) library itself is called
1738 before including pcre.h or pcrecpp.h, because otherwise the pcre_mal-
2113 The following names for option bits are defined in the pcre.h header
2724 The possible values for the third argument are defined in pcre.h, and
2948 00 04 m o n t h 00
3788 the pcre.h header file:
4293 #include <pcre.h>
4700 (h) The callout facility is PCRE-specific.
5178 \h any horizontal white space character
5229 \s any character that matches \p{Z} or \h or \v
5238 The sequences \h, \H, \v, and \V are features that were added to Perl
5832 The character escape sequences \d, \D, \h, \H, \p, \P, \s, \S, \v, \V,
5913 [:blank:] becomes \h
7723 \h a horizontal white space character
8276 (\h, \H, \v, and \V) do match all the appropriate Unicode characters,
9518 #include <pcreposix.h>
9541 pcreposix.h header file, and on Unix systems the library itself is
9565 The header for these functions is supplied as pcreposix.h to avoid any
9567 renamed or aliased as regex.h, which is the "correct" name. It provides
9782 #include <pcrecpp.h>
9789 structed from the notes in the pcrecpp.h file, which should be con-
9802 pcrecpp::RE re("h.*o");
9810 pcrecpp::RE("h.*o").FullMatch("hello");
9873 pcrecpp::RE::DoMatch. See pcrecpp.h for the signature for DoMatch.
10160 PCRE_STATIC before including pcre.h, because otherwise the pcre_mal-