OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xep
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
emacs.c
87
static char *
xep
; /* current end */
variable in typeref:typename:char *
330
xlp = xcp =
xep
= buf;
387
i =
xep
- xbuf;
440
if (
xep
+len >= xend) {
445
memmove(xcp+len, xcp,
xep
- xcp + 1);
448
xep
+= len;
516
int nleft =
xep
- xcp;
552
xep
-= nc;
559
memmove(xcp, xcp+nc,
xep
- xcp + 1); /* Copies the null */
651
if (cp ==
xep
) {
[
all
...]
emacs.c
87
static char *
xep
; /* current end */
variable in typeref:typename:char *
330
xlp = xcp =
xep
= buf;
387
i =
xep
- xbuf;
440
if (
xep
+len >= xend) {
445
memmove(xcp+len, xcp,
xep
- xcp + 1);
448
xep
+= len;
516
int nleft =
xep
- xcp;
552
xep
-= nc;
559
memmove(xcp, xcp+nc,
xep
- xcp + 1); /* Copies the null */
651
if (cp ==
xep
) {
[
all
...]
Completed in 26 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025