Lines Matching defs:escaped
95 int word_start, int word_end, int escaped);
99 int escaped, CplCheckFn *check_fn,
118 int escaped; /* If true, add escapes to the completion suffixes */
217 * escaped int If true, backslashes in line[] are
221 * returned suffixes will be similarly escaped.
238 int escaped, CplCheckFn *check_fn, void *check_data)
307 word_end, escaped);
322 if(escaped && c == '\\')
343 if(_pn_append_to_path(cf->path, lptr, seglen, escaped) == NULL) {
405 if(_pn_append_to_path(cf->path, value, strlen(value), escaped)==NULL) {
452 return cf_complete_entry(cf, cpl, line, word_start, word_end, escaped,
517 * escaped int True if the completions need to have special
518 * characters escaped.
525 int word_start, int word_end, int escaped)
538 args.escaped = escaped;
566 if(cf_prepare_suffix(cf, usrnam+args->prefix_len, args->escaped)) {
596 * escaped int If true, escape special characters in the
609 int escaped, CplCheckFn *check_fn,
698 if(cf_prepare_suffix(cf, file_name + prefix_len, escaped)) {
712 -1, escaped) == NULL) {
803 * Using the work buffer cf->buff, make a suitably escaped copy of a
859 * Make a copy with special characters escaped?