Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/rpcgen/
Drpc_util.h122 void expected3(tok_kind, tok_kind, tok_kind) __dead;
Drpc_scan.c104 expected3(expect1, expect2, expect3); in scan3()
Drpc_util.c319 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3() function
/netbsd/src/external/gpl3/gdb/dist/gdb/
Drust-parse.c2256 const int expected3[] = { FLOAT, EQEQ, '(', ')', 0 }; in rust_lex_test_trailing_dot() local
2262 rust_lex_test_sequence (parser, "23.==()", ARRAY_SIZE (expected3), in rust_lex_test_trailing_dot()
2263 expected3); in rust_lex_test_trailing_dot()