Searched refs:ibufp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/text_cmds-88/ed/
H A Dre.c51 if ((delimiter = *ibufp) == ' ') {
54 } else if (delimiter == '\n' || *++ibufp == '\n' || *ibufp == delimiter) {
90 for (nd = ibufp; *nd != delimiter && *nd != '\n'; nd++)
107 len = nd - ibufp;
109 memcpy(lhbuf, ibufp, len);
111 ibufp = nd;
H A Dsub.c46 if ((delimiter = *ibufp) == '\n') {
52 else if (*ibufp == '\n') {
55 } else if (*ibufp == delimiter)
56 ibufp++;
57 if ('1' <= *ibufp && *ibufp <= '9') {
58 STRTOL(*np, ibufp);
60 } else if (*ibufp == 'g') {
61 ibufp++;
77 char delimiter = *ibufp
[all...]
H A Dmain.c84 char *ibufp; /* pointer to ed command-line buffer */ variable
288 if (*ibufp != ',' && *ibufp != ';')
290 else if (*ibufp++ == ';')
299 #define SKIP_BLANKS() while (isspace((unsigned char)*ibufp) && *ibufp != '\n') ibufp++
320 for (hd = ibufp;; first = 0)
321 switch (c = *ibufp) {
327 ibufp
[all...]
H A Dglbl.c49 if ((delimiter = *ibufp) == ' ' || delimiter == '\n') {
54 else if (*ibufp == delimiter)
55 ibufp++;
88 } else if (!strcmp(ibufp, "\n"))
126 ibufp = cmd;
127 for (; *ibufp;)
H A Dio.c219 char *t = ibufp;
223 if ((l = t - ibufp) < 2 || !has_trailing_escape(ibufp, ibufp + l - 1)) {
225 return ibufp;
229 memcpy(cvbuf, ibufp, l);
272 ibufp = ibuf;
279 ibufp = NULL;
288 ibufp = ibuf;
H A Ded.h263 extern char *ibufp;
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dtty.c1232 u_char *ibufp, *obufp; local
1319 ibufp = obufp = NULL;
1382 ibufp = inpacket_buf;
1383 nibuf = read(ifd, ibufp, PPP_MRU + PPP_HDRLEN);
1404 if (!record_write(recordf, 2, ibufp, nibuf, &lasttime))
1458 n = write(pty_master, ibufp, n);
1468 ibufp += n;

Completed in 134 milliseconds