Searched refs:STPUTC (Results 1 - 10 of 10) sorted by relevance

/system/core/sh/
H A Dcd.c171 STPUTC('/', p);
179 STPUTC('/', p);
183 STPUTC(*q++, p);
274 STPUTC(*p++, new);
282 STPUTC('/', new);
284 STPUTC(*p++, new);
288 STPUTC('/', new);
H A Darith.y156 STPUTC(*p++, concat);
159 STPUTC(' ', concat);
161 STPUTC('\0', concat);
H A Dexpand.c147 STPUTC('\0', expdest);
206 STPUTC(c, expdest);
214 STPUTC(c, expdest);
216 STPUTC(c, expdest);
235 STPUTC(c, expdest);
247 STPUTC(c, expdest);
292 STPUTC(CTLESC, expdest);
293 STPUTC(c, expdest);
454 STPUTC(CTLESC, dest);
455 STPUTC(last
[all...]
H A Dmiscbltin.c139 STPUTC(c, p);
153 STPUTC(c, p);
160 STPUTC(c, p);
171 STPUTC(c, p);
181 STPUTC(c, p);
H A Dmemalloc.h68 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c))) macro
H A Dhistedit.c457 STPUTC(*r++, dest);
461 STPUTC(*s++, dest);
H A Darith.c1546 STPUTC(*p++, concat);
1549 STPUTC(' ', concat);
1551 STPUTC('\0', concat);
H A Dparser.c1295 STPUTC(c, out);
1311 STPUTC('=', out);
1426 * stream (via the STPUTC after the
1433 STPUTC('\\', pout);
1449 STPUTC(pc, pout);
1452 STPUTC('\0', pout);
H A Dexec.c241 STPUTC(c, outp);
243 STPUTC('\0', outp);
H A Deval.c177 STPUTC(*p++, concat);
180 STPUTC(' ', concat);
182 STPUTC('\0', concat);

Completed in 53 milliseconds