Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/less/dist/
Dedit.c330 if (altpipe != NULL && !(ch_getflags() & CH_KEEPOPEN)) in close_altpipe()
532 chflags |= CH_KEEPOPEN; in edit_ifile()
540 chflags |= CH_KEEPOPEN; in edit_ifile()
Dch.c870 if ((ch_flags & (CH_CANSEEK|CH_POPENED|CH_HELPFILE)) && !(ch_flags & CH_KEEPOPEN)) in ch_close()
878 if (!(ch_flags & CH_KEEPOPEN)) in ch_close()
Dless.h585 #define CH_KEEPOPEN 002 macro