OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisitem
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/telnetd/
utility.c
201
char *
thisitem
, *next;
local in function:netclear
207
thisitem
= nclearto > netobuf ? nclearto : netobuf;
209
thisitem
= netobuf;
212
while ((next = nextitem(
thisitem
, nbackp)) != NULL && (next <= nbackp)) {
213
thisitem
= next;
216
/* Now,
thisitem
is first before/at boundary. */
224
while ((
thisitem
!= NULL) && (nfrontp >
thisitem
)) {
225
if (wewant(
thisitem
)) {
228
next =
thisitem
;
[
all
...]
/src/usr.bin/telnet/
telnet.c
2170
char *
thisitem
, *next;
2175
thisitem
= netobuf;
2177
while ((next = nextitem(
thisitem
)) <= netobuf.send) {
2178
thisitem
= next;
2181
/* Now,
thisitem
is first before/at boundary. */
2185
while (netoring.add >
thisitem
) {
2186
if (wewant(
thisitem
)) {
2189
next =
thisitem
;
2193
length = next-
thisitem
;
2194
memmove(good,
thisitem
, length)
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Nov 08 09:09:57 GMT 2025