Searched refs:DOT (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A DGenLibDeps.pl291 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=0 ];\n" };
293 if (!$FLAT) { print DOT "$lib_ns -> $key [ weight=10];\n" };
313 open DOT, "| $DotPath -Tgif > libdeps.gif";
315 print DOT "digraph LibDeps {\n";
316 print DOT " size=\"40,15\"; \n";
317 print DOT " ratio=\"1.33333\"; \n";
318 print DOT " margin=\"0.25\"; \n";
319 print DOT " rankdir=\"LR\"; \n";
320 print DOT " mclimit=\"50.0\"; \n";
321 print DOT " orderin
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DGraphWriter.h35 namespace DOT { // Private functions... namespace in namespace:llvm
41 DOT, enumerator in enum:llvm::GraphProgram::Name
49 void DisplayGraph(const sys::Path& Filename, bool wait=true, GraphProgram::Name program = GraphProgram::DOT);
81 O << "<s" << i << ">" << DOT::EscapeString(label);
113 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n";
115 O << "digraph \"" << DOT::EscapeString(GraphName) << "\" {\n";
123 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n";
125 O << "\tlabel=\"" << DOT::EscapeString(GraphName) << "\";\n";
171 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G));
191 O << DOT
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrtoip6.c41 #define DOT 17 macro
77 lex['.'] = DOT;
117 case DOT:
136 case DOT:
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/format/
H A Dpeg.inc34 / DOT
81 leaf: DOT <- "." WHITESPACE ;
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dxc16x-opc.c2117 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2123 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2129 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2135 { { MNEM, ' ', OP (GENREG), OP (DOT), OP (QLOBIT), ',', OP (RELHI), 0 } },
2387 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2393 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2399 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2405 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2411 { { MNEM, ' ', OP (REG8), OP (DOT), OP (QBIT), 0 } },
2417 { { MNEM, ' ', OP (REG8), OP (DOT), O
[all...]
/macosx-10.10.1/awk-20/src/
H A Dytab.h54 DOT = 270, enumerator in enum:yytokentype
151 #define DOT 270 macro
H A Dytabh.bak44 DOT = 270,
139 #define DOT 270
H A Db.c47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
52 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
674 case DOT:
677 return (unary(op2(DOT, NIL, NIL)));
719 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(':
970 case '.': return DOT;
1183 || (k == DOT && c != 0 && c != HAT)
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dpolish-slash_cp1250.vim29 /z <Char-191> " LATIN SMALL LETTER Z WITH DOT ABOVE
39 /Z <Char-175> " LATIN CAPITAL LETTER Z WITH DOT ABOVE
H A Dpolish-slash_cp852.vim29 /z <Char-190> " LATIN SMALL LETTER Z WITH DOT ABOVE
39 /Z <Char-189> " LATIN CAPITAL LETTER Z WITH DOT ABOVE
H A Dpolish-slash_iso-8859-2.vim29 /z <Char-191> " LATIN SMALL LETTER Z WITH DOT ABOVE
39 /Z <Char-175> " LATIN CAPITAL LETTER Z WITH DOT ABOVE
H A Dpolish-slash_utf-8.vim29 /z <Char-0x017c> " LATIN SMALL LETTER Z WITH DOT ABOVE
39 /Z <Char-0x017b> " LATIN CAPITAL LETTER Z WITH DOT ABOVE
H A Dbulgarian-phonetic.vim120 ,. �� MIDDLE DOT
/macosx-10.10.1/groff-38/groff/contrib/pdfmark/
H A Dpdfroff.sh524 DOT='^\.[ ]*'
527 CS_FILTER="$STREAM $SED -n '/${DOT}${CS_MACRO}/,/${DOT}${CE_MACRO}/p'"
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DGraphWriter.cpp24 std::string llvm::DOT::EscapeString(const std::string &Label) {
97 case GraphProgram::DOT: args.push_back("-f"); args.push_back("dot"); break;
136 if (program == GraphProgram::DOT)
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c29 * DOT ::= ':'|'.'
30 * /NUMBER [DOT NUMBER] [AM|PM]\ /[MONTH NUMBER [NUMBER]] \
69 NUMBER, PLUS, DOT, COMMA, SLASH, ID, JUNK, enumerator in enum:__anon12475
251 return sc_tokid = DOT;
383 * [NUMBER [DOT NUMBER] [AM|PM]] [UTC]
395 * a HHMM time, otherwise it's HH DOT MM time
397 if (token() == DOT) {
587 if (sc_tokid == SLASH || sc_tokid == DOT) {
601 if (sep == DOT) {
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dselfmtimpl.h28 #define DOT ((UChar)0x002E) macro
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_container_peg.tcl13 $myg add ALNUM ALPHA AND APOSTROPH ASCII Attribute Char CharOctalFull CharOctalPart CharSpecial CharUnescaped CharUnicode Class CLOSE CLOSEB COLON COMMENT DAPOSTROPH DDIGIT Definition DIGIT DOT END EOF EOL Expression Final Grammar GRAPH Header Ident Identifier IS LEAF Literal LOWER NOT OPEN OPENB PEG PLUS Prefix Primary PRINTABLE PUNCT QUESTION Range SEMICOLON Sequence SLASH SPACE STAR StartExpr Suffix TO UPPER VOID WHITESPACE WORDCHAR XDIGIT
36 DOT leaf
98 DOT {x {t .} {n WHITESPACE}}
119 Primary {/ {n ALNUM} {n ALPHA} {n ASCII} {n DDIGIT} {n DIGIT} {n GRAPH} {n LOWER} {n PRINTABLE} {n PUNCT} {n SPACE} {n UPPER} {n WORDCHAR} {n XDIGIT} {n Identifier} {x {n OPEN} {n Expression} {n CLOSE}} {n Literal} {n Class} {n DOT}}
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParserTokens.h91 DOT, enumerator in enum:JSC::JSTokenType
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.h165 DOT = 0xA5, /* ascii code for � */ enumerator in enum:__anon10906
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dpeg_grammar.tcl77 Define leaf DOT {x {t .} {n SPACE}}
98 Define value Primary {/ {n ALNUM} {n ALPHA} {n Identifier} {x {n OPEN} {n Expression} {n CLOSE}} {n Literal} {n Class} {n DOT}}
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dglob.c63 #define DOT '.' macro
620 /* Initial DOT must be matched literally. */
621 if (dp->d_name[0] == DOT && *pattern != DOT)
/macosx-10.10.1/sudo-73/src/
H A Dglob.c103 #define DOT '.' macro
701 /* Initial DOT must be matched literally. */
702 if (dp->d_name[0] == DOT && *pattern != DOT)
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.c102 #define DOT '.' macro
561 /* initial DOT must be matched literally */
562 if (dp->d_name[0] == DOT && *pattern != DOT)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddesktop.vim5 " Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )

Completed in 414 milliseconds

123