HomeSort by: relevance | last modified time | path
    Searched refs:token_ty (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-smalltalk.c 174 typedef struct token_ty token_ty; typedef in typeref:struct:token_ty
175 struct token_ty struct
185 static token_ty phase2_pushback[1];
189 phase2_get (token_ty *tp)
442 phase2_unget (token_ty *tp)
456 x_smalltalk_lex (token_ty *tp)
461 token_ty token2;
523 token_ty token;
x-ycp.c 325 typedef struct token_ty token_ty; typedef in typeref:struct:token_ty
326 struct token_ty struct
408 static token_ty phase5_pushback[1];
412 phase5_get (token_ty *tp)
559 phase5_unget (token_ty *tp)
574 phase8_get (token_ty *tp)
581 token_ty tmp;
644 token_ty token;
x-perl.c 545 typedef struct token_ty token_ty; typedef in typeref:struct:token_ty
546 struct token_ty struct
561 token2string (const token_ty *token)
607 /* Free the memory pointed to by a 'struct token_ty'. */
609 free_token (token_ty *tp)
760 static token_ty *x_perl_lex (message_list_ty *mlp);
761 static void x_perl_unlex (token_ty *tp);
832 extract_quotelike (token_ty *tp, int delim)
851 extract_triple_quotelike (message_list_ty *mlp, token_ty *tp, int delim
    [all...]
x-java.c 725 typedef struct token_ty token_ty; typedef in typeref:struct:token_ty
726 struct token_ty struct
735 /* Free the memory pointed to by a 'struct token_ty'. */
737 free_token (token_ty *tp)
839 static token_ty phase5_pushback[3];
843 phase5_get (token_ty *tp)
1045 phase5_unget (token_ty *tp)
1063 static token_ty phase6_pushback[2];
1069 phase6_get (token_ty *tp
    [all...]
x-php.c 746 typedef struct token_ty token_ty; typedef in typeref:struct:token_ty
747 struct token_ty struct
755 /* Free the memory pointed to by a 'struct token_ty'. */
757 free_token (token_ty *tp)
767 x_php_lex (token_ty *tp)
1290 token_ty token;
x-awk.c 236 typedef struct token_ty token_ty; typedef in typeref:struct:token_ty
237 struct token_ty struct
348 /* Free the memory pointed to by a 'struct token_ty'. */
350 free_token (token_ty *tp)
379 x_awk_lex (token_ty *tp)
716 token_ty token;
x-csharp.c 1314 typedef struct token_ty token_ty; typedef in typeref:struct:token_ty
1315 struct token_ty struct
1325 /* Free the memory pointed to by a 'struct token_ty'. */
1327 free_token (token_ty *tp)
1519 static token_ty phase6_pushback[4];
1523 phase6_get (token_ty *tp)
1739 phase6_unget (token_ty *tp)
1755 static token_ty phase7_pushback[2];
1759 phase7_get (token_ty *tp
    [all...]
x-c.c 779 typedef struct token_ty token_ty; typedef in typeref:struct:token_ty
780 struct token_ty struct
942 /* Free the memory pointed to by a 'struct token_ty'. */
944 free_token (token_ty *tp)
957 static token_ty phase5_pushback[1];
962 phase5_get (token_ty *tp)
1246 phase5_unget (token_ty *tp)
1262 phaseX_get (token_ty *tp)
1285 token_ty next
    [all...]
x-python.c 986 typedef struct token_ty token_ty; typedef in typeref:struct:token_ty
987 struct token_ty struct
1330 static token_ty phase5_pushback[1];
1334 phase5_get (token_ty *tp)
1584 phase5_unget (token_ty *tp)
1600 x_python_lex (token_ty *tp)
1607 token_ty tmp;
1674 token_ty token;

Completed in 96 milliseconds