Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dxof/
H A Dparsing.c66 #define TOKEN_SEMICOLON 20 macro
311 DUMP_TOKEN(TOKEN_SEMICOLON); in dump_TOKEN()
395 return TOKEN_SEMICOLON; in get_operator_token()
836 case TOKEN_SEMICOLON: in parse_TOKEN()
1048 if (get_TOKEN(buf) != TOKEN_SEMICOLON) in parse_template_members_list()
1277 if ((token != TOKEN_COMMA) && (token != TOKEN_SEMICOLON)) in parse_object_members_list()
1280 while (check_TOKEN(buf) == TOKEN_SEMICOLON) in parse_object_members_list()