Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.c181 int is_escape = 0; in _pn_append_to_path() local
183 is_escape = !is_escape && string[i] == '\\'; in _pn_append_to_path()
184 if(!is_escape) in _pn_append_to_path()
249 int is_escape = 0; in _pn_prepend_to_path() local
251 is_escape = !is_escape && string[i] == '\\'; in _pn_prepend_to_path()
252 if(!is_escape) in _pn_prepend_to_path()
272 int is_escape = 0; in _pn_prepend_to_path() local
274 is_escape = !is_escape && string[i] == '\\'; in _pn_prepend_to_path()
275 if(!is_escape) in _pn_prepend_to_path()