Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcsh/
Ded.inputl.c94 int nr_history_exp; /* number of (attempted) history expansions */ in Inputl() local
401 nr_history_exp = 0; in Inputl()
404 nr_history_exp += ExpandHistory(); in Inputl()
407 if (nr_history_exp == 0 || in Inputl()