OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcursor
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
vi.c
572
int
tcursor
;
local in function:vi_insert
615
tcursor
= Backword(1);
616
memmove(&es->cbuf[
tcursor
], &es->cbuf[es->cursor],
618
es->linelen -= es->cursor -
tcursor
;
619
if (inslen < es->cursor -
tcursor
)
622
inslen -= es->cursor -
tcursor
;
623
es->cursor =
tcursor
;
vi.c
572
int
tcursor
;
local in function:vi_insert
615
tcursor
= Backword(1);
616
memmove(&es->cbuf[
tcursor
], &es->cbuf[es->cursor],
618
es->linelen -= es->cursor -
tcursor
;
619
if (inslen < es->cursor -
tcursor
)
622
inslen -= es->cursor -
tcursor
;
623
es->cursor =
tcursor
;
Completed in 25 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025