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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-elisp.c 387 t_symbol, /* symbol */ enumerator in enum:object_type
399 struct token *token; /* for t_symbol and t_string */
407 if (op->type == t_symbol || op->type == t_string)
414 /* Convert a t_symbol/t_string token to a char*. */
421 if (!(op->type == t_symbol || op->type == t_string))
685 if (inner.type == t_symbol)
1197 op->type = t_symbol;
x-librep.c 468 t_symbol, /* symbol */ enumerator in enum:object_type
479 struct token *token; /* for t_symbol and t_string */
487 if (op->type == t_symbol || op->type == t_string)
494 /* Convert a t_symbol/t_string token to a char*. */
501 if (!(op->type == t_symbol || op->type == t_string))
659 if (inner.type == t_symbol)
1083 op->type = t_symbol;
x-scheme.c 633 t_symbol, /* symbol */ enumerator in enum:object_type
644 struct token *token; /* for t_symbol and t_string */
652 if (op->type == t_symbol || op->type == t_string)
659 /* Convert a t_symbol/t_string token to a char*. */
666 if (!(op->type == t_symbol || op->type == t_string))
770 if (inner.type == t_symbol)
1006 op->type = t_symbol;
1164 op->type = t_symbol;
1174 op->type = t_symbol;
x-lisp.c 884 t_symbol, /* symbol */ enumerator in enum:object_type
895 struct token *token; /* for t_symbol and t_string */
903 if (op->type == t_symbol || op->type == t_string)
910 /* Convert a t_symbol/t_string token to a char*. */
919 if (!(op->type == t_symbol || op->type == t_string))
1001 op->type = t_symbol;
1053 if (inner.type == t_symbol)

Completed in 17 milliseconds