Searched refs:soelim_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/mandoc/
H A Dsoelim.c90 soelim_file(FILE *f, int flag) function
126 if (soelim_file(soelim_fopen(walk), flag) == 1) {
174 ret = soelim_file(stdin, flags);
177 ret = soelim_file(soelim_fopen(argv[i]), flags);
/freebsd-current/usr.bin/soelim/
H A Dsoelim.c82 soelim_file(FILE *f, int flag) function
118 if (soelim_file(soelim_fopen(walk), flag) == 1) {
166 ret = soelim_file(stdin, flags);
169 ret = soelim_file(soelim_fopen(argv[i]), flags);

Completed in 68 milliseconds