/osnet-11/usr/src/lib/libcmd/common/ |
H A D | cmdinit.c | 41 flags |= ERROR_NOTIFY; 43 else if (flags & ERROR_NOTIFY) 46 flags &= ~ERROR_NOTIFY;
|
H A D | mktemp.c | 81 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
|
H A D | cmd.h | 89 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
H A D | chmod.c | 170 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
|
H A D | rm.c | 336 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
|
H A D | chgrp.c | 249 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
|
H A D | cksum.c | 454 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
|
H A D | cp.c | 692 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
|
H A D | join.c | 834 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | shcmd.h | 54 #ifndef ERROR_NOTIFY 55 # define ERROR_NOTIFY 1 macro 99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
H A D | error.h | 89 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | shcmd.h | 45 #ifndef ERROR_NOTIFY 46 # define ERROR_NOTIFY 1 macro 90 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
H A D | error.h | 80 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | shcmd.h | 54 #ifndef ERROR_NOTIFY 55 # define ERROR_NOTIFY 1 macro 99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
H A D | error.h | 89 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | shcmd.h | 54 #ifndef ERROR_NOTIFY 55 # define ERROR_NOTIFY 1 macro 99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
H A D | error.h | 89 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | shcmd.h | 54 #ifndef ERROR_NOTIFY 55 # define ERROR_NOTIFY 1 macro 99 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
H A D | error.h | 89 #define ERROR_NOTIFY 0x0004 /* main(-sig,0,ctx) on signal */ macro
|
/osnet-11/usr/src/lib/libcmd/amd64/include/ast/ |
H A D | cmd.h | 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/osnet-11/usr/src/lib/libcmd/i386/include/ast/ |
H A D | cmd.h | 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/osnet-11/usr/src/lib/libcmd/sparc/include/ast/ |
H A D | cmd.h | 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/osnet-11/usr/src/lib/libcmd/sparcv9/include/ast/ |
H A D | cmd.h | 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | enum.c | 201 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY);
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | fault.c | 199 #ifdef ERROR_NOTIFY 200 if((error_info.flags&ERROR_NOTIFY) && shp->bltinfun)
|