Searched refs:STPUTC (Results 1 – 8 of 8) sorted by relevance
| /src/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 | 366 STPUTC(*p++, concat); in letcmd() 369 STPUTC(' ', concat); in letcmd() 371 STPUTC('\0', concat); in letcmd()
|
| H A D | expand.c | 172 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 D | memalloc.h | 68 #define STPUTC(c, p) do { if (p == sstrend) p = growstackstr(); *p++ = (c); } while(0) macro
|
| H A D | parser.c | 1652 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 D | histedit.c | 477 STPUTC(*s++, dest); in fc_replace() 479 STPUTC('\0', dest); in fc_replace()
|
| H A D | eval.c | 128 STPUTC(' ', concat); in evalcmd() 130 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 */
|