Searched defs:NV_FUNCTION (Results 1 - 2 of 2) sorted by relevance

/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)
/ast/src/cmd/ksh93/sh/
H A Dpath.c877 nv_onattr(nv_open(name,sh_subfuntree(1),NV_NOARRAY|NV_IDENT|NV_NOSCOPE),NV_LTOU|NV_FUNCTION); local

Completed in 11 milliseconds