Searched refs:fshead (Results 1 – 6 of 6) sorted by relevance
77 fshead->nextfu->fmt[TYPE_OFFSET] = *optarg; in oldsyntax()78 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = in oldsyntax()82 fshead->nextfu->fmt = empty; in oldsyntax()83 fshead->nextfs->nextfu->fmt = padding; in oldsyntax()165 if (fshead->nextfs->nextfs == NULL) in oldsyntax()270 fshead->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()271 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()273 fshead->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()274 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()
119 if (!fshead) { in newsyntax()
70 extern FS *fshead; /* head of format strings list */
81 if (!fshead) in add()82 fshead = tfs; in add()
161 for (fs = fshead, savebp = bp, saveaddress = address; fs; in display()