Home
last modified time | relevance | path

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

/NextBSD/lib/libedit/
HDfilecomplete.c506 char *quoted_match; in fn_complete() local
508 quoted_match = quoting_func(matches[0]); in fn_complete()
509 if (quoted_match == NULL) in fn_complete()
512 quoted_match = NULL; in fn_complete()
515 ct_decode_string(quoted_match ? quoted_match : in fn_complete()