mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-27 02:50:57 +01:00
47300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet.
All uses reviewed; no functional change.
This commit is contained in:
parent
cab21aff93
commit
d4da2c73f0
3 changed files with 32 additions and 3 deletions
|
|
@ -2828,6 +2828,13 @@ freeeprog(Eprog p)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* dup is of type 'enum ec_dup_t'.
|
||||
*
|
||||
* If tokflag is not NULL, *tokflag will be set to 1 if the string contains
|
||||
* tokens and to 0 otherwise.
|
||||
*/
|
||||
|
||||
/**/
|
||||
char *
|
||||
ecgetstr(Estate s, int dup, int *tokflag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue