Searched refs:fshead (Results 1 – 6 of 6) sorted by relevance
75 fshead->nextfu->fmt[TYPE_OFFSET] = *optarg; in oldsyntax()76 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = in oldsyntax()80 fshead->nextfu->fmt = empty; in oldsyntax()81 fshead->nextfs->nextfu->fmt = padding; in oldsyntax()162 if (fshead->nextfs->nextfs == NULL) in oldsyntax()267 fshead->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()268 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()270 fshead->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()271 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()
42 FS *fshead; /* head of format strings */ variable61 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) { in main()67 for (tfs = fshead; tfs; tfs = tfs->nextfs) in main()
117 if (!fshead) { in newsyntax()
73 extern FS *fshead; /* head of format strings list */
80 if (!fshead) in add()81 fshead = tfs; in add()
69 for (fs = fshead, savebp = bp, saveaddress = address; fs; in display()