Searched refs:nextfs (Results 1 – 5 of 5) sorted by relevance
78 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = in oldsyntax()83 fshead->nextfs->nextfu->fmt = padding; in oldsyntax()165 if (fshead->nextfs->nextfs == NULL) in oldsyntax()271 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()274 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()
74 static FS **nextfs; in add() local84 *nextfs = tfs; in add()85 nextfs = &tfs->nextfs; in add()
65 struct _fs *nextfs; /* linked list of format strings */ member
162 fs = fs->nextfs, bp = savebp, address = saveaddress) in display()