HomeSort by: relevance | last modified time | path
    Searched refs:USTPUTC (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
parser.c 1785 USTPUTC(CTLESC, o); \
1786 USTPUTC(_ch, o); \
1841 USTPUTC(CTLCNL, out);
1870 USTPUTC(CTLESC, out);
1871 USTPUTC(vc, out);
1935 CHECKSTRSPACE(6, out); /* permit 6 calls to USTPUTC */
1947 USTPUTC(c, out);
1962 USTPUTC(CTLESC, out);
1966 USTPUTC(c, out);
1973 USTPUTC(CTLESC, out)
    [all...]
memalloc.h 74 #define USTPUTC(c, p) (--sstrnleft, *p++ = (c))
expand.c 694 USTPUTC('\n', dest);
706 USTPUTC(CTLESC, dest);
707 USTPUTC(lastc, dest);

Completed in 16 milliseconds