HomeSort by relevance Sort by last modified time
    Searched refs:laststate (Results 1 - 10 of 10) sorted by null

  /bionic/libc/upstream-netbsd/libc/regex/
regex2.h 189 sopno laststate; /* the final OEND */ member in struct:re_guts
engine.c 189 const sopno gl = g->laststate;
regcomp.c 313 g->laststate = THERE();
    [all...]
  /external/llvm/lib/Support/
regex2.h 137 sopno laststate; /* the final OEND */ member in struct:re_guts
regengine.inc 141 const sopno gl = g->laststate;
regcomp.c 230 g->laststate = THERE();
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 137 sopno laststate; /* the final OEND */ member in struct:re_guts
engine.c 137 const sopno gl = g->laststate;
regcomp.c 222 g->laststate = THERE();
    [all...]
  /system/core/adb/
commandline.c 455 char *laststate = 0; local
480 if(laststate && !strcmp(state,laststate)){
483 if(laststate) free(laststate);
484 laststate = strdup(state);
    [all...]

Completed in 101 milliseconds