Home
last modified time | relevance | path

Searched refs:ERROR_NOTIFY (Results 1 – 25 of 28) sorted by relevance

12

/titanic_50/usr/src/lib/libcmd/common/
H A Dcmdinit.c41 flags |= ERROR_NOTIFY; in _cmd_init()
43 else if (flags & ERROR_NOTIFY) in _cmd_init()
46 flags &= ~ERROR_NOTIFY; in _cmd_init()
H A Dmktemp.c81 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_mktemp()
H A Dcmd.h89 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY); in cmdinit()
H A Dchmod.c170 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_chmod()
H A Drm.c346 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_rm()
H A Dchgrp.c239 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_chgrp()
H A Dcksum.c454 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_cksum()
H A DRELEASE25 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 Dcp.c672 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_cp()
/titanic_50/usr/src/lib/libast/common/include/
H A Dshcmd.h37 #ifndef ERROR_NOTIFY
38 # define ERROR_NOTIFY 1 macro
81 (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
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h46 #ifndef ERROR_NOTIFY
47 # define ERROR_NOTIFY 1 macro
90 (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
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h46 #ifndef ERROR_NOTIFY
47 # define ERROR_NOTIFY 1 macro
90 (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
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h46 #ifndef ERROR_NOTIFY
47 # define ERROR_NOTIFY 1 macro
90 (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
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h46 #ifndef ERROR_NOTIFY
47 # define ERROR_NOTIFY 1 macro
90 (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
/titanic_50/usr/src/lib/libcmd/sparcv9/include/ast/
H A Dcmd.h99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
/titanic_50/usr/src/lib/libcmd/amd64/include/ast/
H A Dcmd.h99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
/titanic_50/usr/src/lib/libcmd/i386/include/ast/
H A Dcmd.h99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
/titanic_50/usr/src/lib/libcmd/sparc/include/ast/
H A Dcmd.h99 error_info.flags |= flags & ~(ERROR_CALLBACK|ERROR_NOTIFY);
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Denum.c200 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in enum_create()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dfault.c188 #ifdef ERROR_NOTIFY in sh_fault()
189 if((error_info.flags&ERROR_NOTIFY) && shp->bltinfun) in sh_fault()

12