Searched refs:Type_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | fastfind.c | 157 Type_t* tp; in findopen() 315 fp->encode.namedisc.key = offsetof(Type_t, name); in findopen() 316 fp->encode.namedisc.link = offsetof(Type_t, byname); in findopen() 317 fp->encode.indexdisc.key = offsetof(Type_t, index); in findopen() 319 fp->encode.indexdisc.link = offsetof(Type_t, byindex); in findopen() 321 …de.indexdict = dtopen(&fp->encode.indexdisc, Dtoset)) || !(tp = newof(0, Type_t, 1, strlen(s) + 1)… in findopen() 934 register Type_t* x; in findwrite() 1001 if (x = (Type_t*)dtmatch(fp->encode.namedict, type)) in findwrite() 1003 else if (!(x = newof(0, Type_t, 1, strlen(type) + 1))) in findwrite() 1071 register Type_t* x; in findsync() [all …]
|
H A D | findlib.h | 102 } Type_t; typedef
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | types.sh | 36 typeset -T Type_t=( 46 Type_t r s 89 Type_t z=(y=(xa=bb xq=cc)) 98 Type_t t=(y=(xa=bb xq=cc)) 185 Type_t r 188 Type_t r
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | TYPES | 14 typeset -T Type_t=(
|