Searched refs:subst_lhs (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c61 static char *subst_lhs; variable
419 to "" anyway. subst_lhs is not changed if the lhs is empty;
492 strcpy (new + j, subst_lhs);
725 FREE (subst_lhs);
726 subst_lhs = t;
728 else if (!subst_lhs)
732 subst_lhs = savestring (search_string);
733 subst_lhs_len = strlen (subst_lhs);
737 subst_lhs = (char *) NULL;
799 if (STREQN (temp+si, subst_lhs, subst_lhs_le
[all...]

Completed in 156 milliseconds