Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/sti/ | |
sti.c | 55 unescape(const char **pp, int *state) function in typeref:typename:int 138 while ((c = unescape(&ptr, &state)) != -1) |
/src/usr.bin/seq/ | |
seq.c | 72 char *unescape(char *); 136 sep = unescape(optarg); 139 term = unescape(optarg); 198 fmt = unescape(fmt); 341 * unescape - handle C escapes in a string 344 unescape(char *orig) function in typeref:typename:char * |
/src/usr.bin/sed/ | |
compile.c | 515 unescape(char **pp, char **spp) function in typeref:typename:int 576 if (unescape(&p, &q)) 673 if (unescape(&p, &sp)) |