Searched refs:strip_escapes (Results 1 – 3 of 3) sorted by relevance
50 fp = (*fn == '!') ? popen(fn + 1, "r") : fopen(strip_escapes(fn), "r"); in read_file()157 fp = (*fn == '!') ? popen(fn+1, "w") : fopen(strip_escapes(fn), mode); in write_file()
225 char *strip_escapes(const char *);
556 printf("%s\n", strip_escapes(old_filename)); in exec_command()1034 j = strlen(s = strip_escapes(old_filename)); in get_shell_command()1337 strip_escapes(const char *s) in strip_escapes() function