Searched refs:expect2 (Results 1 – 2 of 2) sorted by relevance
397 expect2=$prefix:400 expect2=${expect2}${new_bit}:allow402 expect2=$prefix:405 expect2=${expect2}${new_bit}:allow409 $expect2 0)
82 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() argument85 if (tokp->kind != expect1 && tokp->kind != expect2) in scan2()86 expected2(expect1, expect2); in scan2()93 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3() argument96 if (tokp->kind != expect1 && tokp->kind != expect2 && in scan3()98 expected3(expect1, expect2, expect3); in scan3()