Home
last modified time | relevance | path

Searched refs:ParseCtx (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/z88dk/z88dk/src/z80asm/
H A Dparse.c55 ParseCtx *ParseCtx_new(void) in ParseCtx_new()
57 ParseCtx *ctx = m_new(ParseCtx); in ParseCtx_new()
69 void ParseCtx_delete(ParseCtx *ctx) in ParseCtx_delete()
109 static void push_expr(ParseCtx *ctx) in push_expr()
157 static Expr *pop_expr(ParseCtx *ctx) in pop_expr()
224 static void read_token(ParseCtx *ctx) in read_token()
383 static void asm_ELSE(ParseCtx *ctx) in asm_ELSE()
428 static void asm_ENDIF(ParseCtx *ctx) in asm_ENDIF()
460 static void parseline(ParseCtx *ctx) in parseline()
486 ParseCtx *ctx; in parse_file()
[all …]
H A Dparse.h23 typedef struct ParseCtx struct
42 } ParseCtx; argument
45 extern ParseCtx *ParseCtx_new(void);
48 extern void ParseCtx_delete(ParseCtx *ctx);
54 extern bool parse_statement(ParseCtx *ctx);
/dports/www/carbonapi/carbonapi-0.14.1/cmd/carbonapi/http/
H A Dinit.go15 …l.TimeHandler(enrichContextWithHeaders(headersToPass, headersToLog, ctx.ParseCtx(renderHandler, ct…
16 …l.TimeHandler(enrichContextWithHeaders(headersToPass, headersToLog, ctx.ParseCtx(renderHandler, ct…
18 …l.TimeHandler(enrichContextWithHeaders(headersToPass, headersToLog, ctx.ParseCtx(findHandler, ctx.…
19 …l.TimeHandler(enrichContextWithHeaders(headersToPass, headersToLog, ctx.ParseCtx(findHandler, ctx.…
21 …l.TimeHandler(enrichContextWithHeaders(headersToPass, headersToLog, ctx.ParseCtx(infoHandler, ctx.…
22 …l.TimeHandler(enrichContextWithHeaders(headersToPass, headersToLog, ctx.ParseCtx(infoHandler, ctx.…
/dports/chinese/enscript/enscript-1.6.6/afmlib/
H A Dafmparse.c43 typedef struct parse_ctx_st ParseCtx; typedef
153 static int get_token ___P ((AFMHandle handle, ParseCtx *ctx));
154 static int get_line_token ___P ((AFMHandle handle, ParseCtx *ctx));
155 static void get_key ___P ((AFMHandle handle, ParseCtx *ctx,
177 ParseCtx context; in afm_parse_file()
178 ParseCtx *ctx = &context; in afm_parse_file()
521 get_token (AFMHandle handle, ParseCtx *ctx) in get_token()
554 get_line_token (AFMHandle handle, ParseCtx *ctx) in get_line_token()
620 get_key (AFMHandle handle, ParseCtx *ctx, AFMKey *key_return) in get_key()
854 read_kern_pairs (AFMHandle handle, ParseCtx *ctx, AFMFont font) in read_kern_pairs()
[all …]
/dports/print/enscript-letter/enscript-1.6.6/afmlib/
H A Dafmparse.c43 typedef struct parse_ctx_st ParseCtx; typedef
153 static int get_token ___P ((AFMHandle handle, ParseCtx *ctx));
154 static int get_line_token ___P ((AFMHandle handle, ParseCtx *ctx));
155 static void get_key ___P ((AFMHandle handle, ParseCtx *ctx,
177 ParseCtx context; in afm_parse_file()
178 ParseCtx *ctx = &context; in afm_parse_file()
521 get_token (AFMHandle handle, ParseCtx *ctx) in get_token()
554 get_line_token (AFMHandle handle, ParseCtx *ctx) in get_line_token()
620 get_key (AFMHandle handle, ParseCtx *ctx, AFMKey *key_return) in get_key()
854 read_kern_pairs (AFMHandle handle, ParseCtx *ctx, AFMFont font) in read_kern_pairs()
[all …]
/dports/print/enscript-a4/enscript-1.6.6/afmlib/
H A Dafmparse.c43 typedef struct parse_ctx_st ParseCtx; typedef
153 static int get_token ___P ((AFMHandle handle, ParseCtx *ctx));
154 static int get_line_token ___P ((AFMHandle handle, ParseCtx *ctx));
155 static void get_key ___P ((AFMHandle handle, ParseCtx *ctx,
177 ParseCtx context; in afm_parse_file()
178 ParseCtx *ctx = &context; in afm_parse_file()
521 get_token (AFMHandle handle, ParseCtx *ctx) in get_token()
554 get_line_token (AFMHandle handle, ParseCtx *ctx) in get_line_token()
620 get_key (AFMHandle handle, ParseCtx *ctx, AFMKey *key_return) in get_key()
854 read_kern_pairs (AFMHandle handle, ParseCtx *ctx, AFMFont font) in read_kern_pairs()
[all …]
/dports/print/enscript-letterdj/enscript-1.6.6/afmlib/
H A Dafmparse.c43 typedef struct parse_ctx_st ParseCtx; typedef
153 static int get_token ___P ((AFMHandle handle, ParseCtx *ctx));
154 static int get_line_token ___P ((AFMHandle handle, ParseCtx *ctx));
155 static void get_key ___P ((AFMHandle handle, ParseCtx *ctx,
177 ParseCtx context; in afm_parse_file()
178 ParseCtx *ctx = &context; in afm_parse_file()
521 get_token (AFMHandle handle, ParseCtx *ctx) in get_token()
554 get_line_token (AFMHandle handle, ParseCtx *ctx) in get_line_token()
620 get_key (AFMHandle handle, ParseCtx *ctx, AFMKey *key_return) in get_key()
854 read_kern_pairs (AFMHandle handle, ParseCtx *ctx, AFMFont font) in read_kern_pairs()
[all …]
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dregex.c163 struct ParseCtx { struct
226 static int op_char(struct ParseCtx *ctx, unsigned c) in op_char()
237 static int op_bref(struct ParseCtx *ctx, unsigned c) in op_bref()
261 static int op_simple(struct ParseCtx *ctx, enum OpType t) in op_simple()
282 static int op_count_full(struct ParseCtx *ctx, const char **re) in op_count_full()
326 static int op_gstart(struct ParseCtx *ctx) in op_gstart()
337 static int finish_branch(struct ParseCtx *ctx) in finish_branch()
355 static int op_gend(struct ParseCtx *ctx) in op_gend()
379 static int op_or(struct ParseCtx *ctx) in op_or()
493 static int op_class(struct ParseCtx *ctx, const char **re) in op_class()
[all …]
/dports/games/pioneer/pioneer-20210723/contrib/fmt/include/fmt/
H A Dostream.h116 template <typename ParseCtx,
118 ParseCtx, basic_printf_parse_context<Char>>::value)>
119 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/spdlog/fmt/bundled/
H A Dostream.h117 template <typename ParseCtx,
119 ParseCtx, basic_printf_parse_context<Char>>::value)>
120 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/fmt/include/fmt/
H A Dostream.h129 template <typename ParseCtx,
131 ParseCtx, basic_printf_parse_context<Char>>::value)>
132 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/science/lammps/lammps-stable_29Sep2021/src/fmt/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/fmt/
H A Dostream.h129 template <typename ParseCtx,
131 ParseCtx, basic_printf_parse_context<Char>>::value)>
132 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/mail/rspamd/rspamd-3.1/contrib/fmt/include/fmt/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/fmt/include/fmt/
H A Dostream.h129 template <typename ParseCtx,
131 ParseCtx, basic_printf_parse_context<Char>>::value)>
132 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/fmt/include/fmt/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/emulators/citra-qt5/citra-ac98458e0/externals/fmt/include/fmt/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/emulators/citra/citra-ac98458e0/externals/fmt/include/fmt/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/science/conduit/conduit-0.8.0/src/thirdparty_builtin/fmt-7.1.0/conduit_fmt/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/devel/libfmt/fmt-8.0.1/include/fmt/
H A Dostream.h129 template <typename ParseCtx,
131 ParseCtx, basic_printf_parse_context<Char>>::value)>
132 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/math/vtk9/VTK-9.1.0/ThirdParty/fmt/vtkfmt/vtkfmt/
H A Dostream.h129 template <typename ParseCtx,
131 ParseCtx, basic_printf_parse_context<Char>>::value)>
132 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/private_copy_fmt/fmt/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/embedded/fmt/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/sysutils/lnav/lnav-0.10.1/src/fmtlib/fmt/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {
/dports/deskutils/flameshot/flameshot-0.10.2/external/spdlog/include/spdlog/fmt/bundled/
H A Dostream.h127 template <typename ParseCtx,
129 ParseCtx, basic_printf_parse_context<Char>>::value)>
130 auto parse(ParseCtx& ctx) -> decltype(ctx.begin()) {

12345