Home
last modified time | relevance | path

Searched refs:print_commands (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dcommands.h39 extern void print_commands PARAMS ((struct commands *cmds));
H A Dcommands.c595 print_commands (struct commands *cmds) in print_commands() function
H A Drule.c539 print_commands (r->cmds); in print_rule()
H A Dfile.c980 print_commands (f->cmds); in print_file()
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp99 void print_commands(FILE *);
427 print_commands(Vflag == 1 ? stdout : stderr); in main()
495 void print_commands(FILE *fp) in print_commands() function
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog3041 * src/roff/groff/groff.cpp (print_commands): Accept file handle as