HomeSort by: relevance | last modified time | path
    Searched refs:fshead (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/hexdump/
odsyntax.c 95 fshead->nextfu->fmt[TYPE_OFFSET] = *optarg;
96 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] =
100 fshead->nextfu->fmt = empty;
101 fshead->nextfs->nextfu->fmt = padding;
182 if (fshead->nextfs->nextfs == NULL)
389 fshead->nextfu->fmt[TYPE_OFFSET] = 'x';
390 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x';
392 fshead->nextfu->fmt[TYPE_OFFSET] = 'd';
393 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd';
hexdump.c 57 FS *fshead; /* head of format strings */ variable in typeref:typename:FS *
82 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) {
88 for (tfs = fshead; tfs; tfs = tfs->nextfs)
hexsyntax.c 123 if (!fshead) {
hexdump.h 77 extern FS *fshead; /* head of format strings list */
parse.c 103 if (!fshead)
104 fshead = tfs;
display.c 81 for (fs = fshead, savebp = bp, saveaddress = address; fs;

Completed in 15 milliseconds