/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/ |
H A D | print-sysroot-suffix.sh | 38 substs="" 41 substs="$substs -e 's/$option/$option/g'" 55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"` 72 subspec="$subspec"`echo "$option" | eval sed $substs`":/$dir"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | print-sysroot-suffix.sh | 38 substs="" 41 substs="$substs -e 's/$option/$option/g'" 55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"` 72 subspec="$subspec"`echo "$option" | eval sed $substs`":/$dir"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | print-sysroot-suffix.sh | 38 substs="" 41 substs="$substs -e 's/$option/$option/g'" 55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"` 72 subspec="$subspec"`echo "$option" | eval sed $substs`":/$dir"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
H A D | print-sysroot-suffix.sh | 38 substs="" 41 substs="$substs -e 's/$option/$option/g'" 55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"` 72 subspec="$subspec"`echo "$option" | eval sed $substs`":/$dir"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | read-rtl.c | 144 static struct iterator_group modes, codes, ints, substs; variable 411 if (iterator->group == &substs) in FOR_EACH_VEC_ELT() 825 htab_traverse (substs.iterators, add_current_iterators, NULL); in apply_iterators() 840 if (iuse->iterator->group == &substs) in apply_iterators() 857 if (iuse->iterator->group == &substs) in apply_iterators() 967 substs.attrs = htab_create (13, leading_string_hash, leading_string_eq_p, 0); in initialize_iterators() 968 substs.iterators = htab_create (13, leading_string_hash, in initialize_iterators() 970 substs.type = "int"; in initialize_iterators() 971 substs.find_builtin = find_int; /* We don't use it, anyway. */ in initialize_iterators() 973 substs.apply_iterator = apply_subst_iterator; in initialize_iterators() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | read-rtl.cc | 138 static struct iterator_group modes, codes, ints, substs; variable 477 if (iterator->group == &substs) in map_attr_string() 891 htab_traverse (substs.iterators, add_current_iterators, NULL); in apply_iterators() 906 if (iuse->iterator->group == &substs) in apply_iterators() 923 if (iuse->iterator->group == &substs) in apply_iterators() 1033 substs.attrs = htab_create (13, leading_string_hash, leading_string_eq_p, 0); in initialize_iterators() 1034 substs.iterators = htab_create (13, leading_string_hash, in initialize_iterators() 1036 substs.type = "int"; in initialize_iterators() 1037 substs.find_builtin = find_int; /* We don't use it, anyway. */ in initialize_iterators() 1039 substs.apply_iterator = apply_subst_iterator; in initialize_iterators() [all …]
|
H A D | ChangeLog-2012 | 2979 (substs): New global.
|
H A D | ChangeLog-2019 | 23186 * config/s390/subst.md: Remove addr_style_op and masked_op substs.
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 6679 template substitute(substs...) 6680 if (substs.length >= 2 && isExpressions!substs) 6685 static assert(!(substs.length & 1), "The number of substitution parameters must be even"); 6692 if (isInputRange!Value || !is(CommonType!(Value, typeof(substs[0])) == void)) 6696 static if (!is(CommonType!(ElementType!Value, typeof(substs[0])) == void)) 6702 !is(CommonType!(ElementType!Value, ElementType!(typeof(substs[0]))) == void)) 6705 return .substitute(value, substs); 6718 static foreach (i; 0 .. substs.length / 2) 6719 case substs[2 * i]: 6720 return substs[2 * i + 1]; [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/m4/ |
H A D | qt.m4 | 136 # substs QT_CXXFLAGS, QT_LDFLAGS, and QT_LIBS 137 # substs QTVERSION, MOC and UIC
|
/netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
H A D | nmakehlp.c | 44 static int SubstituteFile(const char *substs, const char *filename);
|
/netbsd-src/external/public-domain/sqlite/dist/tea/tclconfig/ |
H A D | tcl.m4 | 2672 # Defines and substs the following vars: 2780 # Defines and substs the following vars: 2833 # Defines and substs the following vars: 2873 # Defines and substs the following vars: 2899 # Defines and substs the following vars: 2925 # Defines and substs the following vars: 2949 # Defines and substs the following vars: 2975 # Defines and substs the following vars:
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 13891 static vec<module_state *,va_heap> substs; variable 13908 substs.safe_push (this); in mangle() 13931 while (substs.length ()) in mangle_module_fini() 13932 substs.pop ()->subst = 0; in mangle_module_fini()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1996 | 3461 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
|
H A D | ChangeLog-2008 | 5079 (MAKE, GMAKE): New substs.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1996 | 3461 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
|
H A D | ChangeLog-2008 | 5079 (MAKE, GMAKE): New substs.
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | ChangeLog | 3432 * cvs.spec.in: Use the new substs.
|
/netbsd-src/external/gpl3/gdb/dist/sim/common/ |
H A D | ChangeLog-2021 | 2277 (MAKE, GMAKE): New substs.
|