OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ibufp
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ed/
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
...]
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
...]
Completed in 24 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025