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

  /src/usr.bin/hexdump/
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;

Completed in 12 milliseconds