Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.nested_neg.zcp20 if true then
21 if true then
22 if true then
23 if true then
24 if true then
25 if true then
26 if true then
27 if true then
28 if true then
29 if true then
[all …]
H A Dtst.nested_pos.zcp19 if true then
20 if true then
21 if true then
22 if true then
23 if true then
24 if true then
25 if true then
26 if true then
27 if true then
28 if true then
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th103 : sizeof ' >body @ state @ if postpone literal then ; immediate
104 : offsetof ' >body cell+ @ state @ if postpone literal then ; immediate
175 len allocate if ENOMEM throw then
188 addr c@ c = if addr len exit then
204 addr c@ paddr c@ = if addr len exit then
216 state @ if postpone sliteral then
226 : s2n ( c-addr/u1 -- u2 | -1 ) ?number 0= if -1 then ;
229 : getenv? getenv -1 = if false else drop true then ;
244 then
245 then
[all …]
H A Dloader.4th36 [then]
42 if 7 fg 4 bg then
44 if me then
54 then
57 then
63 then
69 then
88 then
93 then
117 then
[all …]
H A Dbeadm.4th66 fd @ -1 = if EOPEN throw then
74 value_buffer .len @ r@ > if r> drop value_buffer .len @ >r then
87 fd @ -1 = if EOPEN throw then
101 name_buffer strget s" bootfs" compare 0= if 2 spaces then
102 name_buffer strget s" chain" compare 0= if 3 spaces then
116 fd @ -1 = if EOPEN throw then
136 then
144 then
150 dup 0> if ( strchr '/' != NULL ) - else drop then
156 2dup 1 - + C@ [char] : = if ( string[len-1] == ':' ) 1 - then
[all …]
H A Dmenu.4th141 then
148 then
158 then
161 then
202 loader_color? if [char] ^ escc! then
215 if b then
217 if me then
340 then
351 else ( 2 ) 2drop ( c-addr/u ) then ( 1 ) then
354 then
[all …]
H A Dcheck-password.4th61 \ Spin the twiddle and then exit this function
69 then then then then drop
72 then then
75 dup bs_key = if exit then
76 dup enter_key = if exit then
77 dup ctrl_u = if exit then
78 then
119 dup 0< if drop 0 dup readlen ! then \ Don't go negative
120 0= if 3 spaces read-start @ sr at-xy then \ Twiddle
125 then then then
[all …]
H A Dmenu-commands.4th59 then
60 then
80 then
81 then
90 then
99 then
100 then
111 then
125 then
138 then
[all …]
H A Dbeastie.4th49 ?number 1 = if logoX ! then
50 else drop then
52 ?number 1 = if logoY ! then
53 else drop then
63 dup 0= if 2drop else drop then \ getenv result unused
68 then
72 then
79 else drop then
80 then
96 then
[all …]
H A Dversion.4th48 then drop
51 then drop
67 then
74 then
77 then then
78 then
79 then dup -1 = if
81 then
88 if 6 fg then
90 if me then
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure.ac37 if test "x$enable_maintainer_mode" = xyes; then
39 if test -z "$PERL"; then
45 if test "x$CFLAGS" = x; then
49 if test "x$host_cpu" = xx86_64; then
69 if test "x$with_binutils" != x; then
79 if test "x$ac_cv_prog_gcc" = xyes; then
80 if test "x$default_CFLAGS" = xyes; then
84 if test "x$with_binutils" != x; then
95 if test "x$size_flag" = xyes; then
112 if test "x$no_stack_protector_flag" = xyes; then
[all …]
H A Dacinclude.m418 if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -S conftest.c]) && test -s conftest.s; then
24 if grep _func conftest.s >/dev/null 2>&1; then
32 if test "x$grub_cv_asm_uscore" = xyes; then
54 if AC_TRY_EVAL(ac_compile) && test -s conftest.o; then :
60 …${CC-cc} ${CFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o conftest.exec]); then :
64 if AC_TRY_COMMAND([${OBJCOPY-objcopy} -O binary conftest.exec conftest]); then :
68 if test ! -f conftest.old || AC_TRY_COMMAND([cmp -s conftest.old conftest]); then
101 if test "x$grub_cv_asm_prefix_requirement" = xyes; then
107 if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -c conftest.s]) && test -s conftest.o; then
131 if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -c conftest.s]) && test -s conftest.o; then
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests19 none of the \b--posix --utf8 --compile\b options are specified then
179 then compile=2
194 then vmalloc_options=abort
210 then export PS4=':$LINENO: '
212 then set -x
222 then (( compile )) && compile=1
230 then utf8=0
232 then export LANG=$LC_ALL
238 then vmalloc_options=$VMALLOC_OPTIONS
257 then PATH=$PATH:/usr/ucb
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Dunctime.c49 struct tm then; local
56 then.tm_mon = lookup(&dbuf[E_MONTH]);
57 if (then.tm_mon < 0) {
60 then.tm_mday = atoi(&dbuf[E_DAY]);
61 then.tm_hour = atoi(&dbuf[E_HOUR]);
62 then.tm_min = atoi(&dbuf[E_MINUTE]);
63 then.tm_sec = atoi(&dbuf[E_SECOND]);
64 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900;
65 return (emitl(&then));
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dblkdev.shlib41 if is_linux; then
42 if [[ -z $hostnum ]]; then
61 if is_linux; then
75 if is_linux; then
93 if is_linux; then
108 if is_linux; then
125 if is_linux; then
128 if (($? == 0)); then
147 if is_linux; then
151 ~ /^[[:digit:]]+$/') ]] || ( is_real_device $disk ); then
[all …]
H A Dlibtest.shlib43 if [[ $(uname -o) == "GNU/Linux" ]]; then
65 if [[ "$1" == "/"* ]] ; then
142 if is_global_zone; then
143 if poolexists $TESTPOOL ; then
158 if [[ -n $container ]]; then
171 if [[ -n $volume ]]; then
172 if is_global_zone ; then
228 if snapexists $fs_vol@$snap; then
274 if bkmarkexists $fs_vol#$bkmark; then
315 if [[ $(get_prop 'inconsistent' "$recvfs/%recv") -ne 1 ]]; then
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmake.probe192 then x=$cc_dir/$c
200 then eval set x $probe_verbose
209 then case $ld in
235 then case $2 in
256 then eval $c='$x/$c'
263 then eval $c='$2'
273 then eval $c='$x/$c'
282 then mkdir mylib
292 then :
301 then eval set x $probe_include_local
[all …]
H A Dprobe.win3230 then probe_header="$probe_header
95 then include="$include
98 then d=${header[${i##*/}]}
100 then include="$include
108 then include="$i/include
115 then inc=/msdev/platformsdk/${inc##*/}
117 then inc=/platformsdk/${inc##*/}
129 then : the payoff
143 then ld=${cc%/*}/ld
145 then case $cc in
[all …]
H A DC+probe15 # probe_* are first eval'd and then attempted from left to right
65 then tmpdir=$TMPDIR
137 then UNSET=1
163 then . "$dir/probe.ini"
173 then set test.*
175 then o="$*"
179 then obj=`echo "$i" | sed -e 's,test.,,'`
184 then rm $*
187 then exe=`echo "$1" | sed -e 's,test.,,'`
211 then mv dialect.$src dialect.c
[all …]
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_netstandard64 then
70 then
89 then
150 then
155 then
160 then
165 then
170 then
191 then
392 then
[all …]
H A Dtsol_netstandard_foomatic66 then
72 then
91 then
152 then
157 then
162 then
167 then
172 then
193 then
410 then
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Difbrack.fr2 \ ** ANS conditional compile directives [if] [else] [then]
15 : ?[then] ( c-addr u -- c-addr u flag )
16 2dup s" [then]" compare-insensitive 0= >r
34 ?[then] if 2drop 1- else 2drop endif
43 0= if postpone [else] then ; immediate
45 : [then] ( -- ) ; immediate
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c144 struct tm then; in unctime() local
150 (void) memset(&then, 0, sizeof (then)); in unctime()
154 if ((then.tm_mon = lookup(&dbuf[E_MONTH])) < 0) in unctime()
157 then.tm_mday = atoi(&dbuf[E_DAY]); in unctime()
158 then.tm_hour = atoi(&dbuf[E_HOUR]); in unctime()
159 then.tm_min = atoi(&dbuf[E_MINUTE]); in unctime()
160 then.tm_sec = atoi(&dbuf[E_SECOND]); in unctime()
161 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900; in unctime()
162 then.tm_isdst = ndmp_isdst; in unctime()
166 then.tm_yday, then.tm_wday, then.tm_year, then.tm_mon, in unctime()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dprobe.win3230 then probe_header="$probe_header
95 then include="$include
98 then d=${header[${i##*/}]}
100 then include="$include
108 then include="$i/include
115 then inc=/msdev/platformsdk/${inc##*/}
117 then inc=/platformsdk/${inc##*/}
131 then version=${version[BORLAND]} VERSION=__BORLANDC__
143 then version=${version[DM]} VERSION=__DMC__
150 then version=${version[MS]} VERSION=_MSC_VER
[all …]
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib108 if (( $status == 0 )); then
112 if [[ $? -eq 0 ]]; then
124 if (( $? == 0 )); then
137 if (( $status != 0 )) ; then
194 if (( $status == 0 )); then
198 elif (( $status == 127 )); then
202 elif (( $status == 138 )); then
206 elif (( $status == 139 )); then
213 if (( $? == 0 )); then
217 elif [[ -n $expect ]] ; then
[all …]

12345678910>>...15