Home
last modified time | relevance | path

Searched refs:nextc (Results 1 – 7 of 7) sorted by relevance

/third_party/uapp/dash/src/
A Dinput.c88 basepf.nextc = basepf.buf = basebuf;
145 parsefile->nextc = buf; in preadfd()
239 parsefile->nextc[-1] != ' ' && in preadbuffer()
240 parsefile->nextc[-1] != '\t' in preadbuffer()
261 q = parsefile->nextc; in preadbuffer()
314 addtohistory(parsefile->nextc, strlen(parsefile->nextc)); in preadbuffer()
322 out2str(parsefile->nextc); in preadbuffer()
363 sp->prevstring = parsefile->nextc; in pushstring()
372 parsefile->nextc = s; in pushstring()
397 parsefile->nextc = sp->prevstring; in popstring()
[all …]
A Doutput.c90 nextc: 0, end: 0, buf: 0, bufsize: 0, fd: 2, flags: 0
95 nextc: 0, end: 0, buf: 0, bufsize: 0, fd: MEM_OUT, flags: 0
147 nleft = dest->end - dest->nextc; in outmem()
150 dest->nextc = mempcpy(dest->nextc, p, len); in outmem()
181 dest->nextc = dest->buf + offset; in outmem()
187 nleft = dest->end - dest->nextc; in outmem()
249 len = dest->nextc - dest->buf; in flushout()
252 dest->nextc = dest->buf; in flushout()
337 s = dest->nextc; in doformat()
338 olen = dest->end - dest->nextc; in doformat()
[all …]
A Doutput.h49 char *nextc; member
97 output.nextc = output.buf; in freestdout()
112 if (file->nextc == file->end) in outc()
115 *file->nextc = ch; in outc()
116 file->nextc++; in outc()
A Dinput.h71 char *nextc; /* next char in buffer */ member
A Dmkinit.c74 char *nextc; member
398 *text->nextc++ = *s++; in addstr()
415 text->nextc = bp->text; in addchar()
418 *text->nextc++ = c; in addchar()
A Djobs.c1391 char *nextc; in cmdputs() local
1400 nextc = makestrspace((strlen(s) + 1) * 8, cmdnextc); in cmdputs()
1456 USTPUTC(c, nextc); in cmdputs()
1462 USTPUTC(c, nextc); in cmdputs()
1466 USTPUTC('"', nextc); in cmdputs()
1468 *nextc = 0; in cmdputs()
1469 cmdnextc = nextc; in cmdputs()
A Dinit.c156 basepf.nextc = basepf.buf = basebuf; in init()

Completed in 11 milliseconds