hush: make parse_dollar flag quited status regardless of glob escaping status

function                                             old     new   delta
parse_stream_dquoted                                 228     233      +5
parse_stream                                        2369    2371      +2
parse_dollar                                         730     717     -13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 7/-13)              Total: -6 bytes

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko
2010-09-09 14:04:57 +02:00
parent 5b6210cf49
commit 101a4e3e21
3 changed files with 22 additions and 21 deletions

View File

@@ -1,11 +1,11 @@
b1=-qwerty-t-\-"---z-*-?-
b1=-qwerty-t-\-"---z-*-?-
b2=-qwerty-\t-\-"-\--\z-\*-\?-
b2=-qwerty-\t-\-"-\--\z-\*-\?-
b3=-$a-\t-\\-\"-\--\z-\*-\?-
b3=-$a-\t-\\-\"-\--\z-\*-\?-
c=-$a-\t-\\-\"-\--\z-\*-\?-
c=-$a-\t-\\-\"-\--\z-\*-\?-
c=-$a-\t-\\-\"-\--\z-\*-\?-
c=-$a-\t-\\-\"-\--\z-\*-\?-
b1=-qwerty-t-\-"-`---z-*-?-
b1=-qwerty-t-\-"-`---z-*-?-
b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
b3=-$a-\t-\\-\"-\`-\--\z-\*-\?-
b3=-$a-\t-\\-\"-\`-\--\z-\*-\?-
c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
Done: 0