Searched defs:start_flags (Results 1 – 2 of 2) sorted by relevance
467 let start_flags = get_fd_flags(fd)?; in add_fd_flags() localVariable475 let start_flags = get_fd_flags(fd)?; in clear_fd_flags() localVariable
1412 fn start_flags(&self, text: &[u8], at: usize) -> (EmptyFlags, StateFlags) { in start_flags() method