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 - 1
of
1
) 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
;
Completed in 31 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025