Searched refs:STPUTC (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/bin/sh/ |
| H A D | cd.c | 178 STPUTC('/', p); in docd() 186 STPUTC('/', p); in docd() 190 STPUTC(*q++, p); in docd() 288 STPUTC(*p++, new); in updatepwd() 296 STPUTC('/', new); in updatepwd() 298 STPUTC(*p++, new); in updatepwd() 302 STPUTC('/', new); in updatepwd()
|
| H A D | arithmetic.c | 487 STPUTC(*p++, concat); in expcmd() 490 STPUTC(' ', concat); in expcmd() 492 STPUTC('\0', concat); in expcmd()
|
| H A D | memalloc.h | 73 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c))) macro
|
| H A D | exec.c | 304 STPUTC(c, outp); in execinterp() 306 STPUTC('\0', outp); in execinterp()
|
| H A D | TOUR | 107 STPUTC: If the stack were contiguous, it would be easy to store 116 STPUTC(c, p); /* repeated as many times as needed */
|