mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
45066: internal: Document forklevel, locallevel, and exit_pending.
This commit is contained in:
parent
a370f24137
commit
ae7e291873
4 changed files with 17 additions and 2 deletions
|
|
@ -971,6 +971,10 @@ hashcmd(char *arg0, char **pp)
|
|||
return cn;
|
||||
}
|
||||
|
||||
/* The value that 'locallevel' had when we forked. When we get back to this
|
||||
* level, the current process (which is a subshell) will terminate.
|
||||
*/
|
||||
|
||||
/**/
|
||||
int
|
||||
forklevel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue