Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dpathutil.c183 int is_escape = 0; in _pn_append_to_path() local
185 is_escape = !is_escape && string[i] == '\\'; in _pn_append_to_path()
186 if(!is_escape) in _pn_append_to_path()
251 int is_escape = 0; in _pn_prepend_to_path() local
253 is_escape = !is_escape && string[i] == '\\'; in _pn_prepend_to_path()
254 if(!is_escape) in _pn_prepend_to_path()
274 int is_escape = 0; in _pn_prepend_to_path() local
276 is_escape = !is_escape && string[i] == '\\'; in _pn_prepend_to_path()
277 if(!is_escape) in _pn_prepend_to_path()