Home
last modified time | relevance | path

Searched refs:CharPos (Results 51 – 75 of 195) sorted by relevance

12345678

/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/XML/Basic/
H A DElement.Mod10 CharPos* = DTD.CharPos;
193 charsStart, charsEnd: CharPos);
289 charsStart, charsEnd: CharPos);
335 charsStart, charsEnd: CharPos);
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A DSFont.h57 int CharPos[512]; member
/dports/games/xgalaga-sdl/xgalaga-sdl-2.1.1.0-sdl/src/
H A DSFont.h49 int CharPos[512];
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/coverage/
H A Dmod.rs32 use rustc_span::{CharPos, ExpnKind, Pos, SourceFile, Span, Symbol};
512 let CharPos(char_pos) = start_col; in make_code_region() localVariable
514 start_col = CharPos(char_pos - 1); in make_code_region()
516 end_col = CharPos(char_pos + 1); in make_code_region()
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample.pas546 function CharPos(C: Char; const S: string; Offset: Integer = 1): Integer; in CharPos() function
709 p := CharPos(Brake, S);
722 p := CharPos(Brake, S);
749 p := CharPos(Brake, S);
760 p := CharPos(Brake, S);
787 p := CharPos(Start, S);
791 fin := CharPos(Finish, S, p + 1);
941 fin := CharPos(Separators, S);
945 fin := CharPos(Separators, S, p);
2108 p := CharPos(RangeInnerSeparator, r);
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dexample.pas546 function CharPos(C: Char; const S: string; Offset: Integer = 1): Integer; in CharPos() function
709 p := CharPos(Brake, S);
722 p := CharPos(Brake, S);
749 p := CharPos(Brake, S);
760 p := CharPos(Brake, S);
787 p := CharPos(Start, S);
791 fin := CharPos(Finish, S, p + 1);
941 fin := CharPos(Separators, S);
945 fin := CharPos(Separators, S, p);
2108 p := CharPos(RangeInnerSeparator, r);
[all …]
/dports/games/pengpong/pengpong-0.3_13/
H A DSFont.h18 int CharPos[512]; member
/dports/devel/cquery/cquery-20180718/src/
H A Dlex_utils.h17 lsPosition CharPos(std::string_view search,
/dports/games/openssn/openssn/src/
H A DSFont.h23 int CharPos[512]; member
/dports/games/rockdodger/rockdodger-1.1.4/
H A DSFont.h20 int CharPos[512]; member
/dports/games/barrage/barrage-1.0.5/src/
H A DSFont.h25 int CharPos[512]; member
/dports/games/bumprace/karlb-bumprace-e73baa9e7465/src/
H A Dfont.h52 int CharPos[512]; member
/dports/games/black-box/black-box-1.4.8/src/
H A DSFont.h52 int CharPos[512]; member
/dports/games/nuclearchess/nuclearchess-1.0.0/src/
H A DSFont.h25 int CharPos[512]; member
/dports/games/penguin-command/penguin-command-1.6.11/src/
H A DSFont.h18 int CharPos[512]; member
/dports/devel/p5-SDL/SDL-2.548/src/SDLx/
H A DSFont.h42 int CharPos[512]; member
/dports/games/gnujump/gnujump-1.0.8/src/
H A DSFont.h68 int CharPos[512]; member
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynbeautifier.pas402 (ACaret.CharPos > 1) and
406 (GetIndentForLine(FCurrentEditor, ACaret.LineText, True) = ACaret.CharPos - 1)
411 ACaret.CharPos := x;
447 ACaret.CharPos := Indent + 1;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynbeautifier.pas402 (ACaret.CharPos > 1) and
406 (GetIndentForLine(FCurrentEditor, ACaret.LineText, True) = ACaret.CharPos - 1)
411 ACaret.CharPos := x;
447 ACaret.CharPos := Indent + 1;
/dports/emulators/qemu60/qemu-6.0.0/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/emulators/qemu/qemu-6.2.0/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/emulators/qemu-utils/qemu-4.2.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/emulators/qemu5/qemu-5.2.0/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/emulators/qemu42/qemu-4.2.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/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2923 CHAR16 *CharPos; in FileBufferSearch() local
2944 CharPos = StrStr (Current, Str); in FileBufferSearch()
2945 if (CharPos != NULL) { in FileBufferSearch()
2946 Position = CharPos - Current + 1; in FileBufferSearch()
2966 CharPos = StrStr (Line->Buffer, Str); in FileBufferSearch()
2967 if (CharPos != NULL) { in FileBufferSearch()
2968 Position = CharPos - Line->Buffer + 1; in FileBufferSearch()
3215 CHAR16 *CharPos; in FileBufferReplaceAll() local
3230 CharPos = StrStr (Line->Buffer + Column, SearchStr); in FileBufferReplaceAll()
3231 if (CharPos != NULL) { in FileBufferReplaceAll()
[all …]

12345678