Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c651 int i = cenv ? cenv->ce_index + 1: 0; in sym_test_env()
655 cenv = &compile_env[i]; in sym_test_env()
658 return (cenv); in sym_test_env()
667 env_name(struct compile_env *cenv) in env_name() argument
669 return (cenv->ce_name); in env_name()
673 env_lang(struct compile_env *cenv) in env_lang() argument
675 return (cenv->ce_lang); in env_lang()
681 return (cenv->ce_defs); in env_defs()
936 struct compile_env *cenv; in test_compile() local
946 cenv != NULL; in test_compile()
[all …]