Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Dhack.makemon.c169 coord foo[15], *tfoo; in enexto() local
172 tfoo = foo; in enexto()
177 tfoo->x = x; in enexto()
178 tfoo++->y = yy-range; in enexto()
179 if(tfoo == &foo[15]) goto foofull; in enexto()
183 tfoo->x = x; in enexto()
184 tfoo++->y = yy+range; in enexto()
185 if(tfoo == &foo[15]) goto foofull; in enexto()
189 tfoo->x = xx-range; in enexto()
190 tfoo++->y = y; in enexto()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfcodes.t24 is( Pod::Simple::XMLOutStream->_out("=pod\n\nB<\tfoo>\n"),