Lines Matching refs:status
272 int status = 0;
315 status = do_find_symbol(ptr, &symname_dsc, sym, LIB$M_FIS_MIXEDCASE);
317 if (!$VMS_STATUS_SUCCESS(status))
318 status = do_find_symbol(ptr, &symname_dsc, sym, 0);
320 if (!$VMS_STATUS_SUCCESS(status)) {
332 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
334 if (!$VMS_STATUS_SUCCESS(status))
335 lib$signal(status); /* This is really bad. Abort! */
364 int status;
418 status = sys$parse(&fab, 0, 0);
420 if (!$VMS_STATUS_SUCCESS(status)) {
430 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
432 if (!$VMS_STATUS_SUCCESS(status))
433 lib$signal(status); /* This is really bad. Abort! */