Searched refs:pm (Results 1 - 25 of 446) sorted by relevance

1234567891011>>

/macosx-10.9.5/perl-92/5.12/updates/CGI/
H A DMakefile1 NAME = CGI.pm
/macosx-10.9.5/CPAN-52/Modules/HTTP-Daemon-6.00/
H A DMakefile7 ed - $(DIR)/lib/HTTP/Daemon.pm < $(MYSRC)/lib_HTTP_Daemon.pm.ed
/macosx-10.9.5/CPAN-52/Modules/HTTP-Daemon-6.01/
H A DMakefile7 ed - $(DIR)/lib/HTTP/Daemon.pm < $(MYSRC)/lib_HTTP_Daemon.pm.ed
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/t/
H A D70_Tree_Simple_Visitor_LoadDirectoryTree_test.t25 BreadthFirstTraversal.pm
26 CreateDirectoryTree.pm
27 FindByPath.pm
28 FindByUID.pm
29 FindByNodeValue.pm
30 FromNestedArray.pm
31 FromNestedHash.pm
32 GetAllDescendents.pm
33 LoadClassHierarchy.pm
34 LoadDirectoryTree.pm
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/t/
H A D70_Tree_Simple_Visitor_LoadDirectoryTree_test.t25 BreadthFirstTraversal.pm
26 CreateDirectoryTree.pm
27 FindByPath.pm
28 FindByUID.pm
29 FindByNodeValue.pm
30 FromNestedArray.pm
31 FromNestedHash.pm
32 GetAllDescendents.pm
33 LoadClassHierarchy.pm
34 LoadDirectoryTree.pm
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dtermcap.c148 Param pm = NULL; variable
160 pm = (Param) hcalloc(sizeof(struct param));
161 pm->node.nam = nameu;
162 pm->node.flags = PM_READONLY;
168 pm->gsu.i = &nullsetinteger_gsu;
169 pm->u.val = num;
170 pm->node.flags |= PM_INTEGER;
171 return &pm->node;
174 pm->gsu.s = &nullsetscalar_gsu;
179 pm
202 Param pm = NULL; variable
[all...]
H A Dterminfo.c139 Param pm = NULL; variable
150 pm = (Param) hcalloc(sizeof(struct param));
151 pm->node.nam = nameu;
152 pm->node.flags = PM_READONLY;
155 pm->u.val = num;
156 pm->node.flags |= PM_INTEGER;
157 pm->gsu.i = &nullsetinteger_gsu;
159 pm->u.str = num ? dupstring("yes") : dupstring("no");
160 pm->node.flags |= PM_SCALAR;
161 pm
179 Param pm = NULL; variable
[all...]
H A Dparameter.c43 paramtypestr(Param pm) argument
46 int f = pm->node.flags;
49 if (pm->node.flags & PM_AUTOLOAD)
62 if (pm->level)
98 Param rpm, pm = NULL; variable
100 pm = (Param) hcalloc(sizeof(struct param));
101 pm->node.nam = dupstring(name);
102 pm->node.flags = PM_SCALAR | PM_READONLY;
103 pm->gsu.s = &nullsetscalar_gsu;
106 pm
118 struct param pm; variable in typeref:struct:param
143 setpmcommand(Param pm, char *value) argument
160 unsetpmcommand(Param pm, UNUSED(int exp)) argument
205 Param pm = NULL; variable
236 struct param pm; variable in typeref:struct:param
309 setpmfunction(Param pm, char *value) argument
316 setpmdisfunction(Param pm, char *value) argument
323 unsetpmfunction(Param pm, UNUSED(int exp)) argument
357 setpmfunctions(Param pm, HashTable ht) argument
364 setpmdisfunctions(Param pm, HashTable ht) argument
379 Param pm = NULL; variable
436 struct param pm; variable in typeref:struct:param
499 UNUSED(Param pm) argument
520 UNUSED(Param pm) argument
551 UNUSED(Param pm) argument
583 UNUSED(Param pm) argument
649 Param pm = NULL; variable
687 struct param pm; variable in typeref:struct:param
750 UNUSED(Param pm) argument
757 UNUSED(Param pm) argument
766 setpmoption(Param pm, char *value) argument
781 unsetpmoption(Param pm, UNUSED(int exp)) argument
828 Param pm = NULL; variable
856 struct param pm; variable in typeref:struct:param
880 Param pm = NULL; variable
914 struct param pm; variable in typeref:struct:param
985 UNUSED(Param pm) argument
996 Param pm = NULL; variable
1028 struct param pm; variable in typeref:struct:param
1055 UNUSED(Param pm) argument
1110 Param pm = NULL; variable
1138 struct param pm; variable in typeref:struct:param
1212 Param pm = NULL; variable
1239 struct param pm; variable in typeref:struct:param
1278 Param pm = NULL; variable
1305 struct param pm; variable in typeref:struct:param
1332 setpmnameddir(Param pm, char *value) argument
1347 unsetpmnameddir(Param pm, UNUSED(int exp)) argument
1410 Param pm = NULL; variable
1431 struct param pm; variable in typeref:struct:param
1459 Param pm = NULL; variable
1482 struct param pm; variable in typeref:struct:param
1510 setalias(HashTable ht, Param pm, char *value, int flags) argument
1518 setpmralias(Param pm, char *value) argument
1525 setpmdisralias(Param pm, char *value) argument
1532 setpmgalias(Param pm, char *value) argument
1539 setpmdisgalias(Param pm, char *value) argument
1546 setpmsalias(Param pm, char *value) argument
1553 setpmdissalias(Param pm, char *value) argument
1560 unsetpmalias(Param pm, UNUSED(int exp)) argument
1570 unsetpmsalias(Param pm, UNUSED(int exp)) argument
1580 setaliases(HashTable alht, UNUSED(Param pm), HashTable ht, int flags) argument
1621 setpmraliases(Param pm, HashTable ht) argument
1628 setpmdisraliases(Param pm, HashTable ht) argument
1635 setpmgaliases(Param pm, HashTable ht) argument
1642 setpmdisgaliases(Param pm, HashTable ht) argument
1649 setpmsaliases(Param pm, HashTable ht) argument
1656 setpmdissaliases(Param pm, HashTable ht) argument
1676 assignaliasdefs(Param pm, int flags) argument
1712 Param pm = NULL; local
1777 struct param pm; local
1909 Param pm = NULL; variable
1946 struct param pm; variable in typeref:struct:param
1983 Param pm; member in struct:pardef
[all...]
H A Dmapfile.c68 setpmmapfile(Param pm, char *value) argument
71 char *name = ztrdup(pm->node.nam);
87 if (!(pm->node.flags & PM_READONLY) &&
126 unsetpmmapfile(Param pm, UNUSED(int exp)) argument
128 /* Unlink the file given by pm->nam */
129 char *fname = ztrdup(pm->node.nam);
133 if (!(pm->node.flags & PM_READONLY))
141 setpmmapfiles(Param pm, HashTable ht) argument
149 if (!(pm->node.flags & PM_READONLY))
157 v.pm
221 Param pm = NULL; variable
244 struct param pm; variable in typeref:struct:param
[all...]
H A Ddb_gdbm.c99 Param pm; local
102 pm = (Param) paramtab->getnode(paramtab, args[0]);
103 if(!pm) {
108 dbf = (GDBM_FILE)(pm->u.hash->tmpdata);
110 /* free(pm->u.hash->tmpdata); */
111 paramtab->removenode(paramtab, pm->node.nam);
118 gdbmgetfn(Param pm) argument
124 key.dptr = pm->node.nam;
127 dbf = (GDBM_FILE)(pm->u.hash->tmpdata);
140 gdbmsetfn(Param pm, cha argument
156 gdbmunsetfn(Param pm, int um) argument
174 Param pm = NULL; local
192 Param pm = NULL; local
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dparams.c414 ((V) && (!(V)->pm || ((V)->pm->node.flags & PM_UNSET) || \
415 !(V)->pm->node.nam || !*(V)->pm->node.nam))
454 Param pm = (Param) hn; local
456 if (pm && pm->u.str && (pm->node.flags & PM_AUTOLOAD)) {
457 char *mn = dupstring(pm->u.str);
459 (void)ensurefeature(mn, "p:", (pm
484 Param pm = (Param)hn; local
653 Param ip, pm; local
807 assigngetset(Param pm) argument
844 Param pm, oldpm; local
916 Param pm; local
953 copyparam(Param tpm, Param pm, int fakecopy) argument
1869 Param pm; local
2236 export_param(Param pm) argument
2884 Param pm; local
2949 Param pm; local
2963 unsetparam_pm(Param pm, int altflag, int exp) argument
3061 stdunsetfn(Param pm, UNUSED(int exp)) argument
3098 intgetfn(Param pm) argument
3107 intsetfn(Param pm, zlong x) argument
3116 floatgetfn(Param pm) argument
3125 floatsetfn(Param pm, double x) argument
3134 strgetfn(Param pm) argument
3143 strsetfn(Param pm, char *x) argument
3160 arrgetfn(Param pm) argument
3169 arrsetfn(Param pm, char **x) argument
3185 hashgetfn(Param pm) argument
3194 hashsetfn(Param pm, HashTable x) argument
3214 arrhashsetfn(Param pm, char **val, int augment) argument
3281 intvargetfn(Param pm) argument
3292 intvarsetfn(Param pm, zlong x) argument
3303 zlevarsetfn(Param pm, zlong x) argument
3318 strvarsetfn(Param pm, char *x) argument
3332 strvargetfn(Param pm) argument
3348 arrvargetfn(Param pm) argument
3363 arrvarsetfn(Param pm, char **x) argument
3386 colonarrgetfn(Param pm) argument
3394 colonarrsetfn(Param pm, char *x) argument
3414 tiedarrgetfn(Param pm) argument
3422 tiedarrsetfn(Param pm, char *x) argument
3453 tiedarrunsetfn(Param pm, UNUSED(int exp)) argument
3594 UNUSED(Param pm) argument
3603 UNUSED(Param pm) argument
3621 UNUSED(Param pm) argument
3652 UNUSED(Param pm) argument
3692 setsecondstype(Param pm, int on, int off) argument
3715 UNUSED(Param pm) argument
3751 UNUSED(Param pm) argument
3772 UNUSED(Param pm) argument
3793 UNUSED(Param pm) argument
3814 UNUSED(Param pm) argument
3833 UNUSED(Param pm) argument
3846 UNUSED(Param pm) argument
3918 lc_allsetfn(Param pm, char *x) argument
3940 langsetfn(Param pm, char *x) argument
3948 lcsetfn(Param pm, char *x) argument
3979 UNUSED(Param pm) argument
3999 UNUSED(Param pm) argument
4029 UNUSED(Param pm) argument
4038 UNUSED(Param pm) argument
4078 UNUSED(Param pm) argument
4123 UNUSED(Param pm) argument
4146 UNUSED(Param pm) argument
4166 UNUSED(Param pm) argument
4190 UNUSED(Param pm) argument
4210 UNUSED(Param pm) argument
4219 terminfosetfn(Param pm, char *x) argument
4238 UNUSED(Param pm) argument
4274 Param pm; local
4425 addenv(Param pm, char *value) argument
4535 delenv(Param pm) argument
4680 Param pm = (Param)hn; local
4751 Param pm = (Param) hn; local
[all...]
/macosx-10.9.5/CPAN-52/Modules/Net-SSLeay-1.42/
H A DMakefile8 ed - $(DIR)/inc/Module/Install/PRIVATE/Net/SSLeay.pm < $(MYSRC)/Net_SSLeay.pm.ed
/macosx-10.9.5/CPAN-52/Modules/Net-SSLeay-1.49/
H A DMakefile8 ed - $(DIR)/inc/Module/Install/PRIVATE/Net/SSLeay.pm < $(MYSRC)/Net_SSLeay.pm.ed
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzleparameter.c61 Param pm = NULL; variable
64 pm = (Param) hcalloc(sizeof(struct param));
65 pm->node.nam = dupstring(name);
66 pm->node.flags = PM_SCALAR | PM_READONLY;
67 pm->gsu.s = &nullsetscalar_gsu;
71 pm->u.str = widgetstr(th->widget);
73 pm->u.str = dupstring("");
74 pm->node.flags |= PM_UNSET;
76 return &pm->node;
83 struct param pm; variable in typeref:struct:param
105 UNUSED(Param pm) argument
[all...]
H A Dzle_params.c156 Param pm = createparam(zp->name, (zp->type |PM_SPECIAL|PM_REMOVABLE| local
158 if (!pm)
159 pm = (Param) paramtab->getnode(paramtab, zp->name);
160 DPUTS(!pm, "param not set in makezleparams");
162 pm->level = locallevel + 1;
163 pm->u.data = zp->data;
166 pm->gsu.s = zp->gsu;
169 pm->gsu.a = (GsuArray)zp->gsu;
172 pm->gsu.i = (GsuInteger)zp->gsu;
173 pm
187 zleunsetfn(Param pm, int exp) argument
208 UNUSED(Param pm) argument
231 UNUSED(Param pm) argument
261 UNUSED(Param pm) argument
275 UNUSED(Param pm) argument
305 UNUSED(Param pm) argument
334 UNUSED(Param pm) argument
344 UNUSED(Param pm) argument
364 UNUSED(Param pm) argument
371 UNUSED(Param pm) argument
385 UNUSED(Param pm) argument
399 UNUSED(Param pm) argument
406 UNUSED(Param pm) argument
413 UNUSED(Param pm) argument
428 UNUSED(Param pm) argument
435 unset_numeric(Param pm, int exp) argument
457 UNUSED(Param pm) argument
464 UNUSED(Param pm) argument
471 UNUSED(Param pm) argument
478 UNUSED(Param pm) argument
506 unset_cutbuffer(Param pm, int exp) argument
564 UNUSED(Param pm) argument
600 unset_killring(Param pm, int exp) argument
637 UNUSED(Param pm) argument
651 UNUSED(Param pm) argument
668 UNUSED(Param pm) argument
677 UNUSED(Param pm) argument
686 UNUSED(Param pm) argument
710 UNUSED(Param pm) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Daemon/
H A DMakefile.PL10 'VERSION_FROM' => 'lib/Net/Daemon.pm', # finds $VERSION
19 $opts{ABSTRACT_FROM} = 'lib/Net/Daemon.pm';
38 README: lib/Net/Daemon.pm
39 \tpod2text lib/Net/Daemon.pm >README
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/
H A DMakefile.PL10 'VERSION_FROM' => 'lib/Net/Daemon.pm', # finds $VERSION
19 $opts{ABSTRACT_FROM} = 'lib/Net/Daemon.pm';
38 README: lib/Net/Daemon.pm
39 \tpod2text lib/Net/Daemon.pm >README
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_anylock.h40 apr_proc_mutex_t *pm; /**< Process mutex */ member in union:apr_anylock_t::apr_anylock_u_t
57 ? apr_proc_mutex_lock((lck)->lock.pm) \
70 ? apr_proc_mutex_lock((lck)->lock.pm) \
84 ? apr_proc_mutex_trylock((lck)->lock.pm) \
97 ? apr_proc_mutex_trylock((lck)->lock.pm) \
111 ? apr_proc_mutex_unlock((lck)->lock.pm) \
123 ? apr_proc_mutex_unlock((lck)->lock.pm) \
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_anylock.h40 apr_proc_mutex_t *pm; /**< Process mutex */ member in union:apr_anylock_t::apr_anylock_u_t
57 ? apr_proc_mutex_lock((lck)->lock.pm) \
70 ? apr_proc_mutex_lock((lck)->lock.pm) \
84 ? apr_proc_mutex_trylock((lck)->lock.pm) \
97 ? apr_proc_mutex_trylock((lck)->lock.pm) \
111 ? apr_proc_mutex_unlock((lck)->lock.pm) \
123 ? apr_proc_mutex_unlock((lck)->lock.pm) \
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dtimetype.sh56 tt[3]=2pm
65 tt[4]=5pm
68 (( (tt[4] - tt[3]) == 8*3600 )) || err_exit "9am..5pm='$((tt[4] - tt[3]))' != 8 hours"
71 tt[2pm]='2008-08-11+00:00:00,2pm'
75 [[ ${tt[2pm]} == *+14:00 ]] || err_exit "tt[2pm] failed -- expected 14:00, got '${tt[2pm]##*+}'"
78 (( (tt[2pm] - tt[today] ) == 14*3600 )) || err_exit "tt[2pm]
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/persistence/
H A DpersistenceTest.xotcl9 Class PersistenceTest -parameter {{countVar 0} {appendVar ""} pm}
12 my persistenceMgr [my set pm]
41 PersistenceTest persistenceJufTest -pm jufpMgr -init -test
42 #PersistenceTest persistenceTclTest -pm tclpMgr -init -test
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/
H A DMakefile.PL2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
6 'VERSION_FROM' => 'lib/Parse/Yapp/Driver.pm', # finds $VERSION
7 'MAN3PODS' => { 'lib/Parse/Yapp.pm' => '$(INST_MAN3DIR)/Parse::Yapp.3' },
9 'lib/Parse/Yapp.pm' => '$(INST_LIBDIR)/Yapp.pm',
10 'lib/Parse/Yapp/Options.pm' => '$(INST_LIBDIR)/Yapp/Options.pm',
11 'lib/Parse/Yapp/Driver.pm' => '$(INST_LIBDIR)/Yapp/Driver.pm',
12 'lib/Parse/Yapp/Grammar.pm'
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/
H A DMakefile.PL2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
6 'VERSION_FROM' => 'lib/Parse/Yapp/Driver.pm', # finds $VERSION
7 'MAN3PODS' => { 'lib/Parse/Yapp.pm' => '$(INST_MAN3DIR)/Parse::Yapp.3' },
9 'lib/Parse/Yapp.pm' => '$(INST_LIBDIR)/Yapp.pm',
10 'lib/Parse/Yapp/Options.pm' => '$(INST_LIBDIR)/Yapp/Options.pm',
11 'lib/Parse/Yapp/Driver.pm' => '$(INST_LIBDIR)/Yapp/Driver.pm',
12 'lib/Parse/Yapp/Grammar.pm'
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DRegex.cpp59 SmallVector<llvm_regmatch_t, 8> pm; local
60 pm.resize(nmatch > 0 ? nmatch : 1);
61 pm[0].rm_so = 0;
62 pm[0].rm_eo = String.size();
64 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND);
80 if (pm[i].rm_so == -1) {
85 assert(pm[i].rm_eo >= pm[i].rm_so);
86 Matches->push_back(StringRef(String.data()+pm[i].rm_so,
87 pm[
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dqsort.c107 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
113 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es)
114 for (pl = pm; pl > (char *)a && cmp(pl - es, pl) > 0;
119 pm = (char *)a + (n / 2) * es;
126 pm = med3(pm - d, pm, pm
[all...]

Completed in 441 milliseconds

1234567891011>>