Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dname.h119 #define NV_FUNCTION (NV_RJUST|NV_FUNCT) /* value is shell function */ macro
137 #define is_afunction(n) (nv_isattr(n,NV_FUNCTION|NV_REF)==NV_FUNCTION)
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c491 nv_onattr(np,flag|NV_FUNCTION); in b_common()
681 flag |= NV_FUNCTION; in b_common()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dsubshell.c430 nv_delete(np,root,flag|NV_FUNCTION); in table_unset()
H A Dxec.c1089 if(!command && np && nv_isattr(np,NV_FUNCTION)) in sh_exec()
2107 nv_onattr(np,NV_FUNCTION|NV_FPOSIX); in sh_exec()
2109 nv_onattr(np,NV_FUNCTION); in sh_exec()
H A Dpath.c842 nv_onattr(nv_open(name,sh_subfuntree(1),NV_NOARRAY|NV_IDENT|NV_NOSCOPE),NV_LTOU|NV_FUNCTION); in path_absolute()
H A Dname.c1087 if(!(flags&NV_NOFREE) && ((flags&NV_FUNCTION) || !nv_subsaved(np))) in nv_delete()