Searched defs:outp (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Duniq.c88 register char *cp, *ep, *mp, *bufp, *outp; local
163 if(outp!=sbufp)
164 sfwrite(fdout,outp,0);
174 outp[f++] = ' ';
175 outp[f++] = '0' + count + 1;
176 outp[f] = ' ';
182 outp[f--] = ' ';
185 outp[f--] = '0' + (count % 10);
188 outp[f--] = ' ';
193 if(outp!
[all...]
H A Dfmt.c57 char* outp; member in struct:Fmt_s
86 if (!fp->outp)
88 while (fp->outp[-1] == ' ')
89 fp->outp--;
90 *fp->outp = 0;
118 if ((d = (fp->outp - cp)) <= 0)
120 else if ((c = fp->outp[-1]) == 'n' && d > 1 && fp->outp[-2] == '\\')
133 fp->outp = 0;
160 fp->outp
[all...]
H A Dtr.c431 register unsigned char* outp = 0; local
458 if (outp >= outend)
464 if ((c = outp - outbuff) > 0)
477 outend = (outp = outbuff) + sfvalue(op);
482 *outp++ = c;
491 if (outbuff && (c = outp - outbuff) >= 0)
/osnet-11/usr/src/lib/libcurses/screen/
H A Dtparm.c257 char *outp = result; local
306 *outp++ = c;
391 (void) sprintf(outp, formatbuffer,
394 (void) sprintf(outp, formatbuffer, op);
396 * Advance outp past what sprintf just did.
402 while (*outp)
403 outp++;
477 *outp++ = (char)op;
487 *outp++ = c;
726 (void) strcpy(outp, adde
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dpp.h73 #define pplastout() ((pp.outp>pp.outbuf)?*(pp.outp-1):pp.lastout)
75 #define pppendout() (pp.outp-pp.outbuf)
76 #define ppputchar(c) (*pp.outp++=(c))
77 #define ppflushout() do{if(pp.outp>pp.outbuf){PPWRITE(pp.outp-pp.outbuf);pp.outp=pp.outbuf;}}while(0)
78 #define ppcheckout() do{if(pp.outp>pp.oute){PPWRITE(PPBUFSIZ);if(pp.outbuf==pp.outb){pp.outbuf+=PPBUFSIZ;pp.oute+=PPBUFSIZ;}else{pp.outbuf-=PPBUFSIZ;memcpy(pp.outbuf,pp.oute,pp.outp-pp.oute);pp.oute-=PPBUFSIZ;pp.outp
410 char* outp; /* outbuf pointer */ member in struct:ppglobals
[all...]

Completed in 47 milliseconds