| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-perl.c | 516 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 593 case token_type_symbol: 594 return "token_type_symbol"; 615 case token_type_symbol: 1532 if (t1->type == token_type_symbol 2165 tp->type = token_type_symbol; 2199 tp->type = token_type_symbol; 2248 tp->type = token_type_symbol; [all...] |
| x-php.c | 741 token_type_symbol, /* symbol, number */ enumerator in enum:token_type_ty 750 char *string; /* for token_type_string_literal, token_type_symbol */ 759 if (tp->type == token_type_string_literal || tp->type == token_type_symbol) 891 tp->type = token_type_symbol; 1295 case token_type_symbol:
|
| x-ycp.c | 320 token_type_symbol, /* symbol, number */ enumerator in enum:token_type_ty 329 char *string; /* for token_type_string_literal, token_type_symbol */ 508 tp->type = token_type_symbol; 693 case token_type_symbol:
|
| x-awk.c | 230 token_type_symbol, /* symbol, number */ enumerator in enum:token_type_ty 356 case token_type_symbol: 491 tp->type = token_type_symbol; 733 case token_type_symbol:
|
| x-smalltalk.c | 168 token_type_symbol, /* symbol */ enumerator in enum:token_type_ty 178 char *string; /* for token_type_string_literal, token_type_symbol */ 330 tp->type = token_type_symbol; 340 tp->type = token_type_symbol; 420 tp->type = token_type_symbol; 464 if (token2.type == token_type_symbol 529 case token_type_symbol:
|
| x-java.c | 719 token_type_symbol, /* identifier, keyword, null */ enumerator in enum:token_type_ty 729 char *string; /* for token_type_string_literal, token_type_symbol */ 739 if (tp->type == token_type_string_literal || tp->type == token_type_symbol) 989 tp->type = token_type_symbol; 1207 case token_type_symbol: 1229 if (token3.type == token_type_symbol)
|
| x-csharp.c | 1308 token_type_symbol, /* identifier, keyword, null */ enumerator in enum:token_type_ty 1318 char *string; /* for token_type_string_literal, token_type_symbol */ 1329 if (tp->type == token_type_string_literal || tp->type == token_type_symbol) 1724 tp->type = token_type_symbol; 1896 case token_type_symbol: 1918 if (token3.type == token_type_symbol)
|
| x-c.c | 773 token_type_symbol, /* < > = etc. */ enumerator in enum:token_type_ty 1068 tp->type = token_type_symbol; 1238 tp->type = token_type_symbol; 1276 tp->type = token_type_symbol;
|
| x-python.c | 981 token_type_symbol, /* symbol, number */ enumerator in enum:token_type_ty 990 char *string; /* for token_type_string, token_type_symbol */ 1447 tp->type = token_type_symbol; 1679 case token_type_symbol:
|