OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextfs
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/hexdump/
odsyntax.c
96
fshead->
nextfs
->nextfu->fmt[TYPE_OFFSET] =
101
fshead->
nextfs
->nextfu->fmt = padding;
182
if (fshead->
nextfs
->
nextfs
== NULL)
390
fshead->
nextfs
->nextfu->fmt[TYPE_OFFSET] = 'x';
393
fshead->
nextfs
->nextfu->fmt[TYPE_OFFSET] = 'd';
hexdump.c
82
for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->
nextfs
) {
88
for (tfs = fshead; tfs; tfs = tfs->
nextfs
)
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
;
display.c
82
fs = fs->
nextfs
, bp = savebp, address = saveaddress)
Completed in 137 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025