HomeSort by: relevance | last modified time | path
    Searched refs:SIMPLE (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcompat/regexp/
regexp.c 51 * simple cases. They are:
95 #define STAR 10 /* node Match this (simple) thing 0 or more times. */
96 #define PLUS 11 /* node Match this (simple) thing 1 or more times. */
118 * BRANCH structures using BACK. Simple cases (one character
160 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
437 if (op == '*' && (flags&SIMPLE))
446 } else if (op == '+' && (flags&SIMPLE))
497 *flagp |= HASWIDTH|SIMPLE;
531 *flagp |= HASWIDTH|SIMPLE;
    [all...]
  /src/sys/arch/m68k/060sp/dist/
test.doc 38 68060 SOFTWARE PACKAGE (Kernel version) SIMPLE TESTS
41 The files itest.sa and ftest.sa contain simple tests to check
180 Again, itest.sa and ftest.sa are simple tests and do not thoroughly

Completed in 11 milliseconds