Home
last modified time | relevance | path

Searched refs:fshead (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/hexdump/
H A Dodsyntax.c75 fshead->nextfu->fmt[TYPE_OFFSET] = *optarg; in oldsyntax()
76 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = in oldsyntax()
80 fshead->nextfu->fmt = empty; in oldsyntax()
81 fshead->nextfs->nextfu->fmt = padding; in oldsyntax()
162 if (fshead->nextfs->nextfs == NULL) in oldsyntax()
267 fshead->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()
268 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()
270 fshead->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()
271 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()
H A Dhexdump.c42 FS *fshead; /* head of format strings */ variable
61 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) { in main()
67 for (tfs = fshead; tfs; tfs = tfs->nextfs) in main()
H A Dhexsyntax.c117 if (!fshead) { in newsyntax()
H A Dhexdump.h73 extern FS *fshead; /* head of format strings list */
H A Dparse.c80 if (!fshead) in add()
81 fshead = tfs; in add()
H A Ddisplay.c69 for (fs = fshead, savebp = bp, saveaddress = address; fs; in display()