Searched refs:token_type_symbol (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-ycp.c321 token_type_symbol, /* symbol, number */ enumerator in enum:token_type_ty
330 char *string; /* for token_type_string_literal, token_type_symbol */
412 if (tp->type == token_type_string_literal || tp->type == token_type_symbol)
521 tp->type = token_type_symbol;
708 case token_type_symbol:
H A Dx-perl.c516 token_type_symbol, /* symbol, number */ enumerator in enum:token_type_ty
549 int sub_type; /* for token_type_string, token_type_symbol */
553 token_type_symbol ASCII
594 case token_type_symbol:
595 return "token_type_symbol";
616 case token_type_symbol:
1537 if (t1->type == token_type_symbol
2174 tp->type = token_type_symbol;
2208 tp->type = token_type_symbol;
2258 tp->type = token_type_symbol;
[all...]
H A Dx-php.c748 token_type_symbol, /* symbol, number */ enumerator in enum:token_type_ty
757 char *string; /* for token_type_string_literal, token_type_symbol */
767 if (tp->type == token_type_string_literal || tp->type == token_type_symbol)
909 tp->type = token_type_symbol;
1444 case token_type_symbol:
H A Dx-awk.c231 token_type_symbol, /* symbol, number */ enumerator in enum:token_type_ty
357 case token_type_symbol:
492 tp->type = token_type_symbol;
734 case token_type_symbol:
H A Dx-smalltalk.c169 token_type_symbol, /* symbol */ enumerator in enum:token_type_ty
179 char *string; /* for token_type_string_literal, token_type_symbol */
331 tp->type = token_type_symbol;
341 tp->type = token_type_symbol;
421 tp->type = token_type_symbol;
465 if (token2.type == token_type_symbol
530 case token_type_symbol:
H A Dx-java.c766 token_type_symbol, /* identifier, keyword, null */ enumerator in enum:token_type_ty
776 char *string; /* for token_type_string_literal, token_type_symbol */
786 if (tp->type == token_type_string_literal || tp->type == token_type_symbol)
1036 tp->type = token_type_symbol;
1254 case token_type_symbol:
1276 if (token3.type == token_type_symbol)
H A Dx-csharp.c1313 token_type_symbol, /* identifier, keyword, null */ enumerator in enum:token_type_ty
1323 char *string; /* for token_type_string_literal, token_type_symbol */
1334 if (tp->type == token_type_string_literal || tp->type == token_type_symbol)
1729 tp->type = token_type_symbol;
1901 case token_type_symbol:
1923 if (token3.type == token_type_symbol)
H A Dx-c.c814 token_type_symbol, /* < > = etc. */ enumerator in enum:token_type_ty
1109 tp->type = token_type_symbol;
1279 tp->type = token_type_symbol;
1317 tp->type = token_type_symbol;
H A Dx-python.c980 token_type_symbol, /* symbol, number */ enumerator in enum:token_type_ty
989 char *string; /* for token_type_string, token_type_symbol */
1454 tp->type = token_type_symbol;
1686 case token_type_symbol:

Completed in 73 milliseconds