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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstringrp.h70 * remove_escapes argument is non-zero, backslashes that escape
73 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes);
H A Dpathutil.h54 int remove_escapes);
56 int remove_escapes);
H A Dpathutil.c145 * remove_escapes int If true, remove the backslashes that escape
153 int remove_escapes)
182 if(remove_escapes) {
215 * remove_escapes int If true, remove the backslashes that escape
223 int remove_escapes)
250 if(remove_escapes) {
273 if(remove_escapes) {
152 _pn_append_to_path(PathName *path, const char *string, int slen, int remove_escapes) argument
222 _pn_prepend_to_path(PathName *path, const char *string, int slen, int remove_escapes) argument
H A Dstringrp.c162 * remove_escapes int If true, omit backslashes which escape
168 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes) argument
187 if(remove_escapes) {
H A Dexpand.c116 int remove_escapes);
118 int remove_escapes);
592 * remove_escapes int If true, remove backslash escapes in the
600 int remove_escapes)
606 copy = ef_cache_pathname(ef, pathname, remove_escapes);
640 * remove_escapes int If true, remove backslash escapes in the
648 int remove_escapes)
650 char *copy = _sg_store_string(ef->sg, pathname, remove_escapes);
599 ef_record_pathname(ExpandFile *ef, const char *pathname, int remove_escapes) argument
647 ef_cache_pathname(ExpandFile *ef, const char *pathname, int remove_escapes) argument

Completed in 75 milliseconds