Home
last modified time | relevance | path

Searched refs:RAISE_PARSE_ERROR (Results 1 – 4 of 4) sorted by relevance

/dports/x11/yelp/yelp-40.3/libyelp/
H A Dyelp-man-parser.c505 #define RAISE_PARSE_ERROR(...) \ macro
539 RAISE_PARSE_ERROR ("Wrong 'x res' line from troff: %s"); in parse_prologue_line()
552 RAISE_PARSE_ERROR ("Invalid 'x f' line from troff: %s"); in parse_xf()
563 RAISE_PARSE_ERROR ("Invalid font line from troff: %s"); in parse_f()
577 RAISE_PARSE_ERROR ("Invalid v line from troff: %s"); in parse_v()
591 RAISE_PARSE_ERROR ("Invalid h line from troff: %s"); in parse_h()
631 RAISE_PARSE_ERROR ("Invalid V line from troff: %s"); in parse_V()
643 RAISE_PARSE_ERROR ("Invalid H line from troff: %s"); in parse_H()
887 RAISE_PARSE_ERROR ("Strange format for N line: %s"); in parse_N()
890 RAISE_PARSE_ERROR ("N line has non-7-bit character: %s"); in parse_N()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dparsing.c89 #define RAISE_PARSE_ERROR Val_int(1) macro
215 return RAISE_PARSE_ERROR; /* The ML code raises Parse_error */ in caml_parse_engine()
222 return RAISE_PARSE_ERROR; /* The ML code raises Parse_error */ in caml_parse_engine()
292 return RAISE_PARSE_ERROR; /* Keeps gcc -Wall happy */ in caml_parse_engine()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dparsing.c89 #define RAISE_PARSE_ERROR Val_int(1) macro
215 return RAISE_PARSE_ERROR; /* The ML code raises Parse_error */ in caml_parse_engine()
222 return RAISE_PARSE_ERROR; /* The ML code raises Parse_error */ in caml_parse_engine()
292 return RAISE_PARSE_ERROR; /* Keeps gcc -Wall happy */ in caml_parse_engine()
/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dparsing.c67 #define RAISE_PARSE_ERROR Atom(3) macro
117 return RAISE_PARSE_ERROR;