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

/freebsd-10.2-release/usr.bin/hexdump/
H A Dhexdump.c70 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) {
76 for (tfs = fshead; tfs; tfs = tfs->nextfs)
H A Dodsyntax.c82 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] =
87 fshead->nextfs->nextfu->fmt = padding;
168 if (fshead->nextfs->nextfs == NULL)
274 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x';
277 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd';
H A Dhexdump.h69 struct _fs *nextfs; /* linked list of format strings */ member in struct:_fs
H A Dparse.c79 static FS **nextfs; local
89 *nextfs = tfs;
90 nextfs = &tfs->nextfs;
H A Ddisplay.c70 fs = fs->nextfs, bp = savebp, address = saveaddress)

Completed in 101 milliseconds