/external/webkit/Tools/android/flex-2.5.4a/ |
skel.c | 5 const char *skel[] = { variable [all...] |
mkskel.sh | 8 const char *skel[] = {
|
flexdef.h | 405 * skel - compiled-in skeleton array 406 * skel_ind - index into "skel" array, if skelfile is nil 432 extern const char *skel[]; [all...] |
misc.c | 774 * Copies skelfile or skel array to stdout until a line beginning with 784 * one, or from the skel[] array. 788 ((buf = (char *) skel[skel_ind++]) != 0) ) 789 { /* copy from skel array */ 819 * newline, skel[] array does not.
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/ |
Makefile | 87 sym.c tblcmp.c yylex.c skel.c
|
/external/bison/ |
Android.mk | 64 src/scan-skel-c.c \
|
/external/icu4c/test/intltest/ |
dtptngts.cpp | 773 const char *skel; member in struct:DTPtnGenOptionsData [all...] |
/external/icu4c/test/cintltst/ |
udatpg_test.c | 354 const UChar * skel; member in struct:DTPtnGenOptionsData 374 /*loc skel options expectedPattern */ 397 int32_t patLen = udatpg_getBestPatternWithOptions(dtpgen, testDataPtr->skel, -1, 405 testDataPtr->locale, u_austrncpy(skelBytes,testDataPtr->skel,kTestOptionsPatLenMax), testDataPtr->options,
|
/external/bison/src/ |
Makefile | 43 scan-gram.c scan-skel.c 88 scan-gram-c.$(OBJEXT) scan-skel-c.$(OBJEXT) state.$(OBJEXT) \ 269 scan-skel-c.c scan-skel.h \ 279 EXTRA_bison_SOURCES = scan-skel.l scan-gram.l 280 BUILT_SOURCES = scan-skel.c scan-gram.c parse-gram.c parse-gram.h 391 include ./$(DEPDIR)/scan-skel-c.Po 392 include ./$(DEPDIR)/scan-skel.Po 550 -rm -f scan-skel.c
|
/external/bison/djgpp/ |
config.bat | 214 test -f %XSRC%/src/c-scan-skel.c
216 test -f %XSRC%/src/scan-skel-c.c
217 if not errorlevel 1 mv -f %XSRC%/src/scan-skel-c.c %XSRC%/src/c-scan-skel.c
317 Rem Use only if you want to change the scan-gram.l and scan-skel.l files.
321 : sed "/outfile=/s/\.yy/yy/" %XSRC%/src/scan-skel.l > scan-skel.l
323 : mv ./scan-skel.l %XSRC%/src/scan-skel.l
|