Home
last modified time | relevance | path

Searched refs:linepos_s (Results 1 – 24 of 24) sorted by relevance

/dports/devel/tass64/64tass-1.56.2625-src/
H A Deval.h43 extern struct Obj *pull_val(struct linepos_s *);
53 extern struct Obj *get_vals_addrlist(struct linepos_s *);
58 struct linepos_s epoint;
H A Dmfuncobj.h32 struct linepos_s epoint;
40 struct linepos_s epoint;
H A Dinttypes.h92 struct linepos_s {linenum_t line;linecpos_t pos;}; argument
94 typedef const struct linepos_s *linepos_t;
H A Dmacro.c79 const struct file_list_s *macro_error_translate(struct linepos_s *opoint, linecpos_t pos) { in macro_error_translate()
327 struct linepos_s opoint2, npoint2; in macro_param_find()
388 struct linepos_s opoint, npoint; in macro_recurse()
691 struct linepos_s *epoints; in get_macro_params()
692 struct linepos_s vepoints[4]; in get_macro_params()
696 …epoints = (len <= lenof(vepoints)) ? vepoints : (struct linepos_s *)mallocx(len * sizeof *epoints); in get_macro_params()
705 epoints = (struct linepos_s *)mallocx(len * sizeof *epoints); in get_macro_params()
708 epoints = (struct linepos_s *)reallocx(epoints, len * sizeof *epoints); in get_macro_params()
820 struct linepos_s xpoint; in mfunc2_recurse()
882 struct linepos_s opoint = lpoint; in mfunc2_recurse()
H A Dmacro.h40 extern const struct file_list_s *macro_error_translate(struct linepos_s *, linecpos_t);
H A Dsymbolobj.h35 struct linepos_s epoint;
H A Dinstruction.h28 …ST_CHECK struct Error *instruction(int, unsigned int, struct Obj *, linepos_t, struct linepos_s *);
H A Dlabelobj.h35 struct linepos_s epoint;
H A Dnamespaceobj.h32 struct linepos_s epoint;
H A D64tass.h44 extern struct linepos_s lpoint;
H A Dsection.h66 struct linepos_s epoint;
H A Derrorobj.h32 struct linepos_s epoint;
H A Dencodings.c531 struct linepos_s nopoint = {0, 0}; in add_trans()
H A Derror.h29 struct linepos_s epoint;
H A Derror.c85 struct linepos_s epoint;
93 struct linepos_s epoint;
211 struct linepos_s opoint; in new_error_msg()
231 struct linepos_s opoint; in new_error_msg_err()
649 struct linepos_s opoint; in new_error_msg_err_more()
747 struct linepos_s nopoint = {0, 0}; in err_msg_not_defined3()
1010 struct linepos_s epoint2 = *epoint; in err_msg_unknown_formatchar()
1456 struct linepos_s nopoint = {0, 0}; in error_print()
H A Dvariables.c589 struct linepos_s epoint; in labelprint2()
704 struct linepos_s nopoint = {0, 0}; in labelprint()
767 struct linepos_s nopoint = {0, 0}; in new_builtin()
782 struct linepos_s nopoint = {0, 0}; in init_variables()
H A Dencoding.c319 struct linepos_s epoint = *encoder->epoint; in encode_error()
394 struct linepos_s epoint = *encoder->epoint; in encode_string()
H A D64tass.c96 struct linepos_s epoint;
353 struct linepos_s lpos = {0, 0}; in reset_waitfor()
1090 struct linepos_s opoint; in section_start()
1401 struct linepos_s epoint2, epoint3; in for_command()
1696 struct linepos_s epoints[3]; in for_command()
1799 struct linepos_s apoint; in while_command()
1929 struct linepos_s epoint; in compile()
1963 struct linepos_s cmdpoint; in compile()
4799 struct linepos_s oldlpoint; in compile()
4892 static struct linepos_s nopoint = {0, 0}; in one_pass()
[all …]
H A Deval.c350 struct linepos_s epoint; in new_starsymbol()
358 struct linepos_s epoint; in resolv_anonlabel()
431 struct linepos_s epoint; in get_exp_compat()
634 struct linepos_s epoint; in get_val2_compat()
858 struct linepos_s epoint; in get_val2()
1296 Obj *pull_val(struct linepos_s *epoint) { in pull_val()
1321 struct linepos_s epoint; in get_exp2()
1931 Obj *get_vals_addrlist(struct linepos_s *epoints) { in get_vals_addrlist()
H A Dlisting.c137 struct linepos_s nopoint = {0, 0}; in listing_open()
201 struct linepos_s nopoint = {0, 0}; in listing_close()
H A Dfile.c194 struct linepos_s epoint2; in portability()
954 struct linepos_s nopoint = {0, 0}; in makefile()
H A Dbytesobj.c470 struct linepos_s epoint2; in bytes_from_hexstr()
516 struct linepos_s epoint2; in bytes_from_z85str()
H A Dmem.c526 struct linepos_s nopoint = {0, 0}; in output_mem()
H A Dinstruction.c407 …ror *instruction(int prm, unsigned int w, Obj *vals, linepos_t epoint, struct linepos_s *epoints) { in instruction()