Searched refs:token_ty (Results 1 – 11 of 11) sorted by relevance
779 typedef struct token_ty token_ty; typedef780 struct token_ty struct944 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 …]
174 typedef struct token_ty token_ty; typedef175 struct token_ty struct185 static token_ty phase2_pushback[1]; argument189 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()
725 typedef struct token_ty token_ty; typedef726 struct token_ty struct737 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 …]
325 typedef struct token_ty token_ty; typedef326 struct token_ty struct408 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()
1314 typedef struct token_ty token_ty; typedef1315 struct token_ty struct1327 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 …]
545 typedef struct token_ty token_ty; typedef546 struct token_ty struct561 token2string (const token_ty *token) in token2string() argument609 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 …]
236 typedef struct token_ty token_ty; typedef237 struct token_ty struct350 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()
986 typedef struct token_ty token_ty; typedef987 struct token_ty struct1330 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()
746 typedef struct token_ty token_ty; typedef747 struct token_ty struct757 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()
2536 (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 its4025 (struct token_ty): Fix comments.
2379 (token_type_ty, token_ty): Moved here from xget-lex.c.