| /onnv/onnv-gate/usr/src/lib/libadm/common/ |
| regexp.c | 48 #define step __step macro
|
| /onnv/onnv-gate/usr/src/cmd/expr/ |
| compile.c | 28 * xcompile, xstep, xadvance - simulate compile(3g), step(3g), advance(3g) 30 * porting aid. switches out to libgen compile/step if collation 57 * psuedo compile/step/advance global variables 88 * regex structures, one for advance and one for step. 92 regex_t r_stp; /* For use by step */ 109 step(const char *instr, const char *expbuf) function 122 * the compile and step routines here simulate the old libgen routines of 123 * compile/step Re: regexpr(3G). in order to do this, we must assume 126 * 2) the next part is a regex_t used by regexec()/regcomp() for step 138 * I say "apparently" as the code to compile()/step() is poorly written [all...] |
| /onnv/onnv-gate/usr/src/lib/libplot/t300/common/ |
| arc.c | 43 step(int d) function 63 step(1); 65 step(flg);
|
| /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/ |
| arc.c | 42 step(int d) function 79 step(1); 81 step(flg);
|
| /onnv/onnv-gate/usr/src/lib/libplot/t4014/common/ |
| arc.c | 42 step(int d) function 82 step(1); 84 step(flg);
|
| /onnv/onnv-gate/usr/src/lib/libplot/t450/common/ |
| arc.c | 62 step(int d) function 84 step(1); 86 step(flg);
|
| /onnv/onnv-gate/usr/src/uts/sun4/os/ |
| dtrace_subr.c | 125 uint8_t step = curthread->t_dtrace_step; local 143 if (step == 0) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| DB.pm | 28 $DB::single = 0; # single-step flag (set it to 1 to enable stops in BEGIN/use) 211 sub step { subroutine 574 CLIENT->step() # single step 575 CLIENT->next() # step over 668 Single-step flag. Will be true if the API will stop at the next statement. 736 =item CLIENT->step() 738 single step 742 step over
|
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| dtrace_subr.c | 194 uint8_t step = curthread->t_dtrace_step; local 213 if (step == 0) {
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| regexp.h | 70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| regexp.h | 61 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| regexp.h | 70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| regexp.h | 70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| regexp.h | 70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| compile.c | 311 int step(p1, p2) function
|
| /onnv/onnv-gate/usr/src/head/ |
| regexp.h | 320 step(const char *p1, const char *p2) function 323 step(p1, p2)
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| LinearDistribution.java | 37 * bounded by the step parameter of the {@code lquantize()} action. 40 * step, unless it is the first bucket, which is the frequency of all 46 * and a step of 10. It has twelve buckets starting with {@code n < 0} 65 private long step; field in class:LinearDistribution 72 new String[] {"base", "step", "buckets" }); 90 step = frequencyStep; 94 * Creates a linear distribution with the given base, step, and 106 * @throws IllegalArgumentException if the given step is less than 116 step = bucketStep; 118 if (step < 1) [all...] |
| /onnv/onnv-gate/usr/src/lib/libgen/common/ |
| reg_step.c | 160 step(char *p1, char *p2) function
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| Wizard.java | 49 * This is a widget for presenting a multi-step task, such as an installation 52 * panel for display of each step on the right, with a set of control buttons 193 // Show the first step 202 // Show the last step 211 // Show any other step 220 // Allow steps to control when user may advance to next step 225 // Allow the final step to control when a user may complete the task 312 // Ignore mouse clicks so highlighted step can't be changed 358 public void addStep(WizardStep step) { 360 model.addItem(step.getDescription()) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/hxge/ |
| hpi_pfc.c | 327 int step = 8; local 333 offset = PFC_VLAN_TABLE + i * step; 932 uint32_t step = sizeof (uint32_t); local 942 HXGE_REG_RD32(handle, HCR_REG + HCR_ADDR_LO + slot * step, &addr_lo); 943 HXGE_REG_RD32(handle, HCR_REG + HCR_ADDR_HI + slot * step, &addr_hi);
|
| /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/video/usbvc/ |
| usbvc_v4l2.c | 1521 uint32_t step, i, closest, index, approx1, approx2; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| TestBean.java | 253 int step = 10; local 256 for (int i = base; i < (n * step); i += step) { 257 bucket = new Distribution.Bucket(i, (i + (step - 1)), 258 ((i - 1) / step)); 261 bucket = new Distribution.Bucket((n * step) + 1, Long.MAX_VALUE, 0); 263 LinearDistribution d = new LinearDistribution(base, step, buckets);
|
| /onnv/onnv-gate/usr/src/lib/libdtrace/common/ |
| dt_aggregate.c | 141 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local 145 for (i = 0; i < levels; base += step, i++) 157 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local 163 for (i = 0; i < levels; base += step, i++) { [all...] |
| dt_cc.c | 69 * are built, containing pointers to any DIFOs created in step (3). 1169 * arg3 => Quantization level step size (defaults to 1) 1176 uint64_t nlevels, step = 1, oarg; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/common/ |
| dtj_consume.c | 1529 int64_t base, step; local [all...] |