Searched refs:TR_SQUEEZE (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/builtin/
H A Dtr.c96 #define TR_SQUEEZE (1<<2) macro
314 switch (flags & (TR_DELETE|TR_SQUEEZE))
317 case TR_SQUEEZE:
318 case TR_DELETE|TR_SQUEEZE:
327 squeeze = (flags & TR_SQUEEZE) ? ONEBIT : 0;
388 if ((flags & (TR_DELETE|TR_SQUEEZE)) == (TR_DELETE|TR_SQUEEZE))
521 flags |= TR_SQUEEZE;

Completed in 10 milliseconds