Searched refs:sub (Results 1 - 25 of 137) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.xs33 "use \"sub NAME : ATTRS\" instead");
47 get(sub)
48 SV * sub
50 if (SvROK(sub)) {
51 sub = SvRV(sub);
52 if (SvTYPE(sub) != SVt_PVCV)
53 sub = Nullsv;
57 char *name = SvPV(sub, n_a);
58 sub
[all...]
/osnet-11/usr/src/lib/libeti/menu/common/
H A Dmenusub.c39 set_menu_sub(MENU *m, WINDOW *sub) argument
45 UserSub(m) = sub;
49 UserSub(Dfl_Menu) = sub;
/osnet-11/usr/src/lib/libeti/form/common/
H A Dform_sub.c44 Form(f)->sub = window;
51 return (Form(f)->sub);
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrmatch.c71 * match group begin offsets are even elements of sub
72 * match group end offsets are odd elements of sub
73 * the matched string is from s+sub[0] up to but not
74 * including s+sub[1]
78 strgrpmatch(const char* b, const char* p, int* sub, int n, register int flags) argument
97 if (sub && n > 0)
98 sub[0] = sub[1] = 0;
122 if (!sub || n <= 0)
134 if (!sub ||
[all...]
H A Dccmapid.c142 int sub[2]; local
147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
149 if (!(c = name[sub[1]]))
151 if (sub[1] > n && !isalpha(c))
153 n = sub[1];
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c111 register regsub_t* sub; local
132 if (!(sub = (regsub_t*)alloc(p->env->disc, 0, sizeof(regsub_t) + strlen(s))) || !(sub->re_ops = (regsubop_t*)alloc(p->env->disc, 0, (nops = 8) * sizeof(regsubop_t))))
134 if (sub)
135 alloc(p->env->disc, sub, 0);
139 sub->re_buf = sub->re_end = 0;
140 p->re_sub = sub;
141 p->env->sub = 1;
142 op = sub
362 regsub_t* sub; local
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s73 sub %ecx, %eax
107 sub $8, %rdx
142 sub (%rdi), %rax
143 sub 8 (%rdi), %r8
144 sub 16 (%rdi), %r9
145 sub 24 (%rdi), %r10
152 sub $32, %rdx
181 sub $8, %r8d
187 sub %ecx, %eax
215 sub (
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dpl_calldist.d18 * 2 Type of call (sub)
49 perl*:::sub-entry
53 self->sub[self->depth] = timestamp;
56 perl*:::sub-return
57 /self->sub[self->depth]/
59 this->elapsed_incl = timestamp - self->sub[self->depth];
61 self->sub[self->depth] = 0;
66 @types_incl[this->file, "sub", this->name] =
68 @types_excl[this->file, "sub", this->name] =
H A Dpl_cpudist.d18 * 2 Type of call (sub)
49 perl*:::sub-entry
53 self->sub[self->depth] = vtimestamp;
56 perl*:::sub-return
57 /self->sub[self->depth]/
59 this->oncpu_incl = vtimestamp - self->sub[self->depth];
61 self->sub[self->depth] = 0;
66 @types_incl[this->file, "sub", this->name] =
68 @types_excl[this->file, "sub", this->name] =
H A Dpl_flowinfo.d19 * TYPE Type of call (sub)
61 perl*:::sub-entry,
62 perl*:::sub-return
68 perl*:::sub-entry
72 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
78 perl*:::sub-return
83 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
H A Dpl_flowtime.d63 perl*:::sub-entry,
64 perl*:::sub-return
70 perl*:::sub-entry
80 perl*:::sub-return
H A Dpl_calltime.d15 * TYPE Type of call (sub/total)
47 perl*:::sub-entry
51 self->sub[self->depth] = timestamp;
54 perl*:::sub-return
55 /self->sub[self->depth]/
57 this->elapsed_incl = timestamp - self->sub[self->depth];
59 self->sub[self->depth] = 0;
64 @num[this->file, "sub", this->name] = count();
66 @types_incl[this->file, "sub", this->name] = sum(this->elapsed_incl);
67 @types_excl[this->file, "sub", thi
[all...]
H A Dpl_cputime.d15 * TYPE Type of call (sub/total)
47 perl*:::sub-entry
51 self->sub[self->depth] = vtimestamp;
54 perl*:::sub-return
55 /self->sub[self->depth]/
57 this->oncpu_incl = vtimestamp - self->sub[self->depth];
59 self->sub[self->depth] = 0;
64 @num[this->file, "sub", this->name] = count();
66 @types_incl[this->file, "sub", this->name] = sum(this->oncpu_incl);
67 @types_excl[this->file, "sub", thi
[all...]
H A Dpl_subcalls.d46 perl*:::sub-entry
H A Dpl_who.d47 perl*:::sub-entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Perl/
H A Dpl_calldist.d18 * 2 Type of call (sub)
49 perl*:::sub-entry
53 self->sub[self->depth] = timestamp;
56 perl*:::sub-return
57 /self->sub[self->depth]/
59 this->elapsed_incl = timestamp - self->sub[self->depth];
61 self->sub[self->depth] = 0;
66 @types_incl[this->file, "sub", this->name] =
68 @types_excl[this->file, "sub", this->name] =
H A Dpl_cpudist.d18 * 2 Type of call (sub)
49 perl*:::sub-entry
53 self->sub[self->depth] = vtimestamp;
56 perl*:::sub-return
57 /self->sub[self->depth]/
59 this->oncpu_incl = vtimestamp - self->sub[self->depth];
61 self->sub[self->depth] = 0;
66 @types_incl[this->file, "sub", this->name] =
68 @types_excl[this->file, "sub", this->name] =
H A Dpl_flowinfo.d19 * TYPE Type of call (sub)
61 perl*:::sub-entry,
62 perl*:::sub-return
68 perl*:::sub-entry
72 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
78 perl*:::sub-return
83 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
H A Dpl_flowtime.d63 perl*:::sub-entry,
64 perl*:::sub-return
70 perl*:::sub-entry
80 perl*:::sub-return
H A Dpl_calltime.d15 * TYPE Type of call (sub/total)
47 perl*:::sub-entry
51 self->sub[self->depth] = timestamp;
54 perl*:::sub-return
55 /self->sub[self->depth]/
57 this->elapsed_incl = timestamp - self->sub[self->depth];
59 self->sub[self->depth] = 0;
64 @num[this->file, "sub", this->name] = count();
66 @types_incl[this->file, "sub", this->name] = sum(this->elapsed_incl);
67 @types_excl[this->file, "sub", thi
[all...]
H A Dpl_cputime.d15 * TYPE Type of call (sub/total)
47 perl*:::sub-entry
51 self->sub[self->depth] = vtimestamp;
54 perl*:::sub-return
55 /self->sub[self->depth]/
57 this->oncpu_incl = vtimestamp - self->sub[self->depth];
59 self->sub[self->depth] = 0;
64 @num[this->file, "sub", this->name] = count();
66 @types_incl[this->file, "sub", this->name] = sum(this->oncpu_incl);
67 @types_excl[this->file, "sub", thi
[all...]
H A Dpl_subcalls.d46 perl*:::sub-entry
H A Dpl_who.d47 perl*:::sub-entry
/osnet-11/usr/src/lib/libc/sparc/gen/
H A D_stack_grow.s66 sub %o1, STACK_BIAS, %o3
68 sub %o0, %o3, %o4
87 sub %sp, %o3, %o4
91 sub %o3, STACK_ALIGN, %sp
/osnet-11/usr/src/lib/libast/common/comp/
H A Dregcmp.c40 unsigned char sub[SUB]; member in struct:__anon1127
74 unsigned char sub[SUB]; local
138 memset(sub, 0, sizeof(sub));
141 sub[j] = paren[i] + 1;
178 memcpy(re->sub, sub, (nsub + 1) * sizeof(sub[0]));
189 char* sub[SUB + 1]; local
197 sub[
[all...]

Completed in 44 milliseconds

123456