Home
last modified time | relevance | path

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

/freebsd/usr.bin/hexdump/
H A Dodsyntax.c76 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = in oldsyntax()
81 fshead->nextfs->nextfu->fmt = padding; in oldsyntax()
162 if (fshead->nextfs->nextfs == NULL) in oldsyntax()
268 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()
271 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()
H A Dhexdump.c61 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) { in main()
67 for (tfs = fshead; tfs; tfs = tfs->nextfs) in main()
H A Dparse.c73 static FS **nextfs; in add() local
83 *nextfs = tfs; in add()
84 nextfs = &tfs->nextfs; in add()
H A Dhexdump.h68 struct _fs *nextfs; /* linked list of format strings */ member
H A Ddisplay.c70 fs = fs->nextfs, bp = savebp, address = saveaddress) in display()