Home
last modified time | relevance | path

Searched refs:parse_f (Results 1 – 7 of 7) sorted by relevance

/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/serialize/
H A Dstreamer.py12 parse_f, stream_f = v
13 self.parse_lookup[c] = parse_f
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvcc/
H A Dvcc_parse.c355 typedef void parse_f(struct vcc *tl); typedef
359 parse_f *func;
/dports/x11/yelp/yelp-40.3/libyelp/
H A Dyelp-man-parser.c144 DECLARE_LINE_PARSER (parse_f)
164 { "x f", parse_xf }, { "f", parse_f },
559 parse_f (YelpManParser *parser, GError **error) in parse_f() function
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/
H A DMANIFEST42 t/parse_f.t
/dports/math/libpgmath/flang-d07daf3/lib/scutil/
H A Dlegacy-folding-api.c848 parse_f(const char *s, IEEE32 *f, int n, bool is_hex) in parse_f() function
864 return parse_f(s, f, n, false); in atoxf()
870 return parse_f(s, f, n, true); in hxatoxf()
/dports/sysutils/bfs/bfs-2.3.1/
H A Dparse.c1279 static struct expr *parse_f(struct parser_state *state, int arg1, int arg2) { in parse_f() function
3103 {"-f", T_FLAG, parse_f},
/dports/biology/py-biom-format/biom-format-2.1.10/biom/
H A Dtable.py4000 parse_f = parser[category]
4003 md_dict[category] = parse_f(data_row)