Searched refs:t_symbol (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-scheme.c634 t_symbol, /* symbol */ enumerator in enum:object_type
645 struct token *token; /* for t_symbol and t_string */
653 if (op->type == t_symbol || op->type == t_string)
660 /* Convert a t_symbol/t_string token to a char*. */
667 if (!(op->type == t_symbol || op->type == t_string))
771 if (inner.type == t_symbol)
1007 op->type = t_symbol;
1165 op->type = t_symbol;
1175 op->type = t_symbol;
H A Dx-elisp.c388 t_symbol, /* symbol */ enumerator in enum:object_type
400 struct token *token; /* for t_symbol and t_string */
408 if (op->type == t_symbol || op->type == t_string)
415 /* Convert a t_symbol/t_string token to a char*. */
422 if (!(op->type == t_symbol || op->type == t_string))
686 if (inner.type == t_symbol)
1198 op->type = t_symbol;

Completed in 191 milliseconds