Home
last modified time | relevance | path

Searched refs:ConfigSetType (Results 1 – 20 of 20) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/test/config/
H A Dcommon.h38 extern const struct ConfigSetType CstAddress;
39 extern const struct ConfigSetType CstBool;
40 extern const struct ConfigSetType CstEnum;
41 extern const struct ConfigSetType CstLong;
43 extern const struct ConfigSetType CstNumber;
44 extern const struct ConfigSetType CstPath;
45 extern const struct ConfigSetType CstQuad;
46 extern const struct ConfigSetType CstRegex;
47 extern const struct ConfigSetType CstSlist;
48 extern const struct ConfigSetType CstSort;
[all …]
H A Dset.c91 const struct ConfigSetType CstDummy = { in degenerate_tests()
258 const struct ConfigSetType CstDummy = { in test_config_set()
272 const struct ConfigSetType CstDummy2 = { in test_config_set()
387 const struct ConfigSetType *cst = cs_get_type_def(cs, 15); in test_config_set()
H A Dcommon.c155 const struct ConfigSetType *cst = cs_get_type_def(cs, he->type); in cs_dump_set()
/dports/mail/neomutt/neomutt-20211029/config/
H A Dset.c37 struct ConfigSetType RegisteredTypes[18] = {
54 const struct ConfigSetType *cst = NULL; in cs_hashelem_free()
133 const struct ConfigSetType *cst = cs_get_type_def(cs, cdef->type); in reg_one_var()
490 const struct ConfigSetType *cst = NULL; in cs_he_initial_get()
550 const struct ConfigSetType *cst = NULL; in cs_he_string_set()
624 const struct ConfigSetType *cst = NULL; in cs_he_string_get()
692 const struct ConfigSetType *cst = NULL; in cs_he_native_set()
751 const struct ConfigSetType *cst = NULL; in cs_str_native_set()
796 const struct ConfigSetType *cst = NULL; in cs_he_native_get()
865 const struct ConfigSetType *cst = NULL; in cs_he_string_plus_equals()
[all …]
H A Dset.h95 struct ConfigSetType struct
262 struct ConfigSetType types[18]; ///< All the defined config types argument
270 const struct ConfigSetType *cs_get_type_def(const struct ConfigSet *cs, unsigned int type);
272 bool cs_register_type (struct ConfigSet *cs, const struct ConfigSetType *cst);
H A Denum.c190 const struct ConfigSetType CstEnum = {
H A Dbool.c224 const struct ConfigSetType CstBool = {
H A Dsort.c213 const struct ConfigSetType CstSort = {
H A Dquad.c244 const struct ConfigSetType CstQuad = {
H A Dpath.c247 const struct ConfigSetType CstPath = {
H A Daddress.c262 const struct ConfigSetType CstAddress = {
H A Dlong.c237 const struct ConfigSetType CstLong = {
H A Dstring.c258 const struct ConfigSetType CstString = {
H A Ddump.c150 const struct ConfigSetType *cst = cs_get_type_def(cs, he->type); in dump_config_neo()
H A Dnumber.c257 const struct ConfigSetType CstNumber = {
H A Dregex.c301 const struct ConfigSetType CstRegex = {
H A Dmbtable.c295 const struct ConfigSetType CstMbtable = {
H A Dslist.c304 const struct ConfigSetType CstSlist = {
/dports/mail/neomutt/neomutt-20211029/test/
H A Dcommon.c37 extern const struct ConfigSetType Cst##NAME; \
/dports/mail/neomutt/neomutt-20211029/
H A Dmutt_config.c44 extern const struct ConfigSetType Cst##NAME; \