Searched refs:reason (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/port/
H A Dastdynamic.c95 DllMain(HINSTANCE hinst, DWORD reason, VOID* reserved) argument
97 switch (reason)
/ast/src/cmd/nmake/
H A Dmake.c367 reason((1, "%s action changed [#1]", r->name));
564 reason((1, "%s joint sibling %s is out of date", r->name, r1->name));
646 reason((1, "%s [%s] binds to a different file", r->name, timestr(r->time)));
652 reason((1, "%s [%s] has changed [%s]", r->name, timestr(r->time), timestr(r0->time)));
654 reason((1, "%s [%s] has changed in view %s", r->name, timestr(r->time), state.view[r->view].path));
656 reason((1, "%s [%s] has no previous state", r->name, timestr(r->time)));
935 reason((1, "joint metarule target %s [%s] changed [%s]", s, timestr(r4 ? r4->time : (Time_t)0), timestr(r5 ? r5->time : (Time_t)0)));
979 reason((1, "%s action changed [#2]", r->name));
990 reason((1, "%s view %d must be in view %d", r->name, r->view, r->preview));
1050 reason((
[all...]
H A Drule.c454 reason((1, "%s named attributes changed", r->name));
493 reason((1, "%s prerequisite %s re-ordered", r->name, newprereqs->rule->name));
496 reason((1, "%s prerequisite %s added", r->name, newprereqs->rule->name));
502 reason((1, "%s prerequisite %s deleted", r->name, oldprereqs->rule->name));
1156 reason((1, "%s alias has changed to %s", unbound(from), unbound(to)));
H A Dstate.c902 reason((1, "state variable %s changed to `%s' from `%s'", r->name, val, r->statedata));
904 reason((1, "state variable %s initialized to `%s'", r->name, val));
H A Dmake.h104 #define reason(x) do if(EXPLAIN)explain x;while(0) macro
780 unsigned char explain; /* explain reason for actions */
/ast/src/lib/libtksh/src/
H A Dvar.c43 char *reason));
916 VarErrMsg(interp, part1, part2, operation, reason)
921 char *reason; /* String describing why operation failed. */
928 Tcl_AppendResult(interp, "\": ", reason, (char *) NULL);

Completed in 663 milliseconds