Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dgenchars.pl267 $SGTTY = CheckStructure("sgttyb","sgtty.h");
295 $tchars = CheckStructure("tchars","sgtty.h");
303 $ltchars = CheckStructure("ltchars","sgtty.h");
H A DConfigure.pm517 sub CheckStructure { # Check existance of a structure. subroutine