HomeSort by: relevance | last modified time | path
    Searched refs:t_string (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-tcl.c 417 t_string, /* constant string */ enumerator in enum:word_type
428 struct token *token; /* for t_string */
429 int line_number_at_start; /* for t_string */
436 if (wp->type == t_string)
443 /* Convert a t_string token to a char*. */
450 if (!(wp->type == t_string))
667 if (wp->type == t_string)
692 if (wp->type == t_string)
701 if (wp->type == t_string)
780 wp->type = t_string;
    [all...]
x-sh.c 428 t_string, /* constant string */ enumerator in enum:word_type
440 struct token *token; /* for t_string */
441 int line_number_at_start; /* for t_string */
448 if (wp->type == t_string)
455 /* Convert a t_string token to a char*. */
462 if (!(wp->type == t_string))
806 wp->type = t_string;
1035 if (wp->type == t_string)
1161 if (wp->type == t_string)
1170 if (wp->type != t_string)
    [all...]
x-scheme.c 634 t_string, /* string */ enumerator in enum:object_type
644 struct token *token; /* for t_symbol and t_string */
645 int line_number_at_start; /* for 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))
797 if (argparser != NULL && inner.type == t_string)
1127 op->type = t_string;
x-elisp.c 388 t_string, /* string */ enumerator in enum:object_type
399 struct token *token; /* for t_symbol and t_string */
400 int line_number_at_start; /* for 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))
712 if (argparser != NULL && inner.type == t_string)
892 op->type = t_string;
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 2431 tree t_string = build_string (asm_template); local
2436 t_string
2437 = resolve_asm_operand_names (t_string, t_outputs, t_inputs, t_labels);
2440 t_string, t_outputs, t_inputs, t_clobbers, t_labels);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 2259 tree t_string = build_string (asm_template); local
2264 t_string
2265 = resolve_asm_operand_names (t_string, t_outputs, t_inputs, t_labels);
2268 t_string, t_outputs, t_inputs, t_clobbers, t_labels);

Completed in 19 milliseconds