Searched refs:STPUTC (Results 1 – 8 of 8) sorted by relevance
/freebsd/bin/sh/ |
H A D | cd.c | 194 STPUTC('/', p); in cdlogical() 202 STPUTC('/', p); in cdlogical() 296 STPUTC('/', new); in findcwd() 301 STPUTC('/', new); in findcwd()
|
H A D | arith_yacc.c | 364 STPUTC(*p++, concat); in letcmd() 367 STPUTC(' ', concat); in letcmd() 369 STPUTC('\0', concat); in letcmd()
|
H A D | expand.c | 170 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 D | memalloc.h | 68 #define STPUTC(c, p) do { if (p == sstrend) p = growstackstr(); *p++ = (c); } while(0) macro
|
H A D | parser.c | 1650 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 D | histedit.c | 475 STPUTC(*s++, dest); in fc_replace() 477 STPUTC('\0', dest); in fc_replace()
|
H A D | eval.c | 126 STPUTC(' ', concat); in evalcmd() 128 STPUTC('\0', concat); in evalcmd()
|
H A D | TOUR | 55 STPUTC: If the stack were contiguous, it would be easy to store 64 STPUTC(c, p); /* repeated as many times as needed */
|