Home
last modified time | relevance | path

Searched refs:c_sglob_t (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_sglob.h81 void c_sglob_cleanup( c_sglob_t *sglob );
93 void c_sglob_init( c_sglob_t *sglob ) { in c_sglob_init()
107 void c_sglob_parse( char const *s, c_sglob_t *sglob );
H A Dc_sglob.c40 void c_sglob_cleanup( c_sglob_t *sglob ) { in c_sglob_cleanup()
49 void c_sglob_parse( char const *s, c_sglob_t *sglob ) { in c_sglob_parse()
H A Dtypes.h123 typedef struct c_sglob c_sglob_t; typedef
H A Dc_sname.h420 bool c_sname_match( c_sname_t const *sname, c_sglob_t const *sglob );
H A Dc_sname.c152 bool c_sname_match( c_sname_t const *sname, c_sglob_t const *sglob ) { in c_sname_match()
H A Dparser.y499 c_sglob_t sglob; ///< Scoped glob to match, if any.