Home
last modified time | relevance | path

Searched refs:ANTLR3_STRDUP (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3defs.h486 #ifndef ANTLR3_STRDUP
490 #define ANTLR3_STRDUP(instr) (pANTLR3_UINT8)(strdup ((const char *)(instr))) macro
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c652 entry->keybase.key.sKey = ANTLR3_STRDUP(key); /* Record the key value */ in antlr3HashPut()