Home
last modified time | relevance | path

Searched refs:Type_t (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/tests/
H A Dtypes.sh36 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
/titanic_44/usr/src/lib/libast/common/misc/
H A Dfastfind.c178 Type_t* tp; in findopen()
336 fp->encode.namedisc.key = offsetof(Type_t, name); in findopen()
337 fp->encode.namedisc.link = offsetof(Type_t, byname); in findopen()
338 fp->encode.indexdisc.key = offsetof(Type_t, index); in findopen()
340 fp->encode.indexdisc.link = offsetof(Type_t, byindex); in findopen()
342 …de.indexdict = dtopen(&fp->encode.indexdisc, Dttree)) || !(tp = newof(0, Type_t, 1, strlen(s) + 1)… in findopen()
955 register Type_t* x; in findwrite()
1022 if (x = (Type_t*)dtmatch(fp->encode.namedict, type)) in findwrite()
1024 else if (!(x = newof(0, Type_t, 1, strlen(type) + 1))) in findwrite()
1092 register Type_t* x; in findsync()
[all …]
H A Dfindlib.h102 } Type_t; typedef
/titanic_44/usr/src/lib/libshell/common/
H A DTYPES14 typeset -T Type_t=(