Searched defs:typename (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/builtin/
H A Dtr.c124 static const char* typename[] = { "source", "destination" }; variable
404 error(2, "%s: invalid %s string", tr->base, typename[tr->type]);
/ast/src/cmd/jcl/
H A Dcpy2dss.c596 typename(Cpyfield_t* field) function
838 if (type = typename(field))
914 if (state.text || !(type = typename(field)))
/ast/src/cmd/kshlib/dss/
H A Ddss.c856 static Namval_t *add_discipline(const char *typename, const char *name, int (*fun)(int, char*[],Shbltin_t*), void* context) argument
861 sfprintf(stkstd,NV_CLASS".dss.%s.%s",typename,name);

Completed in 35 milliseconds