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

  /bionic/libc/regex/
regex2.h 137 sopno laststate; /* the final OEND */ member in struct:re_guts
  /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 407 milliseconds