Searched refs:ERROR_NOTIFY (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libcmd/common/
H A Dcmdinit.c41 flags |= ERROR_NOTIFY;
43 else if (flags & ERROR_NOTIFY)
46 flags &= ~ERROR_NOTIFY;
H A Dmktemp.c81 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
H A Dcmd.h89 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
H A Dchmod.c170 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
H A Drm.c336 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
H A Dchgrp.c249 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
H A Dcksum.c454 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
H A Dcp.c692 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
H A Djoin.c834 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h54 #ifndef ERROR_NOTIFY
55 # define ERROR_NOTIFY 1 macro
99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
H A Derror.h89 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dshcmd.h45 #ifndef ERROR_NOTIFY
46 # define ERROR_NOTIFY 1 macro
90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
H A Derror.h80 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h54 #ifndef ERROR_NOTIFY
55 # define ERROR_NOTIFY 1 macro
99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
H A Derror.h89 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h54 #ifndef ERROR_NOTIFY
55 # define ERROR_NOTIFY 1 macro
99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
H A Derror.h89 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h54 #ifndef ERROR_NOTIFY
55 # define ERROR_NOTIFY 1 macro
99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
H A Derror.h89 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
/osnet-11/usr/src/lib/libcmd/amd64/include/ast/
H A Dcmd.h99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
/osnet-11/usr/src/lib/libcmd/i386/include/ast/
H A Dcmd.h99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
/osnet-11/usr/src/lib/libcmd/sparc/include/ast/
H A Dcmd.h99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
/osnet-11/usr/src/lib/libcmd/sparcv9/include/ast/
H A Dcmd.h99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Denum.c201 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dfault.c199 #ifdef ERROR_NOTIFY
200 if((error_info.flags&ERROR_NOTIFY) && shp->bltinfun)

Completed in 59 milliseconds

12