Home
last modified time | relevance | path

Searched refs:STPUTC (Results 1 – 8 of 8) sorted by relevance

/src/bin/sh/
H A Dcd.c194 STPUTC('/', p); in cdlogical()
202 STPUTC('/', p); in cdlogical()
296 STPUTC('/', new); in findcwd()
301 STPUTC('/', new); in findcwd()
H A Darith_yacc.c366 STPUTC(*p++, concat); in letcmd()
369 STPUTC(' ', concat); in letcmd()
371 STPUTC('\0', concat); in letcmd()
H A Dexpand.c172 STPUTC('\0', p); in nextword()
242 STPUTC('\0', expdest); in expandarg()
422 STPUTC('\0', expdest); in expari()
775 STPUTC('\0', expdest); in evalvar()
971 STPUTC('\0', expdest); in varvalue()
996 STPUTC('\0', expdest); in varvalue()
1447 STPUTC('\0', expdest); in casematch()
H A Dmemalloc.h68 #define STPUTC(c, p) do { if (p == sstrend) p = growstackstr(); *p++ = (c); } while(0) macro
H A Dparser.c1652 STPUTC(c, out); in readtoken1()
1674 STPUTC(c, out); in readtoken1()
1723 STPUTC(':', out); in readtoken1()
1725 STPUTC(c, out); in readtoken1()
1749 STPUTC('=', out); in readtoken1()
H A Dhistedit.c477 STPUTC(*s++, dest); in fc_replace()
479 STPUTC('\0', dest); in fc_replace()
H A Deval.c128 STPUTC(' ', concat); in evalcmd()
130 STPUTC('\0', concat); in evalcmd()
H A DTOUR55 STPUTC: If the stack were contiguous, it would be easy to store
64 STPUTC(c, p); /* repeated as many times as needed */