Searched refs:have_pipe2_really (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dpipe2.c55 static int have_pipe2_really; /* 0 = unknown, 1 = yes, -1 = no */ local
56 if (have_pipe2_really >= 0)
61 have_pipe2_really = 1;
64 have_pipe2_really = -1;

Completed in 309 milliseconds