Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/hexdump/
H A Dodsyntax.c77 fshead->nextfu->fmt[TYPE_OFFSET] = *optarg; in oldsyntax()
78 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = in oldsyntax()
82 fshead->nextfu->fmt = empty; in oldsyntax()
83 fshead->nextfs->nextfu->fmt = padding; in oldsyntax()
165 if (fshead->nextfs->nextfs == NULL) in oldsyntax()
270 fshead->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()
271 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()
273 fshead->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()
274 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.c119 if (!fshead) { in newsyntax()
H A Dhexdump.h70 extern FS *fshead; /* head of format strings list */
H A Dparse.c81 if (!fshead) in add()
82 fshead = tfs; in add()
H A Ddisplay.c161 for (fs = fshead, savebp = bp, saveaddress = address; fs; in display()