Searched refs:PR (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/transfer/
H A Dreceive.tcl17 proc PR {f args} { procedure
24 -progress [list PR $file]
H A Dsreceive.tcl24 proc PR {f args} { procedure
34 -progress [list PR $file] \
H A Dtransmit.tcl19 proc PR {f args} { procedure
26 -progress [list PR $file]
H A Dstransmit.tcl27 proc PR {f args} { procedure
37 -progress [list PR $file] \
/macosx-10.10.1/lukemftp-14/
H A DMakefile43 PR-4074918.ftp.c.patch \
45 PR-7577277.cmds.c.patch \
46 PR-7577277.extern.h.patch \
47 PR-7577277.fetch.c.patch \
48 PR-7577277.main.c.patch \
49 PR-7577277.util.c.patch \
50 PR-13253996_ftp.c.patch
/macosx-10.10.1/lukemftpd-50/
H A DMakefile35 PR-3795936.long-username.patch \
36 PR-3886477.ftpd.c.patch \
37 PR-4608716.ls.c.patch \
38 PR-4581099.ftpd.c.patch \
39 PR-4616924.ftpd.c.patch \
40 PR-5815072.ftpd.c.patch \
44 PR-10519551.patch \
45 PR-10452181.conf.c.patch \
46 PR-10804931.patch
/macosx-10.10.1/zlib-55/zlib/old/as400/
H A Dzlib.inc103 D compress PR 10I 0 extproc('compress')
109 D compress2 PR 10I 0 extproc('compress2')
116 D compressBound PR 10U 0 extproc('compressBound')
119 D uncompress PR 10I 0 extproc('uncompress')
125 D gzopen PR extproc('gzopen')
130 D gzdopen PR extproc('gzdopen')
135 D gzsetparams PR 10I 0 extproc('gzsetparams')
140 D gzread PR 10I 0 extproc('gzread')
145 D gzwrite PR 10I 0 extproc('gzwrite')
150 D gzputs PR 1
[all...]
/macosx-10.10.1/shell_cmds-179/hexdump/
H A Dhexdump.h59 } PR; typedef in typeref:struct:_pr
94 void bpad(PR *);
95 void conv_c(PR *, u_char *, size_t);
96 void conv_u(PR *, u_char *);
H A Dconv.c49 conv_c(PR *pr, u_char *p, size_t bufsize)
149 conv_u(PR *pr, u_char *p)
H A Ddisplay.c59 static __inline void print(PR *, u_char *);
66 PR *pr;
119 print(PR *pr, u_char *bp)
217 bpad(PR *pr)
/macosx-10.10.1/uucp-11/
H A DMakefile46 AEP_Patches = PR-3996371-conf.diff \
47 PR-4883535.patch \
48 PR-4383204.patch \
49 PR-4905054.manpages.patch
/macosx-10.10.1/apache-793/
H A DMakefile10 PR-3921505.diff \
11 PR-5432464.diff_httpd.conf \
12 PR-16019492.diff \
13 PR-5957348.diff \
15 PR-10154185.diff \
20 PR-15976165-ulimit.diff \
21 PR-17754441-sbin.diff \
22 PR-16019357-apxs.diff \
/macosx-10.10.1/ntp-92/libntp/
H A Dicom.c29 * Frames begin with a two-octet preamble PR-PR followyd by the
40 * | PR | PR | RE | TX | CN | DA | FI |
64 u_char cmd[] = {PAD, PR, PR, 0, TX, V_SFREQ, 0, 0, 0, 0, FI,
/macosx-10.10.1/procmail-14/
H A DMakefile51 PR-3076981.diff \
52 PR-7556883.diff
/macosx-10.10.1/ntp-92/include/
H A Dicom.h44 #define PR 0xfe /* preamble */ macro
/macosx-10.10.1/apache-793/httpd/docs/manual/style/scripts/
H A Dprettify.js1489 // as passed to PR.registerLangHandler.
1554 var PR = win['PR'] = {
1577 PR['registerLangHandler'](
1578 PR['createSimpleLexer'](
1581 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
1583 [PR['PR_STRING'], /^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])*(?:\'|$))/, null, '"\'']
1588 [PR['PR_COMMENT'], /^--(?:\[(=*)\[[\s\S]*?(?:\]\1\]|$)|[^\r\n]*)/],
1589 [PR['PR_TYPE'], /^nil|false|true/],
1591 [PR['PR_STRIN
[all...]
H A Dprettify.min.js123 var PR=win['PR']={'createSimpleLexer':createSimpleLexer,'registerLangHandler':registerLangHandler,'sourceDecorator':sourceDecorator,'PR_ATTRIB_NAME':PR_ATTRIB_NAME,'PR_ATTRIB_VALUE':PR_ATTRIB_VALUE,'PR_COMMENT':PR_COMMENT,'PR_DECLARATION':PR_DECLARATION,'PR_KEYWORD':PR_KEYWORD,'PR_LITERAL':PR_LITERAL,'PR_NOCODE':PR_NOCODE,'PR_PLAIN':PR_PLAIN,'PR_PUNCTUATION':PR_PUNCTUATION,'PR_SOURCE':PR_SOURCE,'PR_STRING':PR_STRING,'PR_TAG':PR_TAG,'PR_TYPE':PR_TYPE,'prettyPrintOne':win['prettyPrintOne']=prettyPrintOne,'prettyPrint':win['prettyPrint']=prettyPrint};PR['registerLangHandler'](PR['createSimpleLexer']([[PR['PR_PLAIN'],/^[\t\n\r \xA0]+/,null,'\t\n\r \xA0'],[PR['PR_STRING'],/^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])*(?:\'|$))/,null,'"\'']],[[PR['PR_COMMENT'],/^--(?:\[(=*)\[[\s\S]*?(?:\]\1\]|$)|[^\r\n]*)/],[PR['PR_TYPE'],/^nil|false|true/],[PR['PR_STRING'],/^\[(=*)\[[\s\S]*?(?:\]\1\]|$)/],[PR['PR_KEYWOR
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonPeephole.cpp247 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. local
270 unsigned PSrc = MI->getOperand(PR).getReg();
272 MI->getOperand(PR).setReg(POrig);
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dbs.c175 #define PR (void)addstr macro
240 PR(" \\\n");
241 PR(" \\ \\ \\\n");
242 PR(" \\ \\ \\ \\ \\_____________\n");
243 PR(" \\ \\ \\_____________ \\ \\/ |\n");
244 PR(" \\ \\/ \\ \\/ |\n");
245 PR(" \\/ \\_____/ |__\n");
246 PR(" ________________/ |\n");
247 PR(" \\ S.S. Penguin |\n");
248 PR(" \\ /\
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegisterScavenging.cpp68 BitVector PR = MBB->getParent()->getFrameInfo()->getPristineRegs(MBB); local
69 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
H A DPasses.cpp446 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
447 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue());
448 const PassInfo *IPI = PR->getPassInfo(StringRef("print-machineinstrs"));
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-opc.h54 #define PR IA64_OPND_PR macro
/macosx-10.10.1/groff-38/
H A DMakefile30 PR-13280133.diff
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetRegisterInfo.h896 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintReg &PR) { argument
897 PR.print(OS);
919 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintRegUnit &PR) { argument
920 PR.print(OS);
/macosx-10.10.1/llvmCore-3425.0.34/tools/llc/
H A Dllc.cpp530 const PassRegistry *PR = PassRegistry::getPassRegistry(); local
532 const PassInfo *PI = PR->getPassInfo(StartAfter);
540 const PassInfo *PI = PR->getPassInfo(StopAfter);

Completed in 130 milliseconds

12