Searched refs:NChars (Results 1 – 8 of 8) sorted by relevance
/dports/lang/mit-scheme/mit-scheme-9.2/src/swat/c/ |
H A D | tk-c.c | 61 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 D | atsynedit_carets.inc | 682 NChars: integer; 687 …NChars:= (FRectMain.Left-ACaretCoordX) * ATEditorCharXScale div FCharSize.XScaled + 1 + AIndentHor… 688 FScrollHorz.NPos:= Max(0, FScrollHorz.NPos-NChars); 694 …NChars:= (ACaretCoordX-FRectMain.Right) * ATEditorCharXScale div FCharSize.XScaled + 2 + AIndentHo… 695 FScrollHorz.NPos:= FScrollHorz.NPos+NChars;
|
H A D | atsynedit.pas | 7637 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 D | e_search.cpp | 913 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 D | fptemplate.pp | 379 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 D | fptemplate.pp | 379 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 D | fptemplate.pp | 379 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 D | formmain_py_api.inc | 2350 NChars, NSelIndex: integer; 2353 …if Bool(PyArg_ParseTuple(Args, 'Lssii:complete_alt', @H, @PtrText, @PtrId, @NChars, @NSelIndex)) t… 2362 fmMain.FPyCompletionProps.CharsLeft:= NChars;
|