Home
last modified time | relevance | path

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

/openbsd/usr.bin/less/
H A Dless.h169 #define CH_NODATA 020 /* Special case for zero length files */ macro
H A Dedit.c232 chflags |= CH_NODATA; in edit_ifile()
H A Dch.c532 if (ch_flags & CH_NODATA) in ch_length()