Searched refs:STPUTC (Results 1 - 9 of 9) sorted by path

/netbsd-current/bin/sh/
H A Darithmetic.c487 STPUTC(*p++, concat);
490 STPUTC(' ', concat);
492 STPUTC('\0', concat);
H A Dcd.c178 STPUTC('/', p);
186 STPUTC('/', p);
190 STPUTC(*q++, p);
288 STPUTC(*p++, new);
296 STPUTC('/', new);
298 STPUTC(*p++, new);
302 STPUTC('/', new);
H A Deval.c196 STPUTC(*p++, concat);
199 STPUTC(' ', concat);
201 STPUTC('\0', concat);
H A Dexec.c304 STPUTC(c, outp);
306 STPUTC('\0', outp);
H A Dexpand.c202 STPUTC('\0', expdest);
292 STPUTC(c, expdest);
297 STPUTC(c, expdest);
301 STPUTC('\n', expdest); /* no line_number++ */
309 STPUTC(c, expdest);
315 STPUTC(c, expdest);
317 STPUTC(c, expdest);
363 STPUTC(c, expdest);
377 STPUTC(c, expdest);
428 STPUTC(
[all...]
H A Dhistedit.c567 STPUTC(*r++, dest);
571 STPUTC(*s++, dest);
H A Dmemalloc.h73 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c))) macro
H A Dmiscbltin.c168 STPUTC(c, p);
175 STPUTC(c, p);
189 STPUTC(c, p);
200 STPUTC(c, p);
214 STPUTC('\0', p);
H A Dparser.c896 STPUTC(c, out);
914 STPUTC(c, out);
917 STPUTC(c, out);
922 STPUTC(c, out); /* keep the char */
937 STPUTC('\0', out);
957 STPUTC(CTLNONL, str);
1482 STPUTC('\\', out);
1502 STPUTC(pc, out);
1504 STPUTC('\0', out);
1568 STPUTC(CTLBACK
[all...]

Completed in 486 milliseconds