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

/freebsd-9.3-release/usr.bin/hexdump/
H A Dconv.c99 if (odmode && MB_CUR_MAX > 1) {
126 if (!odmode) {
161 if (odmode && *p == 0x0a)
168 } else if (odmode && *p == 0x20) { /* od replaced space with sp */
H A Dhexdump.h78 extern int odmode; /* are we acting as od(1)? */
H A Dodsyntax.c53 int odmode; variable
74 odmode = 1;
H A Ddisplay.c258 if (odmode && address < skip)

Completed in 69 milliseconds