Home
last modified time | relevance | path

Searched refs:NChars (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/swat/c/
H A Dtk-c.c61 void Allocate_TK_Callback(long NChars) in Allocate_TK_Callback() argument
73 (((NChars_In_TK_Callbacks+NChars)/TK_CALLBACK_CHUNK_SIZE)+1) * in Allocate_TK_Callback()
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datsynedit_carets.inc682 NChars: integer;
687NChars:= (FRectMain.Left-ACaretCoordX) * ATEditorCharXScale div FCharSize.XScaled + 1 + AIndentHor…
688 FScrollHorz.NPos:= Max(0, FScrollHorz.NPos-NChars);
694NChars:= (ACaretCoordX-FRectMain.Right) * ATEditorCharXScale div FCharSize.XScaled + 2 + AIndentHo…
695 FScrollHorz.NPos:= FScrollHorz.NPos+NChars;
H A Datsynedit.pas7637 NChars, NSpaces: integer;
7647 NChars:= SGetIndentChars(StrPrev); //count of chars in indent
7654 StrIndent:= Copy(StrPrev, 1, NChars);
/dports/editors/fte/fte/src/
H A De_search.cpp913 int CCharPos, NChars; in ShowPosition() local
928 NChars = VLine(CP.Row)->Count; in ShowPosition()
976 CCharPos, NChars, in ShowPosition()
/dports/devel/fpc-fcl-base/fpc-3.2.2/packages/fcl-base/src/
H A Dfptemplate.pp379 Procedure AddToString(Var S : String; P : PChar; NChars : Integer);inline;
386 SetLength(S,SLen+NChars);
387 Move(P^,S[Slen+1],NChars);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-base/src/
H A Dfptemplate.pp379 Procedure AddToString(Var S : String; P : PChar; NChars : Integer);inline;
386 SetLength(S,SLen+NChars);
387 Move(P^,S[Slen+1],NChars);
/dports/lang/fpc/fpc-3.2.2/packages/fcl-base/src/
H A Dfptemplate.pp379 Procedure AddToString(Var S : String; P : PChar; NChars : Integer);inline;
386 SetLength(S,SLen+NChars);
387 Move(P^,S[Slen+1],NChars);
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_py_api.inc2350 NChars, NSelIndex: integer;
2353 …if Bool(PyArg_ParseTuple(Args, 'Lssii:complete_alt', @H, @PtrText, @PtrId, @NChars, @NSelIndex)) t…
2362 fmMain.FPyCompletionProps.CharsLeft:= NChars;