OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextone
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/tftp/
tftpsubs.c
73
static int
nextone
; /* index of next buffer to use */
variable in typeref:typename:int
103
nextone
= x; /* ahead or behind? */
146
b = &bfs[
nextone
]; /* look at "next" buffer */
149
nextone
= !
nextone
; /* "incr" next buffer ptr */
214
b = &bfs[
nextone
];
221
nextone
= !
nextone
; /* incr for next time */
tftpsubs.c
73
static int
nextone
; /* index of next buffer to use */
variable in typeref:typename:int
103
nextone
= x; /* ahead or behind? */
146
b = &bfs[
nextone
]; /* look at "next" buffer */
149
nextone
= !
nextone
; /* "incr" next buffer ptr */
214
b = &bfs[
nextone
];
221
nextone
= !
nextone
; /* incr for next time */
Completed in 27 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025