Home
last modified time | relevance | path

Searched refs:SERVER_LOOP (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/IO/t/
Dio_sock.t106 SERVER_LOOP: label
108 last SERVER_LOOP unless my $sock = $listen->accept;
110 last SERVER_LOOP if /^quit/;
345 SERVER_LOOP: while (1) { label
346 last SERVER_LOOP unless my $sock = $listen->accept;
351 last SERVER_LOOP if /^quit/;