Searched defs:command_template (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc193 if (line->body.line.command_template == NULL) {
194 line->body.line.command_template = source_line->body.line.command_template;
692 line->body.line.command_template = default_rule;
723 (command->body.line.command_template != NULL)) {
1202 if (line->body.line.command_template != NULL) {
2161 register Cmd_line command_template = line->body.line.command_template; local
2325 command_template != NULL;
2326 command_template
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h543 struct _Cmd_line *command_template; member in struct:_Percent
566 struct _Cmd_line *command_template; member in struct:Line
631 struct _Cmd_line *command_template; member in struct:Suffix

Completed in 77 milliseconds