1
0
Fork 0
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:
Daniel Shahaf 2020-03-22 08:09:09 +00:00
parent cab21aff93
commit d4da2c73f0
3 changed files with 32 additions and 3 deletions

View file

@ -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)