Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dfilename.c65 public char * shell_unquote(char *str) in shell_unquote() function
427 s = shell_unquote(qs); in fcomplete()
H A Doptfunc.c132 namelogfile = shell_unquote(filename); in opt_o()
372 tags = shell_unquote(filename); in opt__T()
H A Dmain.c214 qfilename = shell_unquote(filename); in main()
H A Dtags.c268 p = shell_unquote(tags); in findctag()
H A Dedit.c711 qfilename = shell_unquote(gfilename); in edit_list()
H A Dfuncs.h135 public char * shell_unquote(char *str);