Home
last modified time | relevance | path

Searched defs:ambiguous (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/posix/
Dlogger.c35 int try, i, matchlen = 0, found = -1, ambiguous = 1; in arrayfind() local
/third_party/rust/crates/clap/src/parser/features/
Dsuggestions.rs88 fn ambiguous() { in ambiguous() function