Home
last modified time | relevance | path

Searched refs:NV_FUNCTION (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h131 #define NV_FUNCTION (NV_RJUST|NV_FUNCT) /* value is shell function */ macro
149 #define is_afunction(n) (nv_isattr(n,NV_FUNCTION|NV_REF)==NV_FUNCTION)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c500 print_scan(iop,NV_FUNCTION|NV_NOSCOPE,tp->sh->fun_tree,aflag=='+',tp); in print_value()
613 nv_onattr(np,flag|NV_FUNCTION); in setall()
841 flag |= NV_FUNCTION; in setall()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c1342 nv_scan(data.sh->fun_tree,delete_fun,(void*)&data,NV_FUNCTION,NV_FUNCTION|NV_NOSCOPE); in put_table()
H A Dsubshell.c435 nv_delete(np,root,flag|NV_FUNCTION); in table_unset()
H A Dname.c1287 if(!(flags&NV_FUNCTION) && Refdict) in nv_delete()
1305 if(!(flags&NV_NOFREE) && ((flags&NV_FUNCTION) || !nv_subsaved(np))) in nv_delete()
2308 if(sp->scanflags==NV_FUNCTION || sp->scanflags==(NV_NOFREE|NV_BINARY|NV_RAW)) in scanfilter()
H A Dxec.c1489 if(!command && np && nv_isattr(np,NV_FUNCTION)) in sh_exec()
2820 nv_onattr(np,NV_FUNCTION|NV_FPOSIX); in sh_exec()
2822 nv_onattr(np,NV_FUNCTION); in sh_exec()
H A Dpath.c881 nv_onattr(nv_open(name,sh_subfuntree(1),NV_NOARRAY|NV_IDENT|NV_NOSCOPE),NV_LTOU|NV_FUNCTION); in path_absolute()