Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c399 if (mdb.m_ipath != NULL) in mdb_set_ipath()
400 mdb_path_free(mdb.m_ipath, mdb.m_ipathlen); in mdb_set_ipath()
403 mdb.m_ipath = mdb_path_alloc(path, &mdb.m_ipathlen); in mdb_set_ipath()
628 if (mdb.m_ipath != NULL) in mdb_destroy()
629 mdb_path_free(mdb.m_ipath, mdb.m_ipathlen); in mdb_destroy()
H A Dmdb.h132 const char **m_ipath; /* Path for $< and $<< macro files */ member
H A Dmdb_set.c242 print_path(mdb.m_ipath, 14); in print_properties()
H A Dmdb_cmds.c737 if ((fio = mdb_fdio_create_path(mdb.m_ipath, fname, in cmd_src_file()
804 if ((fio = mdb_fdio_create_path(mdb.m_ipath, fname, in cmd_exec_file()