Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dpathutil.c153 int remove_escapes) in _pn_append_to_path() argument
182 if(remove_escapes) { in _pn_append_to_path()
223 int remove_escapes) in _pn_prepend_to_path() argument
250 if(remove_escapes) { in _pn_prepend_to_path()
273 if(remove_escapes) { in _pn_prepend_to_path()
H A Dpathutil.h54 int remove_escapes);
56 int remove_escapes);
H A Dstringrp.c168 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes) in _sg_store_string() argument
187 if(remove_escapes) { in _sg_store_string()
H A Dexpand.c116 int remove_escapes);
118 int remove_escapes);
600 int remove_escapes) in ef_record_pathname() argument
606 copy = ef_cache_pathname(ef, pathname, remove_escapes); in ef_record_pathname()
648 int remove_escapes) in ef_cache_pathname() argument
650 char *copy = _sg_store_string(ef->sg, pathname, remove_escapes); in ef_cache_pathname()
H A Dstringrp.h73 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes);