Searched refs:glob_esc (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.bin/mandoc/ |
| D | main.c | 105 static void glob_esc(char **, const char *, const char *); 685 glob_esc(char **dst, const char *src, const char *suffix) in glob_esc() function 765 glob_esc(&cp, paths->paths[ipath], slman); in fs_lookup() 766 glob_esc(&cp, sec, slash); in fs_lookup() 767 glob_esc(&cp, name, sglob); in fs_lookup() 786 glob_esc(&cp, paths->paths[ipath], slman); in fs_lookup() 787 glob_esc(&cp, secnum, slash); in fs_lookup() 788 glob_esc(&cp, name, dot); in fs_lookup() 789 glob_esc(&cp, sec, aster); in fs_lookup()
|