Searched refs:nextfs (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/shell_cmds-175/hexdump/
H A Dhexdump.c74 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) {
80 for (tfs = fshead; tfs; tfs = tfs->nextfs)
H A Dodsyntax.c86 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] =
91 fshead->nextfs->nextfu->fmt = padding;
176 if (fshead->nextfs->nextfs == NULL)
283 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x';
286 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd';
H A Dhexdump.h73 struct _fs *nextfs; /* linked list of format strings */ member in struct:_fs
H A Dparse.c83 static FS **nextfs; local
93 *nextfs = tfs;
94 nextfs = &tfs->nextfs;
H A Ddisplay.c74 fs = fs->nextfs, bp = savebp, address = saveaddress)

Completed in 161 milliseconds