Lines Matching refs: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 */ member
238 int escaped, CplCheckFn *check_fn, void *check_data) in _cf_complete_file() argument
307 word_end, escaped); in _cf_complete_file()
322 if(escaped && c == '\\') in _cf_complete_file()
343 if(_pn_append_to_path(cf->path, lptr, seglen, escaped) == NULL) { in _cf_complete_file()
405 if(_pn_append_to_path(cf->path, value, strlen(value), escaped)==NULL) { in _cf_complete_file()
452 return cf_complete_entry(cf, cpl, line, word_start, word_end, escaped, in _cf_complete_file()
525 int word_start, int word_end, int escaped) in cf_complete_username() argument
538 args.escaped = escaped; in cf_complete_username()
566 if(cf_prepare_suffix(cf, usrnam+args->prefix_len, args->escaped)) { in HOME_DIR_FN()
609 int escaped, CplCheckFn *check_fn, in cf_complete_entry() argument
698 if(cf_prepare_suffix(cf, file_name + prefix_len, escaped)) { in cf_complete_entry()
712 -1, escaped) == NULL) { in cf_complete_entry()