Home
last modified time | relevance | path

Searched refs:FPARSELN_UNESCCOMM (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/mtree/
H A Dexcludes.c76 FPARSELN_UNESCCOMM | FPARSELN_UNESCCONT | FPARSELN_UNESCESC)) in read_excludes_file()
H A Dspec.c113 FPARSELN_UNESCCOMM)); in spec()
/dragonfly/lib/libc/stdio/
H A Dfparseln.c168 skipesc += (flags & FPARSELN_UNESCCOMM); in fparseln()
/dragonfly/include/
H A Dstdio.h202 #define FPARSELN_UNESCCOMM 0x04 macro