/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | comvar.sh | 188 typeset point=(typeset -i x=3 y=4) 189 (( (point.x*point.x + point.y*point.y) == 25 )) || err_exit "local compound variable not working" 191 point=(integer x=6 y=8) 193 …(( (point.x*point.x + point.y*point.y) == 100 )) || err_exit "global compound variable not preserv… 198 then print -r -- "$point" 201 typeset -S point=(typeset -i x=3 y=4) 202 … (( (point.x*point.x + point.y*point.y) == 25 )) || err_exit "local compound variable not working" 203 point.y=5 204 point.z=foobar 207 …(( (point.x*point.x + point.y*point.y) == 100 )) || err_exit "global compound variable not preserv…
|
H A D | arith.sh | 114 point=( 118 (( point.x = cos(pi/6), point.y = sin(pi/6) )) 119 if (( point.x*point.x + point.y*point.y > 1.01 )) 122 if (( point.x*point.x + point.y*point.y < .99 ))
|
H A D | append.sh | 61 point=(x=1 y=2) 62 point+=( y=3 z=4) 63 if [[ ${point.y} != 3 ]] 66 if [[ ${point.x} != 1 ]]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | comvar.sh | 188 typeset point=(typeset -i x=3 y=4) 189 (( (point.x*point.x + point.y*point.y) == 25 )) || err_exit "local compound variable not working" 191 point=(integer x=6 y=8) 193 (( (point.x*point.x + point.y*point [all...] |
H A D | append.sh | 61 point=(x=1 y=2) 62 point+=( y=3 z=4) 63 if [[ ${point.y} != 3 ]] 66 if [[ ${point.x} != 1 ]]
|
H A D | arith.sh | 114 point=( 118 (( point.x = cos(pi/6), point.y = sin(pi/6) )) 119 if (( point.x*point.x + point.y*point.y > 1.01 )) 122 if (( point.x*point.x + point [all...] |
/titanic_51/usr/src/cmd/refer/ |
H A D | inv6.c | 30 long point; in whash() local 46 sscanf(line, "%d %ld", &k, &point); in whash() 60 if (point != opoint) { in whash() 62 putl(opoint = point, fb); in whash() 64 putw((int)(opoint = point), fb); in whash()
|
/titanic_51/usr/src/cmd/tbl/ |
H A D | tc.c | 39 if (point(s)) in choochar() 48 if (point(s)) in choochar() 87 point(int s) in point() function
|
H A D | t8.c | 60 if (point(s)) continue; in putline() 101 if (point(s) ) continue; in putline() 271 if (point(s)) in puttext() 292 if (point(s)) continue; in funnies()
|
/titanic_51/usr/src/ucbcmd/sbcp/ |
H A D | sbcp.s | 58 ! The SPARC ABI defines our "environment" at this point, see page 3-34. 60 ! entry point, and jump to it. We depend on the stack (argv, envp) 102 ! jump to the main program's entry point 108 ld [%o0 + A_ENTRY], %o0 ! get entry point 109 1: ! else, assume entry point is 0x2000
|
/titanic_51/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | gptldr.S | 41 .set MEM_JMP,0x9010 # BTX entry point 81 dec %si # Set %ds:%si to point at the 87 mov $MEM_USR/16,%ax # Set %es:(-1) to point at 92 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at 96 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
|
/titanic_51/usr/src/uts/intel/io/acpica/ |
H A D | osl_ml.s | 71 leaq GlobalLock(%rdi), %rdi / make %rdi point at the lock 94 leal GlobalLock(%ecx), %ecx / make %ecx point at the lock 129 leaq GlobalLock(%rdi), %rdi / make %rdi point at the lock 149 leal GlobalLock(%ecx), %ecx / make %ecx point at the lock
|
/titanic_51/usr/src/lib/brand/shared/brand/amd64/ |
H A D | runexe.s | 42 * we'll be jumping directy to it's main entry point. In any case, 57 movq %rsi, %rbx / Brand app entry point in %rbx 58 subq $8, %rax / Top of stack - must point at argc
|
/titanic_51/usr/src/lib/brand/shared/brand/i386/ |
H A D | runexe.s | 42 * we'll be jumping directy to it's main entry point. In any case, 57 movl 8(%esp), %ebx / Brand app entry point in %ebx 58 subl $4, %eax / Top of stack - must point at argc
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | astsa.mm | 24 point -I to these 27 point -I to these
|
/titanic_51/usr/src/cmd/cmd-inet/etc/ |
H A D | ipqosconf.1.sample | 96 # Mark the DSCP with code point EF, 101110 = 46. 107 # Mark the DSCP with code point AF11, 001010 = 10. 117 # Mark the DSCP with code point AF12, 001100 = 12. 127 # Mark the DSCP with code point AF13, 001110 = 14.
|
H A D | ipqosconf.2.sample | 88 # Mark the DSCP with code point AF13, 001110 = 14. 101 # Mark the DSCP with code point AF12, 001100 = 12. 112 # Mark the DSCP with code point AF11, 001010 = 10.
|
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | math.tab | 1 # <return type: i:integer f:floating-point> <#floating-point-args> <function-name> [<alias> ...]
|
/titanic_51/usr/src/pkg/manifests/ |
H A D | system-network-ppp.mf | 28 value="Device drivers implementing point-to-point protocol (PPP)" 86 desc="Device drivers implementing point-to-point protocol (PPP)" \
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | math.tab | 1 # <return type: i:integer f:floating-point> <#floating-point-args> <function-name> [<alias> ...]
|
/titanic_51/usr/src/cmd/oawk/ |
H A D | lib.c | 364 int point; in isanumber() local 368 d1 = d2 = point = 0; in isanumber() 390 point++; in isanumber() 401 if (!(d1 || point && d2)) in isanumber()
|
/titanic_51/usr/src/lib/brand/shared/brand/sparc/ |
H A D | runexe.s | 44 * we'll be jumping directy to it's main entry point. In any case, 75 jmp %o1 ! jump to the target processes entry point
|
/titanic_51/usr/src/boot/sys/boot/forth/ |
H A D | loader.rc | 20 \ Unless set otherwise, autoboot is automatic at this point
|
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | sfio | 13 #define _lib_cvt 1 /* native floating point conversions ok */
|
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | sfio | 13 #define _lib_cvt 1 /* native floating point conversions ok */
|