HomeSort by: relevance | last modified time | path
    Searched defs:donotify (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/csh/
proc.c 1218 * donotify - flag the job so as to report termination asynchronously
1222 donotify(Char **v, struct command *t) function
proc.c 1218 * donotify - flag the job so as to report termination asynchronously
1222 donotify(Char **v, struct command *t) function
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 3757 bool donotify = true; local
3769 donotify = cfg_obj_asboolean(obj);
3776 donotify = false;
3783 if (tresult == ISC_R_SUCCESS && !donotify) {
3795 if (tresult == ISC_R_SUCCESS && donotify) {
check.c 3757 bool donotify = true; local
3769 donotify = cfg_obj_asboolean(obj);
3776 donotify = false;
3783 if (tresult == ISC_R_SUCCESS && !donotify) {
3795 if (tresult == ISC_R_SUCCESS && donotify) {

Completed in 97 milliseconds