Home
last modified time | relevance | path

Searched refs:sh_number (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshtable.h36 const unsigned sh_number; member
42 const unsigned sh_number; member
49 const unsigned sh_number; member
53 #define sh_lookup(name,value) (sh_locate(name,(Shtable_t*)(value),sizeof(*(value)))->sh_number)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtrap.c295 n = tp->sh_number; in sig_number()
302 n = tp->sh_number; in sig_number()
398 sig = tp->sh_number&((1<<SH_SIGBITS)-1); in sig_list()
399 if (((tp->sh_number>>SH_SIGBITS) & SH_SIGRUNTIME) && (sig = shp->gd->sigruntime[sig-1]+1) == 1) in sig_list()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c109 return(tp->sh_number); in sh_lookopt()
122 return(tp->sh_number); in sh_lookopt()
131 hit = tp->sh_number; in sh_lookopt()
H A Dargs.c237 for(tp=shtab_options; o = tp->sh_number; tp++) in sh_argopts()
614 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
629 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
663 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
H A Dfault.c242 sig = (tp->sh_number&((1<<SH_SIGBITS)-1)); in sh_siginit()
245 if ((tp->sh_number>>SH_SIGBITS) & SH_SIGRUNTIME) in sh_siginit()
256 for(tp=shtab_signals; sig=tp->sh_number; tp++) in sh_siginit()
H A Dlex.c2099 while(tp->sh_number && tp->sh_number!=sym) in fmttoken()
H A Dnvtree.c471 val = tp->sh_number; in nv_attribute()
H A Dinit.c1987 nv_setattr(np,tp->sh_number); in inittree()