OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:putbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
vi.c
48
static int
putbuf
ARGS((const char *, int, int));
306
if (
putbuf
("/", 1, 0) != 0) {
309
} else if (
putbuf
("?", 1, 0) != 0)
317
putbuf
(ksh_version + 4,
841
while (
putbuf
(ybuf, yanklen, 0) == 0 && --argcnt > 0)
852
while (
putbuf
(ybuf, yanklen, 0) == 0 && --argcnt > 0)
1078
if (
putbuf
(space, 1, 0) != 0)
1080
else if (
putbuf
(sp, argcnt, 0) != 0)
1309
if (
putbuf
(ibuf, inslen, insert==REPLACE) != 0)
1473
return
putbuf
(s, len, 0)
1477
putbuf
(buf, len, repl)
function
[
all
...]
vi.c
48
static int
putbuf
ARGS((const char *, int, int));
306
if (
putbuf
("/", 1, 0) != 0) {
309
} else if (
putbuf
("?", 1, 0) != 0)
317
putbuf
(ksh_version + 4,
841
while (
putbuf
(ybuf, yanklen, 0) == 0 && --argcnt > 0)
852
while (
putbuf
(ybuf, yanklen, 0) == 0 && --argcnt > 0)
1078
if (
putbuf
(space, 1, 0) != 0)
1080
else if (
putbuf
(sp, argcnt, 0) != 0)
1309
if (
putbuf
(ibuf, inslen, insert==REPLACE) != 0)
1473
return
putbuf
(s, len, 0)
1477
putbuf
(buf, len, repl)
function
[
all
...]
Completed in 24 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025