Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_dbg2.c589 fposp = &(__filpostab[__list_cur_ifi]); in __prt_src_lines()
650 if (__filpostab == NULL) fposp = NULL; in change_srcfile()
651 else fposp = &(__filpostab[new_ifi]); in change_srcfile()
697 if (__filpostab == NULL) fposp = NULL; in get_lastfillin()
698 else fposp = &(__filpostab[ifi]); in get_lastfillin()
783 if (__filpostab == NULL) in bld_filpostab()
785 __filpostab = (struct filpos_t *) in bld_filpostab()
789 __filpostab[i].nlines = 0; in bld_filpostab()
790 __filpostab[i].lpostab = NULL; in bld_filpostab()
802 __filpostab[ifi].lpostab = linpostab; in bld_filpostab()
[all …]
H A Dv_dbg.c329 __filpostab = NULL; in __init_interactive()
H A Dv.h2949 extern struct filpos_t *__filpostab; /* in fils size tab of file line pos. */
H A Dcver.c90 struct filpos_t *__filpostab; /* in fils size tab of file line pos. */ variable