Home
last modified time | relevance | path

Searched refs:Cursor (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/contrib/tcsh/
H A Ded.chared.c202 if (Mark && Mark > Cursor && Mark <= Cursor+num) in c_delafter()
244 if (Mark && Mark > Cursor && Mark <= Cursor+num) in c_delbefore()
1148 while (Cursor < cp && *Cursor != '\n') { in e_inc_search()
1206 if (Cursor < InputBuf || Cursor > LastChar || in e_inc_search()
1408 Cursor--; in v_cmd_mode()
1696 Cursor++; in v_cm_complete()
2682 Cursor++; in e_charswitch()
2685 Cursor[-2] = Cursor[-1]; in e_charswitch()
2699 Cursor[-2] = Cursor[-1]; in e_gcharswitch()
3630 Cursor = c_eword(Cursor, LastChar, Argument); in v_eword()
[all …]
H A Ded.inputl.c392 Cursor = Cursor - newlen + curlen; in Inputl()
485 Cursor = Cursor - newlen + curlen; in Inputl()
849 *Cursor != '\0' && ((Cursor != argptr && Cursor[-1] == '\\') || in SpellLine()
850 (!ismetahash(*Cursor) && !iscmdmeta(*Cursor))); in SpellLine()
851 Cursor++) in SpellLine()
856 Cursor--; in SpellLine()
899 argptr = Cursor; in SpellLine()
927 *Cursor != '\0' && ((Cursor != argptr && Cursor[-1] == '\\') || in CompleteLine()
928 (!ismetahash(*Cursor) && !iscmdmeta(*Cursor))); in CompleteLine()
929 Cursor++) in CompleteLine()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp30 class Cursor { class
85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace()
94 static Cursor skipComment(Cursor C) { in skipComment()
104 static Cursor skipMachineOperandComment(Cursor C) { in skipMachineOperandComment()
128 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString()
397 static Cursor maybeLexIRBlock(Cursor C, MIToken &Token, in maybeLexIRBlock()
407 static Cursor maybeLexIRValue(Cursor C, MIToken &Token, in maybeLexIRValue()
451 static Cursor maybeLexRegister(Cursor C, MIToken &Token, in maybeLexRegister()
501 static Cursor maybeLexMCSymbol(Cursor C, MIToken &Token, in maybeLexMCSymbol()
552 static Cursor lexFloatingPointLiteral(Cursor Range, Cursor C, MIToken &Token) { in lexFloatingPointLiteral()
[all …]
/freebsd/contrib/tcsh/nls/german/
H A Dset47 5 Cursor zu horizontaler Position
14 12 Cursor aus Statuszeile
15 13 Cursor in Ursprungsposition
19 17 Cursor nach unten
20 18 Cursor nach links
21 19 Cursor nach rechts
22 20 Cursor nach oben
28 26 Cursor in Statuszeile
29 27 Cursor eins hoch
34 32 Cursor mehrere Zeichen nach unten
[all …]
H A Dset34 2 Lösche Zeichen hinter Cursor
6 4 Lösche vom Anfang der Zeile bis zum Cursor - in Cut-Puffer
10 8 Vi: Ändere Groß/Kleinschreibung des Zeichen unter dem Cursor und bewege Cursor eins nach vorn
17 15 Kopiere aktuelles Wort zum Cursor
18 16 Kopiere Area zwischen Marke und Cursor in Cut-Puffer
20 18 Lösche Zeichen unter Cursor
31 29 Tausche Cursor und Marke aus
38 36 Vertausche zwei Zeichen vor dem Cursor
71 69 Tausche die zwei Zeichen vor dem Cursor
84 82 Vi gehe in Einfügemodus hinter dem Cursor
[all …]
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp782 if (Cursor.SkipBlock()) in readControlBlock()
867 if (Cursor.SkipBlock()) in readIdentifierBlock()
943 if (Cursor.SkipBlock()) in readObjCContextBlock()
1034 if (Cursor.SkipBlock()) in readObjCPropertyBlock()
1110 if (Cursor.SkipBlock()) in readObjCMethodBlock()
1185 if (Cursor.SkipBlock()) in readObjCSelectorBlock()
1261 if (Cursor.SkipBlock()) in readGlobalVariableBlock()
1337 if (Cursor.SkipBlock()) in readGlobalFunctionBlock()
1413 if (Cursor.SkipBlock()) in readEnumConstantBlock()
1489 if (Cursor.SkipBlock()) in readTagBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h54 class Cursor {
136 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } in getCStr()
169 StringRef getCStrRef(Cursor &C) const { in getCStrRef()
239 StringRef getBytes(Cursor &C, uint64_t Length) { in getBytes()
279 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned()
359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8()
390 uint8_t *getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const;
652 void skip(Cursor &C, uint64_t Length) const;
658 bool eof(const Cursor &C) const { return size() == C.Offset; } in eof()
693 static uint64_t &getOffset(Cursor &C) { return C.Offset; } in getOffset()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp371 DataExtractor::Cursor Cursor(*OffsetPtr); in parse() local
419 } else if (Cursor) { in parse()
431 if (!Cursor) in parse()
766 DataExtractor::Cursor &Cursor) { in parseULEB128() argument
768 if (Cursor) in parseULEB128()
848 DataExtractor::Cursor Cursor(*OffsetPtr); in parse() local
870 if (!Cursor) { in parse()
1016 if (Cursor && Cursor.tell() != End) in parse()
1242 if (!Cursor) in parse()
1566 DataExtractor::Cursor Cursor(Offset); in hasValidVersion() local
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h111 struct Cursor { struct
122 Cursor() = default; argument
125 Cursor(const Cursor &) = delete;
126 const Cursor &operator=(const Cursor &) = delete; argument
129 typedef std::shared_ptr<Cursor> CursorSP;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp109 enum class SerializedDiagnosticReader::Cursor { enum in SerializedDiagnosticReader
115 llvm::ErrorOr<SerializedDiagnosticReader::Cursor>
130 return Cursor::Record; in skipUntilRecordOrBlock()
138 return Cursor::BlockBegin; in skipUntilRecordOrBlock()
143 return Cursor::BlockEnd; in skipUntilRecordOrBlock()
179 case Cursor::Record: in readMetaBlock()
181 case Cursor::BlockBegin: in readMetaBlock()
188 case Cursor::BlockEnd: in readMetaBlock()
231 case Cursor::BlockBegin: in readDiagnosticBlock()
242 case Cursor::BlockEnd: in readDiagnosticBlock()
[all …]
/freebsd/sys/teken/
H A Dsequences39 CNL Cursor Next Line ^[ [ E n
40 CPL Cursor Previous Line ^[ [ F n
41 CPR Cursor Position Report ^[ [ n r
42 CUB Cursor Backward ^[ [ D n
43 CUD Cursor Down ^[ [ B n
44 CUD Cursor Down ^[ [ e n
45 CUF Cursor Forward ^[ [ C n
46 CUF Cursor Forward ^[ [ a n
47 CUP Cursor Position ^[ [ H n n
48 CUP Cursor Position ^[ [ f n n
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h177 class Cursor {
195 Cursor() = default;
197 Cursor(const Cursor &O) { in Cursor() function
201 Cursor &operator=(const Cursor &O) {
206 ~Cursor() { setEntry(nullptr); } in ~Cursor()
H A DRegAllocGreedy.h230 InterferenceCache::Cursor Intf;
327 bool addSplitConstraints(InterferenceCache::Cursor, BlockFrequency &);
328 bool addThroughConstraints(InterferenceCache::Cursor, ArrayRef<unsigned>);
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h51 Expected<unsigned> readRecord(llvm::BitstreamCursor &Cursor,
358 explicit SavedStreamPosition(llvm::BitstreamCursor &Cursor) in SavedStreamPosition()
359 : Cursor(Cursor), Offset(Cursor.GetCurrentBitNo()) {} in SavedStreamPosition()
362 if (llvm::Error Err = Cursor.JumpToBit(Offset)) in ~SavedStreamPosition()
369 llvm::BitstreamCursor &Cursor;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp567 Instruction *Cursor = nullptr; in findLocationForEntrySafepoint() local
568 for (Cursor = &F.getEntryBlock().front(); HasNextInstruction(Cursor); in findLocationForEntrySafepoint()
569 Cursor = NextInstruction(Cursor)) { in findLocationForEntrySafepoint()
578 if (auto *Call = dyn_cast<CallBase>(Cursor)) { in findLocationForEntrySafepoint()
585 assert((HasNextInstruction(Cursor) || Cursor->isTerminator()) && in findLocationForEntrySafepoint()
588 return Cursor; in findLocationForEntrySafepoint()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h56 std::pair<uint64_t, dwarf::DwarfFormat> getInitialLength(Cursor &C) const { in getInitialLength()
65 uint64_t getRelocatedValue(Cursor &C, uint32_t Size,
75 uint64_t getRelocatedAddress(Cursor &C, uint64_t *SecIx = nullptr) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp553 DIExpressionCursor Cursor({}); in updateSubprogramScopeDIE() local
810 DIExpressionCursor Cursor(Expr); in applyConcreteDbgVariableAttributes() local
849 std::move(Cursor), in applyConcreteDbgVariableAttributes()
907 DIExpressionCursor Cursor(Ops); in applyConcreteDbgVariableAttributes() local
914 DwarfExpr.addExpression(std::move(Cursor)); in applyConcreteDbgVariableAttributes()
941 DwarfExpr.beginEntryValueExpression(Cursor); in applyConcreteDbgVariableAttributes()
944 DwarfExpr.addExpression(std::move(Cursor)); in applyConcreteDbgVariableAttributes()
1558 DIExpressionCursor Cursor({}); in addAddress() local
1562 DwarfExpr.addExpression(std::move(Cursor)); in addAddress()
1584 DIExpressionCursor Cursor(DIExpr); in addComplexAddress() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp71 static Expected<uint64_t> readAbbreviatedField(BitstreamCursor &Cursor, in readAbbreviatedField() argument
81 assert((unsigned)Op.getEncodingData() <= Cursor.MaxChunkSize); in readAbbreviatedField()
82 return Cursor.Read((unsigned)Op.getEncodingData()); in readAbbreviatedField()
84 assert((unsigned)Op.getEncodingData() <= Cursor.MaxChunkSize); in readAbbreviatedField()
85 return Cursor.ReadVBR64((unsigned)Op.getEncodingData()); in readAbbreviatedField()
87 if (Expected<unsigned> Res = Cursor.Read(6)) in readAbbreviatedField()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp46 Err(const char *SectionName, DataExtractor::Cursor &C) in Err()
109 DataExtractor::Cursor C = DataExtractor::Cursor(0); in parseBTF()
255 DataExtractor::Cursor C = DataExtractor::Cursor(0); in parseBTFExt()
300 DataExtractor::Cursor C = DataExtractor::Cursor(LineInfoStart); in parseLineInfo()
343 DataExtractor::Cursor C = DataExtractor::Cursor(RelocInfoStart); in parseRelocInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h69 enum class Cursor; variable
72 llvm::ErrorOr<Cursor> skipUntilRecordOrBlock(llvm::BitstreamCursor &Stream,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp133 llvm::BitstreamCursor Cursor) in GlobalModuleIndex() argument
147 if (Expected<llvm::BitstreamEntry> Res = Cursor.advance()) in GlobalModuleIndex()
174 if (llvm::Error Err = Cursor.EnterSubBlock(GLOBAL_INDEX_BLOCK_ID)) in GlobalModuleIndex()
177 } else if (llvm::Error Err = Cursor.SkipBlock()) in GlobalModuleIndex()
185 Cursor.readRecord(Entry.ID, Record, &Blob); in GlobalModuleIndex()
270 llvm::BitstreamCursor Cursor(*Buffer); in readIndex() local
274 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Cursor.Read(8)) { in readIndex()
283 return std::make_pair(new GlobalModuleIndex(std::move(Buffer), std::move(Cursor)), in readIndex()
H A DASTReader.cpp1232 SavedStreamPosition SavedPosition(Cursor); in ReadLexicalDeclContextStorage()
1282 SavedStreamPosition SavedPosition(Cursor); in ReadVisibleDeclContextStorage()
1465 SavedStreamPosition SavedPosition(Cursor); in readSLocOffset()
2120 BitstreamCursor Cursor = MacroCursor; in ReadDefinedMacros() local
2267 BitstreamCursor &Cursor = M.MacroCursor; in resolvePendingMacro() local
2268 SavedStreamPosition SavedPosition(Cursor); in resolvePendingMacro()
2421 SavedStreamPosition SavedPosition(Cursor); in getInputFileInfo()
2506 SavedStreamPosition SavedPosition(Cursor); in getInputFile()
7561 SavedStreamPosition SavedPosition(Cursor); in GetExternalCXXCtorInitializers()
9403 BitstreamCursor &Cursor = I->first; in ReadComments() local
[all …]
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp112 Cursor("cursor", variable
372 const cl::opt<unsigned> &Cursor, in outputXML() argument
380 if (Cursor.getNumOccurrences() != 0) { in outputXML()
478 unsigned CursorPosition = Cursor; in format()
506 outputXML(Replaces, FormatChanges, Status, Cursor, CursorPosition); in format()
526 if (Cursor.getNumOccurrences() != 0) { in format()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2113 DataExtractor::Cursor &Cursor, ArrayRef<uint8_t> Bytes, in decodeKernelDescriptorDirective() argument
2130 switch (Cursor.tell()) { in decodeKernelDescriptorDirective()
2132 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2138 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2144 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2163 DE.skip(Cursor, 8); in decodeKernelDescriptorDirective()
2177 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2181 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2190 TwoByteBuffer = DE.getU16(Cursor); in decodeKernelDescriptorDirective()
2233 TwoByteBuffer = DE.getU16(Cursor); in decodeKernelDescriptorDirective()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp79 CursorSP first_cursor_sp(new Cursor()); in AddFirstFrame()
128 CursorSP cursor_sp(new Cursor()); in GetOneMoreFrame()
457 Cursor *frame_cursor = m_frames[idx].get(); in DoCreateRegisterContextForFrame()

123