Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
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.c177 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_chmod()
H A Drm.c337 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_rm()
H A Dchgrp.c250 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 DRELEASE61 09-06-19 cmd.h,cmdinit.c: add ERROR_CALLBACK for ERROR_NOTIFY main() callback
227 02-11-14 update for cmdinit() 4th arg and ERROR_NOTIFY for interrupt cleanup
H A Dtail.c441 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_tail()
H A Djoin.c824 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_join()
H A Dcp.c695 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in b_cp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h96 # ifndef ERROR_NOTIFY
97 # define ERROR_NOTIFY 1 macro
100 (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
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c199 #ifdef ERROR_NOTIFY in sh_fault()
200 if((error_info.flags&ERROR_NOTIFY) && shp->bltinfun) in sh_fault()
H A Dxec.c1424 if(shp->bltinfun && (error_info.flags&ERROR_NOTIFY)) in sh_exec()
1458 error_info.flags &= ~(ERROR_SILENT|ERROR_NOTIFY); in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Denum.c201 cmdinit(argc, argv, context, ERROR_CATALOG, ERROR_NOTIFY); in enum_create()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE880 include/error.h: add ERROR_NOTIFY context flag for builtin commands