Home
last modified time | relevance | path

Searched refs:STEP (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dswab.c45 #define STEP temp = *from++,*to++ = *from++,*to++ = temp macro
48 STEP;
51 STEP; STEP; STEP; STEP;
52 STEP; STEP; STEP; STEP;
/titanic_50/usr/src/lib/libc/port/gen/
H A Dswab.c43 #define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp)) macro
57 STEP; in swab()
60 STEP; STEP; STEP; STEP; in swab()
61 STEP; STEP; STEP; STEP; in swab()
/titanic_50/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh997 STEP=1
1079 export DEBUG VERB ECHO EVAL EGREP GREP STEP TMPDIR
2446 ${ECHO} " ${STEP}. $MSG"
2447 STEP=`expr $STEP + 1`
2481 ${ECHO} " ${STEP}. $MSG added."
2482 STEP=`expr $STEP + 1`
2510 ${ECHO} " ${STEP}. $MSG"
2511 STEP=`expr $STEP + 1`
2548 ${ECHO} " ${STEP}. $MSG"
2549 STEP=`expr $STEP + 1`
[all …]
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dgram.y36 %token VALUE STEP HELP NUMBER NEWLINE SYMBOL PLUS BREAK CONT DIS GETMAPS
142 | STEP NEWLINE
154 | STEP NUMBER NEWLINE
166 | STEP NUMBER SYMBOL NEWLINE
H A Dlex.l63 ^{ws}*step {return (STEP);}
/titanic_50/usr/src/cmd/tail/tests/
H A Dsun_solaris_tail.sh58 float -r STEP=0.5 # const
60 (( timeout=timeout/STEP ))
62 for (( i=0 ; i < timeout ; i+=STEP )) ; do
64 sleep ${STEP}
/titanic_50/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_builtin_tail.sh57 float -r STEP=0.5 # const
59 (( timeout=timeout/STEP ))
61 for (( i=0 ; i < timeout ; i+=STEP )) ; do
63 sleep ${STEP}