• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/pcre/

Lines Matching defs:pcre_uint16

197 typedef unsigned short pcre_uint16;
202 typedef unsigned int pcre_uint16;
276 typedef pcre_uint16 pcre_uchar;
2332 pcre_uint16 first_char; /* Starting character */
2333 pcre_uint16 req_char; /* This character must be seen */
2334 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */
2335 pcre_uint16 top_bracket; /* Highest numbered group */
2336 pcre_uint16 top_backref; /* Highest numbered back reference */
2337 pcre_uint16 name_table_offset; /* Offset to name table that follows */
2338 pcre_uint16 name_entry_size; /* Size of any name items */
2339 pcre_uint16 name_count; /* Number of name items */
2340 pcre_uint16 ref_count; /* Reference count */
2341 pcre_uint16 dummy1; /* To ensure size is a multiple of 8 */
2342 pcre_uint16 dummy2; /* To ensure size is a multiple of 8 */
2343 pcre_uint16 dummy3; /* To ensure size is a multiple of 8 */
2360 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */
2361 pcre_uint16 top_bracket; /* Highest numbered group */
2362 pcre_uint16 top_backref; /* Highest numbered back reference */
2363 pcre_uint16 name_table_offset; /* Offset to name table that follows */
2364 pcre_uint16 name_entry_size; /* Size of any name items */
2365 pcre_uint16 name_count; /* Number of name items */
2366 pcre_uint16 ref_count; /* Reference count */
2367 pcre_uint16 dummy; /* To ensure size is a multiple of 8 */
2409 pcre_uint16 number; /* Capture number */
2410 pcre_uint16 flag; /* Set TRUE if recursive back ref */
2650 pcre_uint16 name_offset;
2651 pcre_uint16 type;
2652 pcre_uint16 value;
2772 extern const pcre_uint16 PRIV(ucd_stage2)[];