Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.c151 int remove_escapes) in _pn_append_to_path() argument
180 if(remove_escapes) { in _pn_append_to_path()
221 int remove_escapes) in _pn_prepend_to_path() argument
248 if(remove_escapes) { in _pn_prepend_to_path()
271 if(remove_escapes) { in _pn_prepend_to_path()
H A Dpathutil.h52 int remove_escapes);
54 int remove_escapes);
H A Dstringrp.c166 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes) in _sg_store_string() argument
185 if(remove_escapes) { in _sg_store_string()
H A Dexpand.c114 int remove_escapes);
116 int remove_escapes);
598 int remove_escapes) in ef_record_pathname() argument
604 copy = ef_cache_pathname(ef, pathname, remove_escapes); in ef_record_pathname()
646 int remove_escapes) in ef_cache_pathname() argument
648 char *copy = _sg_store_string(ef->sg, pathname, remove_escapes); in ef_cache_pathname()
H A Dstringrp.h71 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes);