Searched refs:do_file (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/include/
H A Ddriver.h36 void do_file(const char *);
/freebsd-9.3-release/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp43 int do_file(const char *filename);
93 nbad += !do_file("-");
96 nbad += !do_file(argv[i]);
143 if (do_file(filename.contents())) {
155 int do_file(const char *filename) function
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dmain.cpp66 void do_file(FILE *fp, const char *filename) function
371 do_file(fp, path);
377 do_file(stdin, "-");
381 do_file(stdin, "-");
388 do_file(fp, argv[i]);
/freebsd-9.3-release/tools/tools/vop_table/
H A Dvop_table.tcl6 proc do_file {file} { procedure
54 do_file [lindex [split $a :] 0]
/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c161 void do_file(char *chatfile);
294 do_file(chat_file);
320 do_file(char *chatfile) function
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dmain.cpp44 void do_file(const char *filename);
251 do_file(strsave(filename.contents()));
301 void do_file(const char *filename) function
630 do_file("-");
633 do_file(argv[i]);
/freebsd-9.3-release/crypto/openssh/
H A Dssh-add.c383 do_file(AuthenticationConnection *ac, int deleting, int key_only, char *file) function
507 if (do_file(ac, deleting, key_only, buf) == -1)
516 if (do_file(ac, deleting, key_only, argv[i]) == -1)
/freebsd-9.3-release/sbin/rcorder/
H A Drcorder.c133 void do_file(filenode *fnode);
619 * calling do_file() (enter recursion) for each filenode in this
657 * do_file(first_member_of(provision_list));
660 do_file(head->next->fnode);
698 * NOTE: do_file() is called recursively from several places and cannot
703 do_file(filenode *fnode) function
710 DPRINTF((stderr, "do_file on %s.\n", fnode->filename));
791 * pick an arbitrary f, and do_file(f)
805 do_file(fn_head->next);
/freebsd-9.3-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp103 static int do_file(const char *filename);
124 parser_t parser = do_file;
451 static int do_file(const char *filename)
/freebsd-9.3-release/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp720 do_file("-");
722 do_file(argv[optind++]);
/freebsd-9.3-release/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp694 do_file("-");
697 do_file(argv[i]);
/freebsd-9.3-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp226 static int do_file(const char *filename);
1736 ok = do_file(argv[i]);
1745 do_file("-");
1756 static int do_file(const char *filename) function
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Drefer.cpp106 static void do_file(const char *);
374 do_file("-");
381 do_file(argv[i]);
422 static void do_file(const char *filename) function
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dps.cpp571 void do_file(char *, const environment *);
1534 { "file", &ps_printer::do_file },
1611 void ps_printer::do_file(char *arg, const environment *env)
1867 do_file("-");
1870 do_file(argv[i]);
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp966 do_file("-");
969 do_file(argv[i]);
/freebsd-9.3-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp895 do_file("-");
898 do_file(argv[i]);
/freebsd-9.3-release/contrib/groff/src/libs/libdriver/
H A Dinput.cpp36 All parsed information is processed within the function do_file().
130 local to the do_file() function)
136 within do_file() instead of sending to pr?
372 // parser environment, created and deleted by each run of do_file()
1312 This is the part of the do_file() parser that scans the graphical
1436 This is the part of the do_file() parser that scans the device
1545 /* do_file():
1551 do_file(const char *filename) function
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2008 void do_file (char *, const environment *);
5041 do_file("-");
5044 do_file(argv[i]);

Completed in 438 milliseconds