Searched refs:Shtable_t (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shtable.h | 37 } Shtable_t; typedef 53 #define sh_lookup(name,value) (sh_locate(name,(Shtable_t*)(value),sizeof(*(value)))->sh_number) 54 extern const Shtable_t shtab_testops[]; 55 extern const Shtable_t shtab_options[]; 56 extern const Shtable_t shtab_attributes[]; 61 extern const Shtable_t shtab_reserved[]; 62 extern const Shtable_t *sh_locate(const char*, const Shtable_t*, int);
|
H A D | defs.h | 508 extern const Shtable_t shtab_stats[];
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 50 const Shtable_t *sh_locate(register const char *sp,const Shtable_t *table,int size) in sh_locate() 53 register const Shtable_t *tp; in sh_locate() 55 static const Shtable_t empty = {0,0}; in sh_locate() 63 tp = (Shtable_t*)((char*)tp+size); in sh_locate() 77 register const Shtable_t *tp; in sh_lookopt() 164 tp = (Shtable_t*)((char*)tp+sizeof(*shtab_options)); in sh_lookopt()
|
H A D | args.c | 236 register const Shtable_t *tp; in sh_argopts() 600 register const Shtable_t *tp; in sh_printopts()
|
H A D | nvtree.c | 412 register const Shtable_t *tp; in nv_attribute()
|
H A D | lex.c | 2098 register const Shtable_t *tp=shtab_reserved; in fmttoken()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 39 const Shtable_t shtab_options[] = 123 const Shtable_t shtab_attributes[] =
|
H A D | keywords.c | 30 const Shtable_t shtab_reserved[] =
|
H A D | testops.c | 35 const Shtable_t shtab_testops[] =
|
H A D | variables.c | 118 const Shtable_t shtab_stats[] =
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | trap.c | 261 const Shtable_t *tp; in sig_number() 294 tp = sh_locate(stakptr(o),(const Shtable_t*)shtab_signals,sizeof(*shtab_signals)); in sig_number() 300 tp = (Shtable_t*)((char*)tp + sizeof(*shtab_signals)); in sig_number()
|