Searched refs:tfoo (Results 1 – 2 of 2) sorted by relevance
169 coord foo[15], *tfoo; in enexto() local172 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 …]
24 is( Pod::Simple::XMLOutStream->_out("=pod\n\nB<\tfoo>\n"),