Home
last modified time | relevance | path

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

/freebsd/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.c364 STPUTC(*p++, concat); in letcmd()
367 STPUTC(' ', concat); in letcmd()
369 STPUTC('\0', concat); in letcmd()
H A Dexpand.c170 STPUTC('\0', p); in nextword()
240 STPUTC('\0', expdest); in expandarg()
420 STPUTC('\0', expdest); in expari()
773 STPUTC('\0', expdest); in evalvar()
969 STPUTC('\0', expdest); in varvalue()
994 STPUTC('\0', expdest); in varvalue()
1445 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.c1650 STPUTC(c, out); in readtoken1()
1672 STPUTC(c, out); in readtoken1()
1721 STPUTC(':', out); in readtoken1()
1723 STPUTC(c, out); in readtoken1()
1747 STPUTC('=', out); in readtoken1()
H A Dhistedit.c475 STPUTC(*s++, dest); in fc_replace()
477 STPUTC('\0', dest); in fc_replace()
H A Deval.c126 STPUTC(' ', concat); in evalcmd()
128 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 */