Searched refs:glob_esc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | main.c | 106 static void glob_esc(char **, const char *, const char *); 699 glob_esc(char **dst, const char *src, const char *suffix) in glob_esc() function 779 glob_esc(&cp, paths->paths[ipath], slman); in fs_lookup() 780 glob_esc(&cp, sec, slash); in fs_lookup() 781 glob_esc(&cp, name, sglob); in fs_lookup() 800 glob_esc(&cp, paths->paths[ipath], slman); in fs_lookup() 801 glob_esc(&cp, secnum, slash); in fs_lookup() 802 glob_esc(&cp, name, dot); in fs_lookup() 803 glob_esc(&cp, sec, aster); in fs_lookup()
|