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

/freebsd-current/usr.bin/hexdump/
H A Dconv.c98 if (odmode && MB_CUR_MAX > 1) {
135 if (!odmode) {
170 if (odmode && *p == 0x0a)
177 } else if (odmode && *p == 0x20) { /* od replaced space with sp */
H A Dhexdump.h77 extern int odmode; /* are we acting as od(1)? */
H A Dodsyntax.c47 int odmode; variable
68 odmode = 1;
H A Ddisplay.c258 if (odmode && skip > 0)

Completed in 76 milliseconds