HomeSort by relevance Sort by last modified time
    Searched full:prestr (Results 1 - 3 of 3) 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/chromium_org/third_party/angle_dx11/src/compiler/
OutputGLSLBase.h 27 void writeTriplet(Visit visit, const char* preStr, const char* inStr, const char* postStr);
OutputGLSLBase.cpp 57 void TOutputGLSLBase::writeTriplet(Visit visit, const char* preStr, const char* inStr, const char* postStr)
60 if (visit == PreVisit && preStr)
62 out << preStr;

Completed in 50 milliseconds