HomeSort by: relevance | last modified time | path
    Searched defs:token_type_string (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-awk.c 228 token_type_string, /* "abc" */ enumerator in enum:token_type_ty
354 case token_type_string:
515 tp->type = token_type_string;
786 case token_type_string:
x-python.c 980 token_type_string, /* "abc", 'abc', """abc""", '''abc''' */ enumerator in enum:token_type_ty
990 char *string; /* for token_type_string, token_type_symbol */
991 refcounted_string_list_ty *comment; /* for token_type_string */
1542 tp->type = token_type_string;
1603 if (tp->type != token_type_string)
1611 if (tmp.type != token_type_string)
1731 case token_type_string:
x-perl.c 513 token_type_string, /* quote-like */ enumerator in enum:token_type_ty
549 int sub_type; /* for token_type_string, token_type_symbol */
552 token_type_string UTF-8
587 case token_type_string:
588 return "token_type_string";
614 case token_type_string:
830 Return the resulting token in *tp; tp->type == token_type_string. */
837 tp->type = token_type_string;
882 *tp is a token of type token_type_string.
1694 token.type = token_type_string;
    [all...]

Completed in 20 milliseconds