Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Derror.c954 GET_LINE_NUM(obj_found)); in err_object()
1064 print_line(GET_LINE_NUM(obj_found)); in err_object()
1110 GET_LINE_NUM(expr_object)); in err_expr_obj()
1129 print_line(GET_LINE_NUM(expr_object)); in err_expr_obj()
1172 GET_LINE_NUM(obj_found)); in err_match()
1196 print_line(GET_LINE_NUM(obj_found)); in err_match()
H A Dname.c792 GET_FILE_NUM(object_name), GET_LINE_NUM(object_name), err_info); in inst_list()
901 GET_FILE_NUM(object_name), GET_LINE_NUM(object_name), err_info); in entername()
1154 GET_FILE_NUM(object_name), GET_LINE_NUM(object_name), err_info); in dollar_inst_list()
H A Dref_data.c534 lineNumber = (intType) GET_LINE_NUM(aReference); in refLine()
897 sprintf(buffer, "%s(%u)", stri, GET_LINE_NUM(aReference)); in refStr()
H A Drunerr.c128 prot_int((intType) GET_LINE_NUM(currObject)); in write_position_info()
H A Ddata.h458 #define GET_LINE_NUM(O) (lineNumType) (((long)(O)->descriptor.posinfo) & 1048575L) macro
H A Dtraceutl.c1005 prot_int((intType) GET_LINE_NUM(list->obj)); in prot_list_limited()
1434 prot_int((intType) GET_LINE_NUM(traceobject)); in trace1()
H A Dmatch.c209 prot_int((intType) GET_LINE_NUM(expr_object)); in substitute_params()