Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libreadline/
H A Dhistexpand.c877 history_expand (hstring, output) in history_expand() argument
878 char *hstring; in history_expand()
904 *output = savestring (hstring);
913 l = strlen (hstring);
924 if (hstring[0] == history_subst_char)
931 strlcpy (string + 4, hstring, l + 1);
940 string = hstring;
1137 if (string != hstring)
1158 if (string != hstring)