Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dhistory.c337 int any_subst = 0; in hist_replace() local
340 for (s = *hp; (s1 = strstr(s, pat)) && (!any_subst || global); in hist_replace()
342 any_subst = 1; in hist_replace()
350 if (!any_subst) { in hist_replace()