Lines Matching defs:is
4 * Permission is hereby granted, free of charge, to any person obtaining a
9 * Software is furnished to do so, subject to the following conditions:
35 * This file is a placeholder to add code to analyse and optimize the
215 /* Cannot check if is .*$ as the input
339 /* Check if the first group element is a complex pattern */
536 * This is useful when building an alternative list that is composed
537 * only of strings, but the regex is case insensitive, in wich case
538 * the first pass may have splited some patterns, but if it is a member
539 * of an alternatives list, the cost of using a string list is smaller */
568 /* XXX If everything is a (case) byte, the pattern should be
572 * very important, if performance is required, it should have already
581 int i, j, tlen, len, is;
611 is = len = 1;
614 is = len = 2;
617 is = 0;
623 if (!is) {
637 if (is == 1)