Home
last modified time | relevance | path

Searched refs:interrupt_node (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/make/
H A Dtarg.h61 extern GNode *begin_node, *end_node, *interrupt_node, *DEFAULT;
H A Dtarg.c125 GNode *begin_node, *end_node, *interrupt_node, *DEFAULT; variable
136 interrupt_node = Targ_mk_constant(NODE_INTERRUPT, in Targ_Init()
H A Djob.c887 if ((interrupt_node->type & OP_DUMMY) == 0) { in handle_fatal_signal()
891 Job_Make(interrupt_node); in handle_fatal_signal()