Home
last modified time | relevance | path

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

/netbsd-src/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; in undossify_input()
78 if (dos_file_type == UNKNOWN) in undossify_input()
79 dos_file_type = guess_type(buf, buflen); in undossify_input()
83 if (dos_file_type == DOS_TEXT) in undossify_input()
156 if (dos_file_type != DOS_TEXT || dos_report_unix_offset) in dossified_pos()