Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dfilename.c64 public char * shell_unquote(constant char *str)
449 uqs = shell_unquote(qs); in bin_file()
65 public char * shell_unquote(char *str) shell_unquote() function
H A Doptfunc.c140 namelogfile = shell_unquote(filename); in opt_o()
394 tags = shell_unquote(filename); in opt_p()
H A Dmain.c380 qfilename = shell_unquote(filename); in sprefix()
H A Dtags.c268 p = shell_unquote(tags); in findctag()
H A Dedit.c707 qfilename = shell_unquote(gfilename); in edit_list()
H A Dfuncs.h152 public char * shell_unquote(constant char *str);