HelenOS sources

TOKEN_TRUE        270 uspace/lib/bithenge/src/script.c 			state->token = TOKEN_TRUE;
TOKEN_TRUE        534 uspace/lib/bithenge/src/script.c 	if (state->token == TOKEN_TRUE || state->token == TOKEN_FALSE) {
TOKEN_TRUE        535 uspace/lib/bithenge/src/script.c 		bool val = state->token == TOKEN_TRUE;
HelenOS homepage, sources at GitHub