Searched refs:t_string (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-tcl.c | 417 t_string, /* constant string */ enumerator 436 if (wp->type == t_string) in free_word() 450 if (!(wp->type == t_string)) in string_of_word() 667 if (wp->type == t_string) in accumulate_word() 692 if (wp->type == t_string) in accumulate_word() 701 if (wp->type == t_string) in accumulate_word() 780 wp->type = t_string; in read_word() 803 if (wp->type != t_string) in read_word() 883 if (inner.type == t_string) in read_command() 897 if (inner.type == t_string) in read_command() [all …]
|
H A D | x-sh.c | 428 t_string, /* constant string */ enumerator 448 if (wp->type == t_string) in free_word() 462 if (!(wp->type == t_string)) in string_of_word() 806 wp->type = t_string; in read_word() 1035 if (wp->type == t_string) in read_word() 1161 if (wp->type == t_string) in read_word() 1170 if (wp->type != t_string) in read_word() 1229 if (inner.type == t_string) in read_command() 1256 if (inner.type == t_string) in read_command() 1283 if (inner.type == t_string) in read_command()
|
H A D | x-librep.c | 469 t_string, /* string */ enumerator 487 if (op->type == t_symbol || op->type == t_string) in free_object() 501 if (!(op->type == t_symbol || op->type == t_string)) in string_of_object() 686 if (argparser != NULL && inner.type == t_string) in read_object() 828 op->type = t_string; in read_object()
|
H A D | x-scheme.c | 634 t_string, /* string */ enumerator 652 if (op->type == t_symbol || op->type == t_string) in free_object() 666 if (!(op->type == t_symbol || op->type == t_string)) in string_of_object() 797 if (argparser != NULL && inner.type == t_string) in read_object() 1127 op->type = t_string; in read_object()
|
H A D | x-elisp.c | 388 t_string, /* string */ enumerator 407 if (op->type == t_symbol || op->type == t_string) in free_object() 421 if (!(op->type == t_symbol || op->type == t_string)) in string_of_object() 712 if (argparser != NULL && inner.type == t_string) in read_object() 892 op->type = t_string; in read_object()
|
H A D | x-lisp.c | 885 t_string, /* string */ enumerator 903 if (op->type == t_symbol || op->type == t_string) in free_object() 919 if (!(op->type == t_symbol || op->type == t_string)) in string_of_object() 1090 if (argparser != NULL && inner.type == t_string) in read_object() 1189 op->type = t_string; in read_object()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 2259 tree t_string = build_string (asm_template); in add_extended_asm() local 2264 t_string in add_extended_asm() 2265 = resolve_asm_operand_names (t_string, t_outputs, t_inputs, t_labels); in add_extended_asm() 2268 t_string, t_outputs, t_inputs, t_clobbers, t_labels); in add_extended_asm()
|