Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/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)
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dtrap.c271 n = tp->sh_number; in sig_number()
278 n = tp->sh_number; in sig_number()
373 sig = tp->sh_number&((1<<SH_SIGBITS)-1); in sig_list()
374 if (((tp->sh_number>>SH_SIGBITS) & SH_SIGRUNTIME) && (sig = sh.sigruntime[sig-1]+1) == 1) in sig_list()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dstring.c113 return(tp->sh_number); in sh_lookopt()
126 return(tp->sh_number); in sh_lookopt()
135 hit = tp->sh_number; in sh_lookopt()
H A Dargs.c234 for(tp=shtab_options; o = tp->sh_number; tp++) in sh_argopts()
605 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
620 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
654 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
H A Dfault.c231 sig = (tp->sh_number&((1<<SH_SIGBITS)-1)); in sh_siginit()
234 if ((tp->sh_number>>SH_SIGBITS) & SH_SIGRUNTIME) in sh_siginit()
245 for(tp=shtab_signals; sig=tp->sh_number; tp++) in sh_siginit()
H A Dlex.c1935 while(tp->sh_number && tp->sh_number!=sym) in fmttoken()
H A Dnvtree.c456 val = tp->sh_number; in nv_attribute()
H A Dinit.c1700 nv_setattr(np,tp->sh_number); in inittree()