Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libedit/
Dfilecomplete.c596 char *quoted_str, *dst; in sh_quote() local
605 quoted_str = malloc(sizeof(*quoted_str) * in sh_quote()
607 if (quoted_str == NULL) in sh_quote()
610 dst = quoted_str; in sh_quote()
621 return quoted_str; in sh_quote()