Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-awk.c228 token_type_string, /* "abc" */ enumerator
354 case token_type_string: in free_token()
515 tp->type = token_type_string; in x_awk_lex()
786 case token_type_string: in extract_parenthesized()
H A Dx-perl.c513 token_type_string, /* quote-like */ enumerator
587 case token_type_string: in token2string()
614 case token_type_string: in free_token()
837 tp->type = token_type_string; in extract_quotelike()
1694 token.type = token_type_string; in interpolate_keywords()
2261 tp->type = token_type_string; in x_perl_prelex()
2273 tp->type = token_type_string; in x_perl_prelex()
2403 tp->type = token_type_string; in x_perl_prelex()
2415 tp->type = token_type_string; in x_perl_prelex()
2456 tp->type = token_type_string; in x_perl_prelex()
[all …]
H A Dx-python.c980 token_type_string, /* "abc", 'abc', """abc""", '''abc''' */ enumerator
1542 tp->type = token_type_string; in phase5_get()
1603 if (tp->type != token_type_string) in x_python_lex()
1611 if (tmp.type != token_type_string) in x_python_lex()
1731 case token_type_string: in extract_parenthesized()