Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ekermit/dist/
H A Dunixio.c453 int isbinary = 1; in fileinfo() local
461 isbinary = 0; in fileinfo()
462 while (count < SCANSIZ && !isbinary) { /* Scan this much */ in fileinfo()
475 isbinary = 1; in fileinfo()
483 *type = isbinary; in fileinfo()
/netbsd-src/bin/ed/
H A Dsub.c189 if (isbinary) in substitute_matching_text()
198 if (isbinary) in substitute_matching_text()
208 if (isbinary) in substitute_matching_text()
222 if (isbinary) in substitute_matching_text()
H A Dre.c126 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf; in extract_pattern()
H A Dglbl.c68 if (isbinary) in build_active_list()
H A Ded.h241 extern int isbinary;
H A Dbuf.c212 isbinary = newline_added = 0; in open_sbuf()
H A Dmain.c90 int isbinary; /* if set, buffer contains ASCII NULs */ variable
930 if (isbinary) in get_matching_node_addr()