Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dstate.cc47 longjmp(long_jump, LONGJUMP_VALUE);}
50 longjmp(long_jump, LONGJUMP_VALUE); \
96 …endency, FILE *fd, Boolean built_this_run, int *line_length, char *target_name, jmp_buf long_jump);
127 jmp_buf long_jump; in write_state_file() local
201 if (setjmp(long_jump)) { in write_state_file()
307 long_jump); in write_state_file()
357 longjmp(long_jump, LONGJUMP_VALUE); in write_state_file()
413 …pendency, FILE *fd, Boolean built_this_run, int *line_length, char *target_name, jmp_buf long_jump) in print_auto_depes() argument