Home
last modified time | relevance | path

Searched refs:L_nogood (Results 1 – 1 of 1) sorted by relevance

/trunk/main/rsc/source/rscpp/
H A Dcpp2.c56 #define L_nogood (EOS + (EOS << 1)) /* To catch #i */ macro
98 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 16 milliseconds