Lines Matching refs:tok
306 FbTokenType tok = php_firebird_get_token(&p, end); in php_firebird_preprocess() local
309 while (p < end && (tok == ttComment || tok == ttWhite)) in php_firebird_preprocess()
312 tok = php_firebird_get_token(&p, end); in php_firebird_preprocess()
315 if (p >= end || tok != ttIdent) in php_firebird_preprocess()
336 tok = php_firebird_get_token(&p, end); in php_firebird_preprocess()
337 while (p < end && (tok == ttComment || tok == ttWhite)) in php_firebird_preprocess()
340 tok = php_firebird_get_token(&p, end); in php_firebird_preprocess()
342 if (p >= end || tok != ttIdent) in php_firebird_preprocess()
379 tok = php_firebird_get_token(&p, end); in php_firebird_preprocess()
380 switch (tok) in php_firebird_preprocess()
383 tok = php_firebird_get_token(&p, end); in php_firebird_preprocess()
384 if (tok == ttIdent /*|| tok == ttString*/) in php_firebird_preprocess()