Home
last modified time | relevance | path

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

/NovaShell/src/shell/
H A Dmod.rs272 let mut left_quote: char = ' '; in readline() localVariable
275 if left_quote != ' ' { in readline()
276 if ch == left_quote { in readline()
277 left_quote = ' '; in readline()
284 left_quote = ch; in readline()