Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_dbg.c397 __iahtab = (struct iahist_t *) __my_malloc(__iahsiz*sizeof(struct iahist_t)); in __init_interactive()
431 struct iahist_t *iahp; in __do_interactive_loop()
858 struct iahist_t *iahp; in add_iahist()
906 osize = old_iahsiz*sizeof(struct iahist_t); in grow_iahtab()
908 nsize = __iahsiz*sizeof(struct iahist_t); in grow_iahtab()
909 __iahtab = (struct iahist_t *) __my_realloc((char *) __iahtab, osize, in grow_iahtab()
933 struct iahist_t *iahp; in rd_exec_iact_stmt()
1621 struct iahist_t *iahp; in prt1_iahist_cmd()
H A Dv.h1209 struct iahist_t *hc_iahp;/* ptr to history element if history on */
1216 struct iahist_t { struct
3590 extern struct iahist_t *__iahtab;/* table of history commands */
H A Dv_dbg2.c1704 struct iahist_t *iahp; in __do_dbg_emptyhistory()
1727 __my_free((char *) iahp, sizeof(struct iahist_t)); in __do_dbg_emptyhistory()
H A Dcver.c733 struct iahist_t *__iahtab;/* table of history commands */