Home | History | Annotate | Download | only in docs

Lines Matching refs:inc

4 # Copyright ? 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
18 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
34 Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
98 my ($inc, $required) = @$_;
100 next unless -f $inc or $required;
101 die "$this_program: can't open `$inc' ($!)\n"
102 unless open INC, $inc;
107 while (<INC>)
130 die "$inc:$.:$@";
145 close INC;
147 die "$this_program: no valid information found in `$inc'\n"