Home
last modified time | relevance | path

Searched refs:substs (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dshared-substs-1.txt1 # RUN: echo shared-substs-1.txt
3 # Make sure we don't see modifications that other shared-substs-*.txt have made
8 # Next, modify substs that would affect the above. Verify they are set locally.
15 # Finally, set a local that other shared-substs-*.txt also set to be sure
H A Dshared-substs-0.txt1 # RUN: echo shared-substs-0.txt
3 # Make sure we don't see modifications that other shared-substs-*.txt have made
8 # Next, modify substs that would affect the above. Verify they are set locally.
15 # Finally, set a local that other shared-substs-*.txt also set to be sure
H A Dws-and-continuations.txt38 # DEFINE: %{has-adjacent-substs} = %{adjacent0}%{adjacent1}
39 # RUN: echo "'%{has-adjacent-substs}'"
42 # REDEFINE: %{has-adjacent-substs} = %{adjacent0}%{adjacent1}%{adjacent0}
43 # RUN: echo "'%{has-adjacent-substs}'"
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c1282 unsigned long int mbxbufsiz, flags, retsts, subpid = 0, substs = 0; in prime_env_iter() local
1380 retsts = lib$spawn(&cmddsc,&nldsc,&mbxdsc,&flags,0,&subpid,&substs, in prime_env_iter()
1398 while (substs == 0) { sys$hiber(); wakect++;} in prime_env_iter()
1400 _ckvmssts(substs); in prime_env_iter()
11069 unsigned long int sts, substs; local
11074 sts = lib$spawn(0,0,0,&flags,0,0,&substs,0,0,0,0,0,0);
11100 sts = substs;
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19963463 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.