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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-perl.c513 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
556 refcounted_string_list_ty *comment; /* for token_type_string */
588 case token_type_string:
589 return "token_type_string";
615 case token_type_string:
623 if (tp->type == token_type_string)
833 Return the resulting token in *tp; tp->type == token_type_string. */
840 tp->type = token_type_string;
[all...]
H A Dx-awk.c229 token_type_string, /* "abc" */ enumerator in enum:token_type_ty
355 case token_type_string:
516 tp->type = token_type_string;
787 case token_type_string:
H A Dx-python.c979 token_type_string, /* "abc", 'abc', """abc""", '''abc''' */ enumerator in enum:token_type_ty
989 char *string; /* for token_type_string, token_type_symbol */
990 refcounted_string_list_ty *comment; /* for token_type_string */
1549 tp->type = token_type_string;
1610 if (tp->type != token_type_string)
1618 if (tmp.type != token_type_string)
1738 case token_type_string:

Completed in 117 milliseconds