Home | History | Annotate | Download | only in src

Lines Matching full:categories

129 #					'categories' of program that the test
184 -C c Specify the comma separated list of categories the program
230 # Categories of the program under test. Provide the current
232 %categories = (
265 die "$prog: categories can't be negated on the command line\n"
267 $categories{$c} = 1;
690 return 0 if ($test{'need-ctty'} && defined $categories{'regress:no-ctty'});
697 return 0 if (defined $categories{$c});
700 $ok = 1 if (defined $categories{$c});