Searched refs:dos_file_type (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/grep/dist/src/
H A Ddosbuf.c26 static File_type dos_file_type = UNKNOWN; variable
74 dos_file_type = dos_use_file_type;
78 if (dos_file_type == UNKNOWN)
79 dos_file_type = guess_type(buf, buflen);
83 if (dos_file_type == DOS_TEXT)
156 if (dos_file_type != DOS_TEXT || dos_report_unix_offset)

Completed in 121 milliseconds