Home
last modified time | relevance | path

Searched refs:linecpos_t (Results 1 – 20 of 20) sorted by relevance

/dports/devel/tass64/64tass-1.56.2625-src/
H A Dlisting.h35 extern FAST_CALL void listing_equal2(struct Listing *, struct Obj *, linecpos_t);
36 extern FAST_CALL void listing_line(struct Listing *, linecpos_t);
37 extern FAST_CALL void listing_line_cut(struct Listing *, linecpos_t);
38 extern FAST_CALL void listing_line_cut2(struct Listing *, linecpos_t);
H A Dmacro.h40 extern const struct file_list_s *macro_error_translate(struct linepos_s *, linecpos_t);
41 extern linecpos_t macro_error_translate2(linecpos_t);
H A Dbitsobj.h53 extern MUST_CHECK Obj *bits_from_hexstr(const uint8_t *, linecpos_t *);
54 extern MUST_CHECK Obj *bits_from_binstr(const uint8_t *, linecpos_t *);
H A Dmacro.c44 linecpos_t opos, olen, pos, len;
58 linecpos_t pos;
114 linecpos_t macro_error_translate2(linecpos_t pos) { in macro_error_translate2()
118 linecpos_t pos2 = pos; in macro_error_translate2()
138 linecpos_t p, p2, op; in mtranslate()
139 linecpos_t last, last2; in mtranslate()
194 lpoint.pos += (linecpos_t)param.len; in mtranslate()
201 lpoint.pos += (linecpos_t)param.len; in mtranslate()
292 p += (linecpos_t)param.len; in mtranslate()
611 lpoint.pos += (linecpos_t)label.len; in get_func_params()
[all …]
H A Dbytesobj.h65 extern MUST_CHECK Obj *bytes_from_hexstr(const uint8_t *, linecpos_t *, linepos_t);
66 extern MUST_CHECK Obj *bytes_from_z85str(const uint8_t *, linecpos_t *, linepos_t);
H A Dintobj.h55 extern MUST_CHECK Obj *int_from_decstr(const uint8_t *, linecpos_t *, linecpos_t *);
H A Dinttypes.h91 typedef uint32_t linecpos_t; typedef
92 struct linepos_s {linenum_t line;linecpos_t pos;};
H A Deval.c96 linecpos_t len, len2; in get_dec()
190 linecpos_t len; in get_hex()
203 linecpos_t len; in get_hex_compat()
210 linecpos_t len; in get_bin()
229 linecpos_t len; in get_bin_compat()
256 linecpos_t len; in get_bytes()
277 linecpos_t len; in get_string()
378 linecpos_t pos;
388 linecpos_t pos;
433 linecpos_t llen; in get_exp_compat()
[all …]
H A Dstrobj.h52 extern MUST_CHECK Obj *str_from_str(const uint8_t *, linecpos_t *, linepos_t);
H A Dlisting.c364 static void printsource(Listing *ls, linecpos_t pos) { in printsource()
372 FAST_CALL void listing_equal2(Listing *ls, Obj *val, linecpos_t pos) { in listing_equal2()
391 FAST_CALL void listing_line(Listing *ls, linecpos_t pos) { in listing_line()
429 FAST_CALL void listing_line_cut(Listing *ls, linecpos_t pos) { in listing_line_cut()
453 FAST_CALL void listing_line_cut2(Listing *ls, linecpos_t pos) { in listing_line_cut2()
H A Derrorobj.h33 linecpos_t caret;
H A Derror.h114 extern linecpos_t interstring_position(linepos_t, const uint8_t *, size_t);
H A Dstrobj.c333 MUST_CHECK Obj *str_from_str(const uint8_t *s, linecpos_t *ln, linepos_t epoint) { in str_from_str()
335 linecpos_t i2 = 0; in str_from_str()
336 linecpos_t i, j; in str_from_str()
337 linecpos_t r = 0; in str_from_str()
365 linecpos_t l = (linecpos_t)(p2 - p); in str_from_str()
H A Derror.c86 linecpos_t caret;
179 …pes severity, const struct file_list_s *flist, linepos_t epoint, size_t line_len, linecpos_t pos) { in new_error_msg_common()
1359 …PRIuline ":%" PRIlinepos, epoint->line, ((file->encoding == E_UTF8) ? (linecpos_t)calcpos(line, ep… in printline()
1671 linecpos_t interstring_position(linepos_t epoint, const uint8_t *data, size_t i) { in interstring_position()
1675 linecpos_t pos = epoint->pos + 1; in interstring_position()
H A Dsection.c137 lpoint.pos += (linecpos_t)labelname.len; in find_this_section()
H A Dbytesobj.c441 MUST_CHECK Obj *bytes_from_hexstr(const uint8_t *s, linecpos_t *ln, linepos_t epoint) { in bytes_from_hexstr()
443 linecpos_t i, j, spc; in bytes_from_hexstr()
497 MUST_CHECK Obj *bytes_from_z85str(const uint8_t *s, linecpos_t *ln, linepos_t epoint) { in bytes_from_z85str()
499 linecpos_t i, j, sz; in bytes_from_z85str()
H A Dbitsobj.c502 MUST_CHECK Obj *bits_from_hexstr(const uint8_t *s, linecpos_t *ln) { in bits_from_hexstr()
503 linecpos_t i, j, k; in bits_from_hexstr()
559 MUST_CHECK Obj *bits_from_binstr(const uint8_t *s, linecpos_t *ln) { in bits_from_binstr()
560 linecpos_t i, j, k; in bits_from_binstr()
H A Dvariables.c648 …ine ":%" PRIlinepos ": ", epoint->line, ((file->encoding == E_UTF8) ? (linecpos_t)calcpos(get_line… in labeldump()
685 lpoint.pos += (linecpos_t)labelname.len; in find_space()
H A D64tass.c1096 lpoint.pos += (linecpos_t)sectionname.len; in section_start()
1428 lpoint.pos += (linecpos_t)varname.len; in for_command()
1627 lpoint.pos += (linecpos_t)varname.len; in for_command()
1965 lpoint.pos += (linecpos_t)labelname.len; in compile()
1992 lpoint.pos += (linecpos_t)labelname.len; in compile()
3429 lpoint.pos += (linecpos_t)get_label(pline + lpoint.pos); in compile()
3436 lpoint.pos += (linecpos_t)sectionname.len; in compile()
4111 lpoint.pos += (linecpos_t)encname.len; in compile()
4470 lpoint.pos += (linecpos_t)optname.len; in compile()
4629 lpoint.pos += (linecpos_t)sectionname.len; in compile()
[all …]
H A Dintobj.c1510 MUST_CHECK Obj *int_from_decstr(const uint8_t *s, linecpos_t *ln, linecpos_t *ln2) { in int_from_decstr()
1512 linecpos_t i, k; in int_from_decstr()