Searched refs:L_nogood (Results 1 – 1 of 1) sorted by relevance
56 #define L_nogood (EOS + (EOS << 1)) /* To catch #i */ macro98 hash = (token[1] == EOS) ? L_nogood : (token[0] + (token[2] << 1)); in control()117 default: hash = L_nogood; in control()118 case L_nogood: tp = ""; break; in control()121 hash = L_nogood; in control()
Completed in 6 milliseconds