Searched refs:templates_only (Results 1 – 2 of 2) sorted by relevance
167 BOOL parse_templates(parse_buffer * buf, BOOL templates_only) DECLSPEC_HIDDEN;
1098 BOOL parse_templates(parse_buffer * buf, BOOL templates_only) in parse_templates() argument1102 if (templates_only && (check_TOKEN(buf) != TOKEN_TEMPLATE)) in parse_templates()