Home
last modified time | relevance | path

Searched refs:parse_word (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/shlex/src/
Dlib.rs54 fn parse_word(&mut self, mut ch: u8) -> Option<String> { in parse_word() method
144 self.parse_word(ch) in next()
/third_party/toybox/toys/pending/
Dsh.c520 static char *parse_word(char *start) in parse_word() function
774 if ((end = parse_word(start)) == (void *)1) in parse_line()