Searched refs:coquote (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libcoshell/ |
H A D | coquote.c | 32 coquote(register Sfio_t* sp, register const char* s, int type) function
|
H A D | procrun.c | 48 coquote(tmp, s, 0);
|
H A D | Makefile | 13 cowait.c cokill.c cosync.c coquote.c codata.c \
|
H A D | coinit.c | 65 * if n prefixed by % then coquote conversion enabled 94 coquote(sp, v, cvt); 228 coquote(sp, e + m + 1, 0); 258 coquote(sp, ex->value, 0); 286 coquote(sp, t, !old); 342 coquote(sp, s, !old);
|
H A D | coshell.h | 130 extern void coquote(Sfio_t*, const char*, int);
|
H A D | coexec.c | 266 coquote(sp, action, 0); 301 coquote(tp, s, 0); 341 coquote(sp, action, 0); 391 coquote(tp, s, 0);
|
H A D | coopen.c | 279 coquote(sp, t, 0); 284 coquote(sp, attributes, 0);
|
Completed in 1553 milliseconds