OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:laststate
(Results
1 - 10
of
10
) 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
...]
/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
374
char *
laststate
= 0;
local
399
if(
laststate
&& !strcmp(state,
laststate
)){
402
if(
laststate
) free(
laststate
);
403
laststate
= strdup(state);
[
all
...]
Completed in 183 milliseconds