Home
last modified time | relevance | path

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

/NextBSD/lib/libedit/
HDfilecomplete.c635 char *quoted_str, *dst; in sh_quote() local
642 quoted_str = malloc(sizeof(*quoted_str) * in sh_quote()
644 if (quoted_str == NULL) in sh_quote()
647 dst = quoted_str; in sh_quote()
656 return quoted_str; in sh_quote()