Home
last modified time | relevance | path

Searched refs:possible_command (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp69 class possible_command { class
76 possible_command();
77 ~possible_command();
96 possible_command commands[NCOMMANDS];
518 possible_command::possible_command() in possible_command() function in possible_command
523 possible_command::~possible_command() in ~possible_command()
529 void possible_command::set_name(const char *s) in set_name()
535 void possible_command::set_name(const char *s1, const char *s2) in set_name()
543 const char *possible_command::get_name() in get_name()
548 void possible_command::clear_args() in clear_args()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.115709 (possible_command::insert_arg): New function.
1251 * groff/groff.cc (possible_command::set_name): Delete old name.
1253 * groff/groff.cc (possible_command::~possible_command): Use
2391 * groff.c (possible_command::prepend_arg): Deleted.
3208 * groff.c (possible_command::execp): Always use _exit() after a
3553 * groff.c (possible_command::print): Implement using
3755 * groff.c (possible_command::prepend_arg): New function.
H A DChangeLog.116115 (possible_command::print): Use BSHELL_DASH_C and IS_BSHELL instead
H A DChangeLog.1183668 * src/roff/groff/groff.cc (possible_command::insert_args): New