Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dxof/
H A Dparsing.c77 #define TOKEN_LPSTR 49 macro
115 case TOKEN_LPSTR: in get_primitive_string()
322 DUMP_TOKEN(TOKEN_LPSTR); in dump_TOKEN()
447 return TOKEN_LPSTR; in get_keyword_token()
704 token = TOKEN_LPSTR; in parse_TOKEN()
823 token = TOKEN_LPSTR; in parse_TOKEN()
847 case TOKEN_LPSTR: in parse_TOKEN()
899 case TOKEN_LPSTR: in is_primitive_type()
1241 else if (token == TOKEN_LPSTR) in parse_object_members_list()
1247 if (pt->members[i].type == TOKEN_LPSTR) in parse_object_members_list()