Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Ded.chared.c1608 if (adrof(STRhighlight) && MarkIsSet) { in e_newline()
1609 MarkIsSet = 0; in e_newline()
1614 MarkIsSet = 0; in e_newline()
2276 MarkIsSet = 0; in e_yank_kill()
2340 MarkIsSet = 0; in e_yank_pop()
2603 MarkIsSet = 0; in e_killend()
2627 MarkIsSet = 0; in e_killall()
2652 MarkIsSet = 0; in e_killregion()
3094 MarkIsSet = 1; in e_set_mark()
3500 MarkIsSet = 0; in e_inc_fwd()
[all …]
H A Ded.refresh.c613 if (!(adrof(STRhighlight) && MarkIsSet)) { in update_line()
626 if (!(adrof(STRhighlight) && MarkIsSet)) { in update_line()
1225 if (adrof(STRhighlight) && MarkIsSet) { in RefCursor()
1306 if (adrof(STRhighlight) && MarkIsSet) in RefPlusOne()
1312 if (adrof(STRhighlight) && MarkIsSet) in RefPlusOne()
H A Ded.inputl.c454 if (adrof(STRhighlight) && MarkIsSet) { in Inputl()
456 MarkIsSet = 0; in Inputl()
460 MarkIsSet = 1; in Inputl()
H A Ded.h132 EXTERN char MarkIsSet; /* true if the mark has been set explicitly */ variable
H A Ded.init.c592 MarkIsSet = 0; in ResetInLine()
H A Ded.screen.c1175 } else if (MarkIsSet) { in so_write()