Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dedit.c326 if (altpipe != NULL && !(ch_getflags() & CH_KEEPOPEN)) in close_altpipe()
528 chflags |= CH_KEEPOPEN; in edit_ifile()
536 chflags |= CH_KEEPOPEN; in edit_ifile()
H A Dch.c859 if ((ch_flags & (CH_CANSEEK|CH_POPENED|CH_HELPFILE)) && !(ch_flags & CH_KEEPOPEN)) in ch_close()
867 if (!(ch_flags & CH_KEEPOPEN)) in ch_close()
H A Dless.h583 #define CH_KEEPOPEN 002 macro