OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibufp
(Results
1 - 6
of
6
) sorted by relevancy
/src/bin/ed/
re.c
67
if ((delimiter = *
ibufp
) == ' ') {
70
} else if (delimiter == '\n' || *++
ibufp
== '\n' || *
ibufp
== delimiter) {
104
for (nd =
ibufp
; *nd != delimiter && *nd != '\n'; nd++)
121
len = nd -
ibufp
;
123
memcpy(lhbuf,
ibufp
, len);
125
ibufp
= nd;
sub.c
54
if ((delimiter = *
ibufp
) == '\n') {
60
else if (*
ibufp
== '\n') {
63
} else if (*
ibufp
== delimiter)
64
ibufp
++;
65
if ('1' <= *
ibufp
&& *
ibufp
<= '9') {
66
STRTOL(*np,
ibufp
);
68
} else if (*
ibufp
== 'g') {
69
ibufp
++;
85
char delimiter = *
ibufp
++
[
all
...]
main.c
85
char *
ibufp
; /* pointer to ed command-line buffer */
variable in typeref:typename:char *
295
if (*
ibufp
!= ',' && *
ibufp
!= ';')
297
else if (*
ibufp
++ == ';')
306
#define SKIP_BLANKS() while (isspace((unsigned char)*
ibufp
) && *
ibufp
!= '\n') \
307
ibufp
++
323
for (hd =
ibufp
;; first = 0)
324
switch (c = *
ibufp
) {
330
ibufp
++
[
all
...]
glbl.c
56
if ((delimiter = *
ibufp
) == ' ' || delimiter == '\n') {
61
else if (*
ibufp
== delimiter)
62
ibufp
++;
94
if (!strcmp(
ibufp
, "\n"))
135
ibufp
= cmd;
136
for (; *
ibufp
;)
io.c
225
char *t =
ibufp
;
229
if ((l = t -
ibufp
) < 2 || !has_trailing_escape(
ibufp
,
ibufp
+ l - 1)) {
231
return
ibufp
;
235
memcpy(cvbuf,
ibufp
, l);
278
ibufp
= ibuf;
285
ibufp
= NULL;
294
ibufp
= ibuf;
ed.h
237
extern char *
ibufp
;
Completed in 12 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025