OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRAMMAR_C
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
239
GRAMMAR_C
= Python/graminit.c
619
$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(
GRAMMAR_C
)
620
$(
GRAMMAR_C
): $(GRAMMAR_H) $(GRAMMAR_INPUT) $(PGENSRCS)
622
touch $(
GRAMMAR_C
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
240
GRAMMAR_C
= Python/graminit.c
620
$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(
GRAMMAR_C
)
621
$(
GRAMMAR_C
): $(GRAMMAR_H) $(GRAMMAR_INPUT) $(PGENSRCS)
623
touch $(
GRAMMAR_C
)
[
all
...]
Completed in 53 milliseconds