Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c118 const char e_unknowntype[] = "%.*s: unknown type"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h260 extern const char e_unknowntype[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c916 errormsg(SH_DICT,ERROR_exit(1),e_unknowntype, n,tname); in nv_atypeindex()
H A Dnvtype.c1462 errormsg(SH_DICT,ERROR_exit(1),e_unknowntype,strlen(fp->type),fp->type); in nv_mkstruct()