Home
last modified time | relevance | path

Searched refs:attrib (Results 1 – 9 of 9) sorted by relevance

/original-bsd/local/toolchest/ksh/shlib/
H A Dname.h148 #define attrib(n,f) ((n)->value.namflg |= f) macro
152 #define attrib(n,f) (chattrib (n, namflag(n)|(f))) macro
/original-bsd/local/toolchest/ksh/sh/
H A Dname.h148 #define attrib(n,f) ((n)->value.namflg |= f) macro
152 #define attrib(n,f) (chattrib (n, namflag(n)|(f))) macro
H A Dname.c236 attrib(n, xp&~(S_FLAG|V_FLAG));
286 attrib(np,NO_ALIAS);
316 attrib(np,T_FLAG|N_EXPORT);
389 attrib(n,N_EXPORT);
402 attrib(n,N_EXPORT);
760 attrib(np,E_FLAG);
798 attrib(np,N_EXPORT);
H A Dbuiltin.c341 attrib(np,flag);
353 attrib(np,flag|N_EXPORT);
H A Dmain.c224 attrib(PWDNOD,N_EXPORT);
H A Dservice.c205 attrib(np, N_EXPORT|NO_ALIAS|T_FLAG);
/original-bsd/old/sh/
H A Ddefs.h112 #define attrib(n,f) (n->namflg |= f) macro
H A Dname.c82 attrib(n, xp);
H A Dxec.c196 DO attrib(lookup(*com), exitval) OD