Home
last modified time | relevance | path

Searched refs:e_function (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dstrdata.c97 const char e_function[] = "%s: unknown function"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h187 extern const char e_function[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c291 lvalue->value = (char*)e_function; in arith()
293 lvalue->value = (char*)ERROR_dictionary(e_function); in arith()