/titanic_50/usr/src/lib/libcmd/common/ |
H A D | cmdinit.c | 41 flags |= ERROR_NOTIFY; in _cmd_init() 43 else if (flags & ERROR_NOTIFY) in _cmd_init() 46 flags &= ~ERROR_NOTIFY; in _cmd_init()
|
H A D | mktemp.c | 81 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_mktemp()
|
H A D | cmd.h | 89 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY); in cmdinit()
|
H A D | chmod.c | 170 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_chmod()
|
H A D | rm.c | 346 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_rm()
|
H A D | chgrp.c | 239 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_chgrp()
|
H A D | cksum.c | 454 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_cksum()
|
H A D | RELEASE | 25 09-06-19 cmd.h,cmdinit.c: add ERROR_CALLBACK for ERROR_NOTIFY main() callback 191 02-11-14 update for cmdinit() 4th arg and ERROR_NOTIFY for interrupt cleanup
|
H A D | cp.c | 672 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_cp()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | shcmd.h | 37 #ifndef ERROR_NOTIFY 38 # define ERROR_NOTIFY 1 macro 81 (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
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | shcmd.h | 46 #ifndef ERROR_NOTIFY 47 # define ERROR_NOTIFY 1 macro 90 (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
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | shcmd.h | 46 #ifndef ERROR_NOTIFY 47 # define ERROR_NOTIFY 1 macro 90 (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
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | shcmd.h | 46 #ifndef ERROR_NOTIFY 47 # define ERROR_NOTIFY 1 macro 90 (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
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | shcmd.h | 46 #ifndef ERROR_NOTIFY 47 # define ERROR_NOTIFY 1 macro 90 (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
|
/titanic_50/usr/src/lib/libcmd/sparcv9/include/ast/ |
H A D | cmd.h | 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/titanic_50/usr/src/lib/libcmd/amd64/include/ast/ |
H A D | cmd.h | 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/titanic_50/usr/src/lib/libcmd/i386/include/ast/ |
H A D | cmd.h | 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/titanic_50/usr/src/lib/libcmd/sparc/include/ast/ |
H A D | cmd.h | 99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | enum.c | 200 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in enum_create()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | fault.c | 188 #ifdef ERROR_NOTIFY in sh_fault() 189 if((error_info.flags&ERROR_NOTIFY) && shp->bltinfun) in sh_fault()
|