Home
last modified time | relevance | path

Searched refs:es_type_define_fatptr (Results 1 – 3 of 3) sorted by relevance

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/dsl/
H A Des.h181 EsType es_type_define_fatptr (const char *name,
H A Doptscript.c407 OPT_TYPE_ARRAY = es_type_define_fatptr ("arraytype", in opt_init()
413 OPT_TYPE_DICT = es_type_define_fatptr ("dicttype", in opt_init()
419 OPT_TYPE_OPERATOR = es_type_define_fatptr ("operatortype", in opt_init()
425 OPT_TYPE_STRING = es_type_define_fatptr ("stringtype", in opt_init()
431 OPT_TYPE_NAME = es_type_define_fatptr ("nametype", in opt_init()
H A Des.c1510 es_type_define_fatptr (const char *name, in es_type_define_fatptr() function