Searched refs:Type_t (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/misc/
H A Dfindlib.h102 } Type_t; typedef in typeref:struct:__anon281
H A Dfastfind.c157 Type_t* tp;
315 fp->encode.namedisc.key = offsetof(Type_t, name);
316 fp->encode.namedisc.link = offsetof(Type_t, byname);
317 fp->encode.indexdisc.key = offsetof(Type_t, index);
319 fp->encode.indexdisc.link = offsetof(Type_t, byindex);
321 if (!(fp->encode.namedict = dtopen(&fp->encode.namedisc, Dtoset)) || !(fp->encode.indexdict = dtopen(&fp->encode.indexdisc, Dtoset)) || !(tp = newof(0, Type_t, 1, strlen(s) + 1)))
934 register Type_t* x;
1001 if (x = (Type_t*)dtmatch(fp->encode.namedict, type))
1003 else if (!(x = newof(0, Type_t, 1, strlen(type) + 1)))
1071 register Type_t*
[all...]
/ast/src/cmd/ksh93/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
458 $SHELL 2> /dev/null -c 'true || { typeset -T Type_t=(typeset name=foo);
459 Type_t z=(name=bar) ;}' || err_exit 'unable to parse type command until typeset -T executes'
/ast/src/cmd/pzip/
H A Drectify.c98 } Type_t; typedef in typeref:struct:__anon196
108 Type_t type[4 * 1024];
/ast/src/cmd/builtin/
H A Dod.c199 } Type_t; typedef in typeref:struct:Type_s
204 const Type_t* type;
601 static const Type_t type[] =
744 register const Type_t* tp;
/ast/src/lib/libdss/
H A Dcxopen.c36 } Type_t; typedef in typeref:struct:Type_s
376 static Type_t types[] =

Completed in 61 milliseconds