Lines Matching defs:ibufp

81 char *ibufp;			/* pointer to ed command-line buffer */
273 if (*ibufp != ',' && *ibufp != ';')
275 else if (*ibufp++ == ';')
284 #define SKIP_BLANKS() while (isspace((unsigned char)*ibufp) && *ibufp != '\n') ibufp++
304 for (hd = ibufp;; first = 0)
305 switch (c = *ibufp) {
311 ibufp++;
313 if (isdigit((unsigned char)*ibufp)) {
314 STRTOL(n, ibufp);
323 STRTOL(addr, ibufp);
328 ibufp++;
337 else if (c == *ibufp)
338 ibufp++;
342 ibufp++;
343 if ((addr = get_marked_node_addr(*ibufp++)) < 0)
350 ibufp++;
358 if (ibufp == hd)
412 switch(*ibufp) { \
414 gflag |= GPR, ibufp++; \
417 gflag |= GLS, ibufp++; \
420 gflag |= GNP, ibufp++; \
426 if (*ibufp++ != '\n') { \
461 switch(c = *ibufp++) {
495 } else if (!isspace((unsigned char)*ibufp)) {
526 } else if (!isspace((unsigned char)*ibufp)) {
594 c = *ibufp++;
658 if (!isspace((unsigned char)*ibufp)) {
682 switch(*ibufp) {
688 ibufp++;
692 ibufp++;
696 ibufp++;
700 STRTOL(sgnum, ibufp);
710 } while (sflags && *ibufp != '\n');
716 if (*ibufp != '\n' && *(ibufp + 1) == '\n') {
746 switch(*ibufp) {
748 sgflag |= GPR, ibufp++;
751 sgflag |= GLS, ibufp++;
754 sgflag |= GNP, ibufp++;
787 if ((n = *ibufp) == 'q' || n == 'Q') {
789 ibufp++;
791 if (!isspace((unsigned char)*ibufp)) {
837 else if ('0' < *ibufp && *ibufp <= '9')
838 STRTOL(rows, ibufp);
930 if (*ibufp != '\n') {
932 if (*ibufp == '\n') {
935 } else if ((ibufp = get_extended_line(&n, 1)) == NULL)
937 else if (*ibufp == '!') {
938 ibufp++;
956 for (n = 0; *ibufp != '\n';)
957 file[n++] = *ibufp++;
978 } else if ((s = ibufp = get_extended_line(&j, 1)) == NULL)
982 while (*ibufp != '\n')
983 switch (*ibufp) {
986 buf[i++] = *ibufp;
987 if (*ibufp++ == '\\')
988 buf[i++] = *ibufp++;
991 if (s != ibufp) {
993 buf[i++] = *ibufp++;
1007 s = ibufp++;
1019 s = ibufp++;
1048 } else if (*(lp = ibufp) == '\0')
1051 while (*ibufp++ != '\n')
1053 l = ibufp - lp;