search for: dqvarnest

Displaying 7 results from an estimated 7 matches for "dqvarnest".

2019 Jan 25
0
[klibc:update-dash] parser: Add syntax stack for recursive parsing
...ptabs; /* if set, strip leading tabs */ }; +struct synstack { + const char *syntax; + struct synstack *prev; + struct synstack *next; + int innerdq; + int varpushed; + int dblquote; + int varnest; /* levels of variables expansion */ + int parenlevel; /* levels of parens in arithmetic */ + int dqvarnest; /* levels of variables expansion within double quotes */ +}; + struct heredoc *heredoclist; /* list of here documents to read */ @@ -841,6 +853,21 @@ static int pgetc_eatbnl(void) return c; } +static void synstack_push(struct synstack **stack, struct synstack *next, + const char *sy...
2020 Mar 28
0
[klibc:update-dash] dash: parser: Add syntax stack for recursive parsing
...ptabs; /* if set, strip leading tabs */ }; +struct synstack { + const char *syntax; + struct synstack *prev; + struct synstack *next; + int innerdq; + int varpushed; + int dblquote; + int varnest; /* levels of variables expansion */ + int parenlevel; /* levels of parens in arithmetic */ + int dqvarnest; /* levels of variables expansion within double quotes */ +}; + struct heredoc *heredoclist; /* list of here documents to read */ @@ -841,6 +853,21 @@ static int pgetc_eatbnl(void) return c; } +static void synstack_push(struct synstack **stack, struct synstack *next, + const char *sy...
2006 Jan 08
2
[mips] pipe doesn't work in dash
...mp' or 'vfork' dash/parser.c:845: warning: variable 'arinest' might be clobbered by 'longjmp' or 'vfork' dash/parser.c:846: warning: variable 'parenlevel' might be clobbered by 'longjmp' or 'vfork' dash/parser.c:847: warning: variable 'dqvarnest' might be clobbered by 'longjmp' or 'vfork' dash/parser.c:848: warning: variable 'oldstyle' might be clobbered by 'longjmp' or 'vfork' dash/parser.c:849: warning: variable 'prevsyntax' might be clobbered by 'longjmp' or 'vfork' das...
2010 Mar 22
1
[git pull] dash, sh4, README's
...exit [klibc] [EXPAND] Do not quote back slashes in parameter expansions outside quotes [klibc] [EXPAND] Perform tilde expansion in all parameter expansion words [klibc] [PARSER] Remove superfluous arinest test in CENDQUOTE [klibc] [PARSER] Remove superfluous arinest test for dqvarnest [klibc] [PARSER] Remove superfluous dblquote settings when ending arith [klibc] [PARSER] Remove arithmetic expansion collapsing at parse time [klibc] [EXPAND] Do not expand tilde in parameter expansion within quotes [klibc] [EXPAND] Move parse-time quote flag detection to ru...
2010 Apr 16
0
[git pull v4] dash, sh4, ipconfig, dprintf, fstype, README's
...exit [klibc] [EXPAND] Do not quote back slashes in parameter expansions outside quotes [klibc] [EXPAND] Perform tilde expansion in all parameter expansion words [klibc] [PARSER] Remove superfluous arinest test in CENDQUOTE [klibc] [PARSER] Remove superfluous arinest test for dqvarnest [klibc] [PARSER] Remove superfluous dblquote settings when ending arith [klibc] [PARSER] Remove arithmetic expansion collapsing at parse time [klibc] [EXPAND] Do not expand tilde in parameter expansion within quotes [klibc] [EXPAND] Move parse-time quote flag detection to ru...
2010 Apr 16
0
[PATCH] pull faccessat() system call
...exit [klibc] [EXPAND] Do not quote back slashes in parameter expansions outside quotes [klibc] [EXPAND] Perform tilde expansion in all parameter expansion words [klibc] [PARSER] Remove superfluous arinest test in CENDQUOTE [klibc] [PARSER] Remove superfluous arinest test for dqvarnest [klibc] [PARSER] Remove superfluous dblquote settings when ending arith [klibc] [PARSER] Remove arithmetic expansion collapsing at parse time [klibc] [EXPAND] Do not expand tilde in parameter expansion within quotes [klibc] [EXPAND] Move parse-time quote flag detection to ru...
2010 Mar 28
1
[git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's
...exit [klibc] [EXPAND] Do not quote back slashes in parameter expansions outside quotes [klibc] [EXPAND] Perform tilde expansion in all parameter expansion words [klibc] [PARSER] Remove superfluous arinest test in CENDQUOTE [klibc] [PARSER] Remove superfluous arinest test for dqvarnest [klibc] [PARSER] Remove superfluous dblquote settings when ending arith [klibc] [PARSER] Remove arithmetic expansion collapsing at parse time [klibc] [EXPAND] Do not expand tilde in parameter expansion within quotes [klibc] [EXPAND] Move parse-time quote flag detection to ru...