Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c1382 #define NO_TILDE (1<<4) // ~username/path macro
1396 if (!(flags&NO_TILDE) && *str == '~') { in expand_arg_nobrace()