OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextfu
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/hexdump/
hexdump.h
55
struct _fu *
nextfu
; /* next format unit */
member in struct:_fu
67
struct _fu *
nextfu
; /* linked list of format units */
member in struct:_fs
parse.c
98
FU *tfu, **
nextfu
;
local in function:add
108
nextfu
= &tfs->
nextfu
;
119
*
nextfu
= tfu;
120
nextfu
= &tfu->
nextfu
;
174
for (cursize = 0, fu = fs->
nextfu
; fu; fu = fu->
nextfu
) {
229
for (fu = fs->
nextfu
; fu; fu = fu->
nextfu
) {
[
all
...]
Completed in 12 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025