Searched refs:CH_KEEPOPEN (Results 1 – 3 of 3) sorted by relevance
330 if (altpipe != NULL && !(ch_getflags() & CH_KEEPOPEN)) in close_altpipe()532 chflags |= CH_KEEPOPEN; in edit_ifile()540 chflags |= CH_KEEPOPEN; in edit_ifile()
870 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()
585 #define CH_KEEPOPEN 002 macro