HomeSort by: relevance | last modified time | path
    Searched defs:reducing (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
ure.c 205 * Structure used for constructing the NFA and reducing to a minimal DFA.
208 int reducing; member in struct:_ure_buffer_t
325 * If the `reducing' parameter is non-zero, check to see if the value
328 if (b->reducing != 0 && b->expr[v].onstack != 0)
343 * If the `reducing' parameter is non-zero, flag the element as being on
346 if (b->reducing != 0)
368 if (b->reducing)
1379 b->reducing = 1;
1407 * reducing subexpressions generated as a result of a reduction.
1543 b->reducing = 0
    [all...]

Completed in 23 milliseconds