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

  /xsrc/external/mit/xedit/dist/lisp/re/
rec.c 727 long mine, maxc; local
741 mine = maxc = -1;
748 mine = strtol((char*)inf->ptr, (char**)&end, 10);
774 if (mine == maxc) {
780 if (mine >= 255 || maxc >= 255 ||
781 (mine >= 0 && maxc >= 0 && mine > maxc))
785 if (exact && mine == 1)
794 if (mine == 0 && maxc == 1)
798 rep->mine = mine
    [all...]
rep.h 313 short mine; /* minimum or exact number of matches */ member in struct:_rec_rep

Completed in 44 milliseconds