Searched refs:_next (Results 26 - 28 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d6089 private Range _next;
6099 for ( _end = 0; !_next.empty ; _next.popFront)
6101 if (isTerminator(_next.front))
6111 _next = _input.save;
6133 _next = next;
6187 if (_next.empty)
6189 _input = _next;
6193 _next.popFront();
6194 _input = _next
[all...]
/netbsd-current/sys/net/
H A Dif_wg.c5084 goto _next;
5087 goto _next;
5095 goto _next;
5103 goto _next;
5110 _next:
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i650 %rename(_next) edns_option::next;

Completed in 206 milliseconds

12