Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Dcomplete.h43 COMPLETE_DONT_ESCAPE_TILDES = 1 << 5, enumerator
H A Dexpand.cpp836 comp.flags |= COMPLETE_DONT_ESCAPE_TILDES; in unexpand_tildes()
H A Dreader.cpp1546 bool no_tilde = bool(flags & COMPLETE_DONT_ESCAPE_TILDES); in completion_apply_to_command_line()