Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc1803 static wchar_t colon_sh[4]; in sh_transform() local
1806 if (colon_sh[0] == (int) nul_char) { in sh_transform()
1807 MBSTOWCS(colon_sh, ":sh"); in sh_transform()
1814 if ((colon != NULL) && (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell))) { in sh_transform()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc262 static wchar_t colon_sh[4]; in expand_macro() local
304 MBSTOWCS(colon_sh, ":sh"); in expand_macro()
475 if (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell)) { in expand_macro()