Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.chared.c1603 if (adrof(STRhighlight) && MarkIsSet) { in e_newline()
1604 MarkIsSet = 0; in e_newline()
1609 MarkIsSet = 0; in e_newline()
2267 if (adrof(STRhighlight) && MarkIsSet) { in e_yank_kill()
2271 MarkIsSet = 0; in e_yank_kill()
2331 if (adrof(STRhighlight) && MarkIsSet) { in e_yank_pop()
2335 MarkIsSet = 0; in e_yank_pop()
2598 MarkIsSet = 0; in e_killend()
2622 MarkIsSet = 0; in e_killall()
2643 if (adrof(STRhighlight) && MarkIsSet) { in e_killregion()
[all …]
H A Ded.refresh.c609 if (!(adrof(STRhighlight) && MarkIsSet)) { in update_line()
622 if (!(adrof(STRhighlight) && MarkIsSet)) { in update_line()
1221 if (adrof(STRhighlight) && MarkIsSet) { in RefCursor()
1302 if (adrof(STRhighlight) && MarkIsSet) in RefPlusOne()
1308 if (adrof(STRhighlight) && MarkIsSet) in RefPlusOne()
H A Ded.inputl.c450 if (adrof(STRhighlight) && MarkIsSet) { in Inputl()
452 MarkIsSet = 0; in Inputl()
456 MarkIsSet = 1; in Inputl()
H A Ded.h131 EXTERN char MarkIsSet; /* true if the mark has been set explicitly */ variable
H A Ded.init.c588 MarkIsSet = 0; in ResetInLine()
H A Ded.screen.c1171 } else if (MarkIsSet) { in so_write()