Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc1804 static wchar_t colon_shell[7]; in sh_transform() local
1808 MBSTOWCS(colon_shell, ":shell"); in sh_transform()
1814 if ((colon != NULL) && (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell))) { in sh_transform()
1821 if (IS_WEQUAL(colon, colon_shell)) { in sh_transform()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc263 static wchar_t colon_shell[7]; in expand_macro() local
305 MBSTOWCS(colon_shell, ":shell"); in expand_macro()
475 if (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell)) { in expand_macro()