Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-c.c779 typedef struct token_ty token_ty; typedef
780 struct token_ty struct
944 free_token (token_ty *tp) in free_token()
957 static token_ty phase5_pushback[1];
962 phase5_get (token_ty *tp) in phase5_get()
1246 phase5_unget (token_ty *tp) in phase5_unget()
1262 phaseX_get (token_ty *tp) in phaseX_get()
1285 token_ty next; in phaseX_get()
1304 static token_ty phase6_pushback[2];
1309 phase6_get (token_ty *tp) in phase6_get()
[all …]
H A Dx-smalltalk.c174 typedef struct token_ty token_ty; typedef
175 struct token_ty struct
185 static token_ty phase2_pushback[1]; argument
189 phase2_get (token_ty *tp) in phase2_get()
442 phase2_unget (token_ty *tp) in phase2_unget()
456 x_smalltalk_lex (token_ty *tp) in x_smalltalk_lex()
461 token_ty token2; in x_smalltalk_lex()
523 token_ty token; in extract_smalltalk()
H A Dx-java.c725 typedef struct token_ty token_ty; typedef
726 struct token_ty struct
737 free_token (token_ty *tp) in free_token()
839 static token_ty phase5_pushback[3];
843 phase5_get (token_ty *tp) in phase5_get()
1045 phase5_unget (token_ty *tp) in phase5_unget()
1063 static token_ty phase6_pushback[2];
1069 phase6_get (token_ty *tp) in phase6_get()
1085 token_ty token2; in phase6_get()
1090 token_ty token3; in phase6_get()
[all …]
H A Dx-ycp.c325 typedef struct token_ty token_ty; typedef
326 struct token_ty struct
408 static token_ty phase5_pushback[1];
412 phase5_get (token_ty *tp) in phase5_get()
559 phase5_unget (token_ty *tp) in phase5_unget()
574 phase8_get (token_ty *tp) in phase8_get()
581 token_ty tmp; in phase8_get()
644 token_ty token; in extract_parenthesized()
H A Dx-csharp.c1314 typedef struct token_ty token_ty; typedef
1315 struct token_ty struct
1327 free_token (token_ty *tp) in free_token()
1519 static token_ty phase6_pushback[4];
1523 phase6_get (token_ty *tp) in phase6_get()
1739 phase6_unget (token_ty *tp) in phase6_unget()
1755 static token_ty phase7_pushback[2];
1759 phase7_get (token_ty *tp) in phase7_get()
1775 token_ty token2; in phase7_get()
1780 token_ty token3; in phase7_get()
[all …]
H A Dx-perl.c545 typedef struct token_ty token_ty; typedef
546 struct token_ty struct
561 token2string (const token_ty *token) in token2string() argument
609 free_token (token_ty *tp) in free_token()
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) in extract_quotelike()
851 extract_triple_quotelike (message_list_ty *mlp, token_ty *tp, int delim, in extract_triple_quotelike()
886 extract_quotelike_pass3 (token_ty *tp, int error_level) in extract_quotelike_pass3()
1277 extract_variable (message_list_ty *mlp, token_ty *tp, int first) in extract_variable()
[all …]
H A Dx-awk.c236 typedef struct token_ty token_ty; typedef
237 struct token_ty struct
350 free_token (token_ty *tp) in free_token()
379 x_awk_lex (token_ty *tp) in x_awk_lex()
716 token_ty token; in extract_parenthesized()
H A Dx-python.c986 typedef struct token_ty token_ty; typedef
987 struct token_ty struct
1330 static token_ty phase5_pushback[1];
1334 phase5_get (token_ty *tp) in phase5_get()
1584 phase5_unget (token_ty *tp) in phase5_unget()
1600 x_python_lex (token_ty *tp) in x_python_lex()
1607 token_ty tmp; in x_python_lex()
1674 token_ty token; in extract_parenthesized()
H A Dx-php.c746 typedef struct token_ty token_ty; typedef
747 struct token_ty struct
757 free_token (token_ty *tp) in free_token()
767 x_php_lex (token_ty *tp) in x_php_lex()
1290 token_ty token; in extract_parenthesized()
H A DChangeLog2536 (struct token_ty): Add 'comment' field.
2552 (struct token_ty): Add 'comment' field.
3494 (struct token_ty): Rename field string_type to sub_type and change its
4025 (struct token_ty): Fix comments.
H A DChangeLog.02379 (token_type_ty, token_ty): Moved here from xget-lex.c.