MINOR: vars: add a VF_CREATEONLY flag for creation

Passing this flag to var_set() will result in the variable to only be
created if it did not exist, otherwise nothing is done (it's not even
updated). This will be used for pre-registering names.
2 files changed