Searched refs:attrib (Results 1 – 9 of 9) sorted by relevance
/original-bsd/local/toolchest/ksh/shlib/ |
H A D | name.h | 148 #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 D | name.h | 148 #define attrib(n,f) ((n)->value.namflg |= f) macro 152 #define attrib(n,f) (chattrib (n, namflag(n)|(f))) macro
|
H A D | name.c | 236 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 D | builtin.c | 341 attrib(np,flag); 353 attrib(np,flag|N_EXPORT);
|
H A D | main.c | 224 attrib(PWDNOD,N_EXPORT);
|
H A D | service.c | 205 attrib(np, N_EXPORT|NO_ALIAS|T_FLAG);
|
/original-bsd/old/sh/ |
H A D | defs.h | 112 #define attrib(n,f) (n->namflg |= f) macro
|
H A D | name.c | 82 attrib(n, xp);
|
H A D | xec.c | 196 DO attrib(lookup(*com), exitval) OD
|