Home
last modified time | relevance | path

Searched refs:CharPos (Results 76 – 100 of 195) sorted by relevance

12345678

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2969 CHAR16 *CharPos; in FileBufferSearch() local
2990 CharPos = StrStr (Current, Str); in FileBufferSearch()
2991 if (CharPos != NULL) { in FileBufferSearch()
2992 Position = CharPos - Current + 1; in FileBufferSearch()
3012 CharPos = StrStr (Line->Buffer, Str); in FileBufferSearch()
3013 if (CharPos != NULL) { in FileBufferSearch()
3014 Position = CharPos - Line->Buffer + 1; in FileBufferSearch()
3264 CHAR16 *CharPos; in FileBufferReplaceAll() local
3279 CharPos = StrStr (Line->Buffer + Column, SearchStr); in FileBufferReplaceAll()
3280 if (CharPos != NULL) { in FileBufferReplaceAll()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2921 CHAR16 *CharPos; in FileBufferSearch() local
2942 CharPos = StrStr (Current, Str); in FileBufferSearch()
2943 if (CharPos != NULL) { in FileBufferSearch()
2944 Position = CharPos - Current + 1; in FileBufferSearch()
2964 CharPos = StrStr (Line->Buffer, Str); in FileBufferSearch()
2965 if (CharPos != NULL) { in FileBufferSearch()
2966 Position = CharPos - Line->Buffer + 1; in FileBufferSearch()
3213 CHAR16 *CharPos; in FileBufferReplaceAll() local
3228 CharPos = StrStr (Line->Buffer + Column, SearchStr); in FileBufferReplaceAll()
3229 if (CharPos != NULL) { in FileBufferReplaceAll()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2921 CHAR16 *CharPos; in FileBufferSearch() local
2942 CharPos = StrStr (Current, Str); in FileBufferSearch()
2943 if (CharPos != NULL) { in FileBufferSearch()
2944 Position = CharPos - Current + 1; in FileBufferSearch()
2964 CharPos = StrStr (Line->Buffer, Str); in FileBufferSearch()
2965 if (CharPos != NULL) { in FileBufferSearch()
2966 Position = CharPos - Line->Buffer + 1; in FileBufferSearch()
3213 CHAR16 *CharPos; in FileBufferReplaceAll() local
3228 CharPos = StrStr (Line->Buffer + Column, SearchStr); in FileBufferReplaceAll()
3229 if (CharPos != NULL) { in FileBufferReplaceAll()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2923 CHAR16 *CharPos;
2944 CharPos = StrStr (Current, Str);
2945 if (CharPos != NULL) {
2946 Position = CharPos - Current + 1;
2966 CharPos = StrStr (Line->Buffer, Str);
2967 if (CharPos != NULL) {
2968 Position = CharPos - Line->Buffer + 1;
3215 CHAR16 *CharPos;
3230 CharPos = StrStr (Line->Buffer + Column, SearchStr);
3231 if (CharPos != NULL) {
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/XML/
H A DUnicodeBuffer.Mod14 CharPos* = LONGINT;
47 offsetFromPos0-: CharPos;
49 endOfBuffer-: CharPos;
53 discardable*: CharPos;
221 len: CharPos;
421 start, end: CharPos);
447 start, end: CharPos);
H A DParser.Mod37 oldCurrLineTab: Buffer.CharPos;
556 cpos: Buffer.CharPos;
557 cstart: Buffer.CharPos;
558 cdelta: Buffer.CharPos;
730 i: DTD.CharPos;
940 oldOffset: Buffer.CharPos;
1042 i: Buffer.CharPos;
1087 colon: DTD.CharPos;
1191 oldCStart: DTD.CharPos;
1336 cend: DTD.CharPos;
[all …]
H A DDTD.Mod39 CharPos* = UnicodeBuffer.CharPos;
117 sourceStart-, sourceEnd-: CharPos;
512 source: String; start, end: CharPos);
520 PROCEDURE (b: Builder) NewCharacters* (source: String; start, end: CharPos;
524 len, i: CharPos;
634 PROCEDURE Copy (source[NO_COPY]: StringVar; start, end: CharPos);
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/graphics/
H A Dsofont.h92 int *CharPos; variable
/dports/games/openmortal/openmortal-0.7/src/
H A Dsge_bm_text.h40 Sint16 *CharPos; member
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/
H A DScanner.Mod137 cpos: InputBuffer.CharPos;
141 currLinePos: InputBuffer.CharPos;
153 cstart: InputBuffer.CharPos;
183 oldOffset: InputBuffer.CharPos;
208 i: InputBuffer.CharPos;
223 PROCEDURE CompareIdent (start: InputBuffer.CharPos;
228 i: InputBuffer.CharPos;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Vectors/
H A DVFileSys.pas618 if (CharPos('*', S, 1) = 0) and (CharPos('?', S, 1) = 0) then begin
633 if CharPos('~', Path, 1) > 0 then begin
650 if CharPos('~', Result, 1) > 0 then
H A DVectStr.pas69 function CharPos(C: Char; const S: String; in CharPos() function
666 function CharPos(C: Char; const S: String; From: Integer): Integer; in CharPos() function
1268 I:=CharPos(#0, S, 1);
1592 I:=CharPos('\', S, 1);
1826 I:=CharPos('[', S, 1);
1832 J:=CharPos(',', Indexes, 1);
1868 I:=CharPos('.', S, 1);
1981 if CharPos(CommentPrefix, S, 1) = 0 then
2008 I:=CharPos(Quote, S, 1);
3300 I:=CharPos('.', Ver, 1);
H A DParseCmd.pas166 J:=CharPos(':', S, 1);
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/XML/Builder/
H A DCanonical.Mod66 start, end: DTD.CharPos);
260 VAR content: DTD.StringVar; contentStart, contentEnd: DTD.CharPos;
271 charsStart, charsEnd: DTD.CharPos;
H A DParserProtocol.Mod321 charsStart, charsEnd: DTD.CharPos;
377 contentStart, contentEnd: DTD.CharPos; baseURI: URI.URI);
391 start, end: DTD.CharPos);
/dports/games/xye/xye-0.12.2/src/
H A Dfont.h61 int CharPos[512]; variable
/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_bm_text.h40 Sint16 *CharPos; member
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-718.0.0/src/
H A Dlib.rs1492 pub fn bytepos_to_file_charpos(&self, bpos: BytePos) -> CharPos { in bytepos_to_file_charpos() argument
1511 CharPos(bpos.to_usize() - self.start_pos.to_usize() - total_extra_bytes as usize) in bytepos_to_file_charpos()
1516 pub fn lookup_file_pos(&self, pos: BytePos) -> (usize, CharPos) { in lookup_file_pos() argument
1536 pub fn lookup_file_pos_with_col_display(&self, pos: BytePos) -> (usize, CharPos, usize) { in lookup_file_pos_with_col_display() argument
1735 pub struct CharPos(pub usize);
1762 pub col: CharPos,
1785 pub start_col: CharPos,
1788 pub end_col: CharPos,
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-722.0.0/src/
H A Dlib.rs1561 pub fn bytepos_to_file_charpos(&self, bpos: BytePos) -> CharPos { in bytepos_to_file_charpos() argument
1580 CharPos(bpos.to_usize() - self.start_pos.to_usize() - total_extra_bytes as usize) in bytepos_to_file_charpos()
1585 pub fn lookup_file_pos(&self, pos: BytePos) -> (usize, CharPos) { in lookup_file_pos() argument
1605 pub fn lookup_file_pos_with_col_display(&self, pos: BytePos) -> (usize, CharPos, usize) { in lookup_file_pos_with_col_display() argument
1804 pub struct CharPos(pub usize);
1831 pub col: CharPos,
1854 pub start_col: CharPos,
1857 pub end_col: CharPos,
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_span/src/
H A Dlib.rs1659 pub fn bytepos_to_file_charpos(&self, bpos: BytePos) -> CharPos { in bytepos_to_file_charpos() argument
1678 CharPos(bpos.to_usize() - self.start_pos.to_usize() - total_extra_bytes as usize) in bytepos_to_file_charpos()
1683 pub fn lookup_file_pos(&self, pos: BytePos) -> (usize, CharPos) { in lookup_file_pos() argument
1703 pub fn lookup_file_pos_with_col_display(&self, pos: BytePos) -> (usize, CharPos, usize) { in lookup_file_pos_with_col_display() argument
1902 pub struct CharPos(pub usize);
1929 pub col: CharPos,
1953 pub start_col: CharPos,
1956 pub end_col: CharPos,
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_span/src/
H A Dlib.rs1561 pub fn bytepos_to_file_charpos(&self, bpos: BytePos) -> CharPos { in bytepos_to_file_charpos() argument
1580 CharPos(bpos.to_usize() - self.start_pos.to_usize() - total_extra_bytes as usize) in bytepos_to_file_charpos()
1585 pub fn lookup_file_pos(&self, pos: BytePos) -> (usize, CharPos) { in lookup_file_pos() argument
1605 pub fn lookup_file_pos_with_col_display(&self, pos: BytePos) -> (usize, CharPos, usize) { in lookup_file_pos_with_col_display() argument
1804 pub struct CharPos(pub usize);
1831 pub col: CharPos,
1854 pub start_col: CharPos,
1857 pub end_col: CharPos,
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dprolog_breakpoints.pl38 [ set_breakpoint/4, % +File, +Line, +CharPos, -Id
39 set_breakpoint/5, % +Owner, +File, +Line, +CharPos, -Id
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/Scanner/
H A DSymList.Mod29 Pos* = InputBuffer.CharPos;
50 pos-: InputBuffer.CharPos;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_browser_font.cc25 RUN_TEST(CharPos, filter); in RunTests()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dpathfn.cpp790 int CharPos=(int)strlen(Field[FieldPos])-CField[FieldPos]--; in GenArcName() local
798 if (CharPos<0) in GenArcName()
801 DateText[J]=Field[FieldPos][CharPos]; in GenArcName()

12345678