Searched refs:sh_number (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshtable.h36 const unsigned sh_number; member in struct:shtable1
42 const unsigned sh_number; member in struct:shtable2
49 const unsigned sh_number; member in struct:shtable3
53 #define sh_lookup(name,value) (sh_locate(name,(Shtable_t*)(value),sizeof(*(value)))->sh_number)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dstring.c113 return(tp->sh_number);
126 return(tp->sh_number);
135 hit = tp->sh_number;
H A Dfault.c242 sig = (tp->sh_number&((1<<SH_SIGBITS)-1));
245 if ((tp->sh_number>>SH_SIGBITS) & SH_SIGRUNTIME)
256 for(tp=shtab_signals; sig=tp->sh_number; tp++)
H A Dargs.c237 for(tp=shtab_options; o = tp->sh_number; tp++)
613 for(tp=shtab_options; value=tp->sh_number; tp++)
628 for(tp=shtab_options; value=tp->sh_number; tp++)
662 for(tp=shtab_options; value=tp->sh_number; tp++)
H A Dnvtree.c468 val = tp->sh_number;
H A Dinit.c1890 nv_setattr(np,tp->sh_number);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtrap.c271 n = tp->sh_number;
278 n = tp->sh_number;
373 sig = tp->sh_number&((1<<SH_SIGBITS)-1);
374 if (((tp->sh_number>>SH_SIGBITS) & SH_SIGRUNTIME) && (sig = shp->gd->sigruntime[sig-1]+1) == 1)

Completed in 353 milliseconds