HomeSort by: relevance | last modified time | path
    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