Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/hexdump/
H A Dconv.c64 if (odmode) /* od doesn't know about \a */ in conv_c()
84 if (odmode) in conv_c()
115 if (odmode && *p == 0x0a) in conv_u()
122 } else if (odmode && *p == 0x20) { /* od replaces space with sp */ in conv_u()
H A Dodsyntax.c71 int odmode; variable
87 odmode = 1; in odsyntax()
H A Dhexdump.h74 extern int odmode; /* od compatibility */