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

/freebsd-10.2-release/bin/sh/
H A Dcd.c198 STPUTC('/', p);
206 STPUTC('/', p);
302 STPUTC('/', new);
307 STPUTC('/', new);
H A Dmemalloc.h68 #define STPUTC(c, p) do { if (p == sstrend) p = growstackstr(); *p++ = (c); } while(0) macro
H A Darith_yacc.c366 STPUTC(*p++, concat);
369 STPUTC(' ', concat);
371 STPUTC('\0', concat);
H A Dhistedit.c407 STPUTC(*s++, dest);
409 STPUTC('\0', dest);
H A Dexpand.c171 STPUTC('\0', expdest);
403 STPUTC('\0', expdest);
759 STPUTC('\0', expdest);
902 STPUTC(optlist[i].letter, expdest);
910 STPUTC('\0', expdest);
925 STPUTC(sep, expdest);
1629 STPUTC('\0', expdest);
H A Dparser.c1621 STPUTC(c, out);
1640 STPUTC(c, out);
1644 STPUTC(c, out);
1689 STPUTC(':', out);
1690 STPUTC(c, out);
1714 STPUTC('=', out);
H A Deval.c135 STPUTC(' ', concat);
137 STPUTC('\0', concat);

Completed in 58 milliseconds