HomeSort by: relevance | last modified time | path
    Searched defs:token3 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-csharp.c 1780 token_ty token3; local
1782 phase6_get (&token3);
1783 if (token3.type == token_type_string_literal)
1790 char *addend = token3.string;
1798 free_token (&token3);
1804 phase6_unget (&token3);
1915 token_ty token3; local
1917 x_csharp_lex (&token3);
1918 if (token3.type == token_type_symbol)
1920 char *addend = token3.string
    [all...]
x-java.c 1090 token_ty token3; local
1092 phase5_get (&token3);
1093 if (token3.type == token_type_string_literal)
1100 char *addend = token3.string;
1108 free_token (&token3);
1114 phase5_unget (&token3);
1226 token_ty token3; local
1228 x_java_lex (&token3);
1229 if (token3.type == token_type_symbol)
1231 char *addend = token3.string
    [all...]

Completed in 17 milliseconds