Searched refs:USTPUTC (Results 1 – 7 of 7) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | parser.c | 914 USTPUTC(c, out); in readtoken1() 919 USTPUTC(c, out); in readtoken1() 924 USTPUTC(c, out); in readtoken1() 947 USTPUTC(c, out); in readtoken1() 964 USTPUTC(c, out); in readtoken1() 985 USTPUTC(c, out); in readtoken1() 990 USTPUTC(c, out); in readtoken1() 994 USTPUTC(c, out); in readtoken1() 1037 USTPUTC('\0', out); in readtoken1() 1200 USTPUTC('$', out); in readtoken1() [all …]
|
| A D | cd.c | 222 USTPUTC('/', new); in updatepwd() 226 USTPUTC('/', new); in updatepwd() 229 USTPUTC('/', new); in updatepwd() 250 USTPUTC('/', new); in updatepwd()
|
| A D | memalloc.h | 91 #define USTPUTC(c, p) (*p++ = (c)) macro
|
| A D | miscbltin.c | 177 USTPUTC(CTLESC, p); in readcmd() 178 USTPUTC(c, p); in readcmd()
|
| A D | mystring.c | 225 USTPUTC(0, p); in single_quote()
|
| A D | jobs.c | 1456 USTPUTC(c, nextc); in cmdputs() 1462 USTPUTC(c, nextc); in cmdputs() 1466 USTPUTC('"', nextc); in cmdputs()
|
| A D | expand.c | 862 USTPUTC(CTLESC, q); in memtodest() 865 USTPUTC(c, q); in memtodest() 929 USTPUTC(optletters[i], p); in varvalue()
|
Completed in 15 milliseconds