Searched refs:nextone (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/network_cmds-457/kdumpd.tproj/
H A Dkdumpsubs.c72 static int nextone; /* index of next buffer to use */ variable
97 nextone = x; /* ahead or behind? */
139 b = &bfs[nextone]; /* look at "next" buffer */
142 nextone = !nextone; /* "incr" next buffer ptr */
207 b = &bfs[nextone];
214 nextone = !nextone; /* incr for next time */
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dtftpsubs.c84 static int nextone; /* index of next buffer to use */ variable
105 nextone = x; /* ahead or behind? */
149 b = &bfs[nextone]; /* look at "next" buffer */
152 nextone = !nextone; /* "incr" next buffer ptr */
221 b = &bfs[nextone];
228 nextone = !nextone; /* incr for next time */
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A Dtftpsubs.c73 static int nextone; /* index of next buffer to use */ variable
103 nextone = x; /* ahead or behind? */
146 b = &bfs[nextone]; /* look at "next" buffer */
149 nextone = !nextone; /* "incr" next buffer ptr */
218 b = &bfs[nextone];
225 nextone = !nextone; /* incr for next time */
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dtftpd.c187 static int nextone; /* index of next buffer to use */ variable
436 nextone = x; /* ahead or behind? */
482 b = &bfs[nextone]; /* look at "next" buffer */
485 nextone = !nextone; /* "incr" next buffer ptr */
561 b = &bfs[nextone];
578 nextone = !nextone; /* incr for next time */
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Ddatefield.itk1015 set nextone [expr $lastone + 1]
1016 if {[catch {clock scan $month/$nextone/$year}] != 0} {
/macosx-10.10.1/vim-55/src/
H A Dspell.c10883 goto nextone;
10894 goto nextone;
10901 goto nextone;
10907 goto nextone;
10917 goto nextone;
10931 goto nextone;
10977 nextone:

Completed in 210 milliseconds