Searched refs:escc (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/boot/forth/ |
H A D | screen.4th | 30 : escc ( -- ) 27 emit [char] [ emit ; 33 : ho ( -- ) escc [char] H emit ; 36 : cld ( -- ) escc [char] J emit ; 42 : at-xy ( x y -- ) escc .# [char] ; emit .# [char] H emit ; 45 : fg ( x -- ) escc 3 .# .# [char] m emit ; 48 : bg ( x -- ) escc 4 .# .# [char] m emit ; 51 : me ( -- ) escc [char] m emit ; 54 : b ( -- ) escc 1 .# [char] m emit ; 57 : -b ( -- ) escc 22 .# [char] m emit ; 60 : inv ( -- ) escc 7 .# [char] m emit ; [all …]
|
H A D | logo-orb.4th | 31 [char] @ escc! \ replace @ with Esc
|
H A D | logo-beastie.4th | 33 [char] @ escc! \ replace @ with Esc
|
H A D | logo-illumos.4th | 32 [char] @ escc! \ replace @ with Esc
|
H A D | menu.4th | 202 loader_color? if [char] ^ escc! then
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | legacy_hc.c | 164 char *escc; in fmri_nvl2str() local 173 escc = topo_mod_alloc(mod, i + 1); in fmri_nvl2str() 174 (void) mem_fmri_uriescape(c, ":,/", escc, i + 1); in fmri_nvl2str() 175 size = snprintf(buf, buflen, "legacy-hc:///component=%s", escc); in fmri_nvl2str() 176 topo_mod_free(mod, escc, i + 1); in fmri_nvl2str()
|