Home
last modified time | relevance | path

Searched refs:templates_only (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/d3dxof/
H A Dd3dxof_private.h167 BOOL parse_templates(parse_buffer * buf, BOOL templates_only) DECLSPEC_HIDDEN;
H A Dparsing.c1098 BOOL parse_templates(parse_buffer * buf, BOOL templates_only) in parse_templates() argument
1102 if (templates_only && (check_TOKEN(buf) != TOKEN_TEMPLATE)) in parse_templates()