HomeSort by relevance Sort by last modified time
    Searched full:prestr (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
b.c 66 static uschar *prestr; /* current position in current re */ variable
610 lastre = prestr = (uschar *) p; /* prestr points to string to be parsed */
619 FATAL("syntax error in regular expression %s at %s", lastre, prestr);
672 FATAL("syntax error in regular expression %s at %s", lastre, prestr);
674 FATAL("illegal primary in regular expression %s at %s", lastre, prestr);
776 switch (c = *prestr++) {
782 case '\0': prestr--; return '\0';
789 rlxval = quoted((char **) &prestr);
798 if (*prestr == '^')
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]

Completed in 208 milliseconds