Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c60 mod_export int stophist; variable
254 hs->stophist = stophist; in hist_context_save()
279 stophist = 0; in hist_context_save()
300 stophist = hs->stophist; in hist_context_restore()
359 if (c == bangchar && stophist < 2 && qbang) in ihwaddc()
446 qbang = c == bangchar && (stophist < 2); in ihgetc()
644 stophist = 1; in histsubchar()
1104 stophist = 2; in hbegin()
1108 stophist = 0; in hbegin()
1120 if (stophist == 2) { in hbegin()
[all …]
H A Dinit.c118 if (stophist == 3) /* re-entry via preprompt() */ in loop()
124 int hstop = stophist; in loop()
125 stophist = 3; in loop()
135 if (stophist != 3) in loop()
138 stophist = hstop; in loop()
H A Dzsh.h2225 #define STOPHIST (stophist += 4);
2226 #define ALLOWHIST (stophist -= 4);
3017 int stophist; member