Searched refs:glob_esc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | main.c | 106 static void glob_esc(char **, const char *, const char *); 742 glob_esc(char **dst, const char *src, const char *suffix) in glob_esc() function 822 glob_esc(&cp, paths->paths[ipath], slman); in fs_lookup() 823 glob_esc(&cp, sec, slash); in fs_lookup() 824 glob_esc(&cp, name, sglob); in fs_lookup() 843 glob_esc(&cp, paths->paths[ipath], slman); in fs_lookup() 844 glob_esc(&cp, secnum, slash); in fs_lookup() 845 glob_esc(&cp, name, dot); in fs_lookup() 846 glob_esc(&cp, sec, aster); in fs_lookup()
|