Searched refs:nextfs (Results 1 – 5 of 5) sorted by relevance
76 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()
61 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) { in main()67 for (tfs = fshead; tfs; tfs = tfs->nextfs) in main()
73 static FS **nextfs; in add() local83 *nextfs = tfs; in add()84 nextfs = &tfs->nextfs; in add()
68 struct _fs *nextfs; /* linked list of format strings */ member
70 fs = fs->nextfs, bp = savebp, address = saveaddress) in display()