HomeSort by relevance Sort by last modified time
    Searched full:have_pipe2_really (Results 1 - 1 of 1) sorted by null

  /external/bison/lib/
pipe2.c 55 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 3970 milliseconds