OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_push_for_pull_env
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
output.c
622
char const *
use_push_for_pull_env
= getenv ("BISON_USE_PUSH_FOR_PULL");
624
if (
use_push_for_pull_env
!= NULL
625
&&
use_push_for_pull_env
[0] != '\0'
626
&& 0 != strcmp (
use_push_for_pull_env
, "0"))
621
char const *
use_push_for_pull_env
= getenv ("BISON_USE_PUSH_FOR_PULL");
local
/prebuilts/misc/linux-x86/bison/
bison
Completed in 516 milliseconds