Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dcd.c178 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 Darithmetic.c487 STPUTC(*p++, concat); in expcmd()
490 STPUTC(' ', concat); in expcmd()
492 STPUTC('\0', concat); in expcmd()
H A Dmemalloc.h73 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c))) macro
H A Dexec.c304 STPUTC(c, outp); in execinterp()
306 STPUTC('\0', outp); in execinterp()
H A DTOUR107 STPUTC: If the stack were contiguous, it would be easy to store
116 STPUTC(c, p); /* repeated as many times as needed */