Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_compound_misc.sh84 compound vy
85 compound -a vy.nodes=( [4]=( ) )
122 compound vy
123 compound -A vy.nodes=( [4]=( ) )
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.clv113 $AWK -vx=123 -vy=abc -vz1=10.99 'BEGIN { print x, y, z1 }' > $TEMP2
127 $AWK -vx=123 -vy=abc -f $TEMP0 -vz1=10.99 > $TEMP2
137 $AWK -f $TEMP0 -vx=123 -vy=abc -vz1=10.99 > $TEMP2
151 $AWK -f $TEMP0 -vx=123 -vy=abc -vz1=10.99 /dev/null x=4567 /dev/null > $TEMP2
165 $AWK -vx=123 -vy=abc -vz1=10.99 -f $TEMP0 x=4567 /etc/passwd > $TEMP2
/illumos-gate/usr/src/test/libc-tests/tests/qsort/
H A Dqsort_test.c528 test_perturbed_i(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_i() argument
540 test_perturbed_ll(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_ll() argument
552 test_perturbed_double(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_double() argument
583 test_simple_i(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_simple_i() argument
595 test_simple_ll(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_simple_ll() argument
607 test_simple_double(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_simple_double() argument
623 test_antiqsort(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_antiqsort() argument
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dpager.test233 set vy [page_read $::g1]
234 expr {$vy==$::vx}
240 set vy [page_read $gx]
242 expr {$vy==$::vx}
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh585 unset vx vy
594 [[ $vx == "$vy" ]] || err_exit 'print -C with multi-dimensional array not working'
596 [[ $vx == "$vy" ]] || err_exit 'print -v with multi-dimensional array not working'