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

  /src/usr.bin/hexdump/
odsyntax.c 96 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] =
101 fshead->nextfs->nextfu->fmt = padding;
182 if (fshead->nextfs->nextfs == NULL)
390 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x';
393 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd';
hexdump.c 82 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) {
88 for (tfs = fshead; tfs; tfs = tfs->nextfs)
hexdump.h 66 struct _fs *nextfs; /* linked list of format strings */ member in struct:_fs
parse.c 96 static FS **nextfs; local in function:add
106 *nextfs = tfs;
107 nextfs = &tfs->nextfs;
display.c 82 fs = fs->nextfs, bp = savebp, address = saveaddress)

Completed in 137 milliseconds