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

  /bionic/libc/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 334 char *laststate = 0; local
359 if(laststate && !strcmp(state,laststate)){
362 if(laststate) free(laststate);
363 laststate = strdup(state);
    [all...]

Completed in 27 milliseconds