Searched refs:Col (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/vim-53/runtime/tools/
H A Dccfilter.c31 unsigned long Col; variable
176 Col = 0;
203 Col = (dec_col ? 1 : 0 );
207 FileName, &Row, &Col, &Severity, Reason );
214 Col = (dec_col ? 1 : 0 );
228 Col = (dec_col ? 1 : 0 );
232 &Severity, FileName, &Row, &Col, Reason );
237 &Severity, FileName, &Row, &Col, Reason );
245 Col = (dec_col ? 1 : 0 );
260 Col
[all...]
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCLanguageModel.mm100 move[0] = Col(from);
116 fprintf(stderr, "<%c%dmoves> =", Col(from), Row(from));
119 fprintf(stderr, " %s%c%d%s", seenDest, Col(to), Row(to),
128 move[2] = Col(to);
162 i ? '|' : ' ', Col(moves->fFrom[i]), Row(moves->fFrom[i]),
163 Col(moves->fFrom[i]), Row(moves->fFrom[i]));
179 move[0] = Col(king);
226 fprintf(stderr, " %s%c%d", seenDest, Col(to), Row(to));
241 drop[2] = Col(to);
269 fprintf(stderr, " %s%c%d", seenDest, Col(t
[all...]
H A DMBCMoveGenerator.mm202 Col(to), Row(to)]];
207 Col(from), Row(from),
208 Col(to), Row(to)]];
218 Col(to), Row(to)]];
223 Col(from), Row(from),
224 Col(to), Row(to)]];
231 Col(at), Row(at)]];
523 char col = Col(from)+dCol;
543 if (Col(from) != Col(t
[all...]
H A DMBCBoardViewAccessibility.mm80 Col(fSquare), Row(fSquare)];
301 Col(square), Row(square)];
304 Col(square), Row(square)];
H A DMBCBoard.mm229 Col(fFromSquare), Row(fFromSquare)+'0'];
273 Col(fToSquare), Row(fToSquare)+'0', [self pieceLetter:fPromotion forDrop:NO]];
276 Col(fToSquare), Row(fToSquare)+'0'];
303 #define SQUARETOCOORD(sq) Col(sq), Row(sq)+'0'
541 } else if (Piece(piece) == PAWN && Col(fromSquare) != Col(toSquare)) {
545 MBCSquare victimSquare = Square(Col(toSquare), Row(fromSquare));
575 fCurPos.fEnPassant = Square(Col(fromSquare),
629 switch (Col(move->fToSquare)) {
741 char fromCol = Col(fro
[all...]
H A DMBCBoard.h125 inline char Col(MBCSquare square) function
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDebugLoc.h58 static DebugLoc get(unsigned Line, unsigned Col,
H A DSourceMgr.h186 int Line, int Col, SourceMgr::DiagKind Kind,
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DDebugLoc.cpp74 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, argument
82 if (Col > 255) Col = 0;
84 Result.LineCol = Line | (Col << 24);
H A DDIBuilder.cpp972 unsigned Line, unsigned Col) {
979 ConstantInt::get(Type::getInt32Ty(VMContext), Col),
971 createLexicalBlock(DIDescriptor Scope, DIFile File, unsigned Line, unsigned Col) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DSourceMgr.cpp235 int Line, int Col, SourceMgr::DiagKind Kind,
239 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Kind(Kind),
234 SMDiagnostic(const SourceMgr &sm, SMLoc L, const std::string &FN, int Line, int Col, SourceMgr::DiagKind Kind, const std::string &Msg, const std::string &LineStr, ArrayRef<std::pair<unsigned,unsigned> > Ranges) argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DDIBuilder.h527 /// @param Col Column number
529 unsigned Line, unsigned Col);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h450 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
H A DDwarfDebug.cpp1520 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, argument
1553 Asm->OutStreamer.EmitDwarfLocDirective(Src, Line, Col, Flags, 0, 0, Fn);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dtepam.tcl2112 foreach {Col Weight} {0 0 1 1 2 0 3 1 4 0 5 0} {
2113 grid columnconfigure $W $Col -weight $Weight
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2003 unsigned Line = Record[0], Col = Record[1]; local
2009 LastLoc = DebugLoc::get(Line, Col, Scope, IA);

Completed in 259 milliseconds