Home | Sort by: relevance | last modified time | path |
/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; |