Searched refs:mpip (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_mp.c41 _MpInfoDelete(interp, mpip)
43 DBTCL_INFO *mpip; /* Info for mp */
53 if (p->i_parent == mpip && p->i_type == I_PG) {
465 DBTCL_INFO *mpip; local
476 mpip = _NameToInfo(obj_name);
483 if (mpip == NULL) {
507 _MpInfoDelete(interp, mpip);
508 (void)Tcl_DeleteCommand(interp, mpip->i_name);
509 _DeleteInfo(mpip);
521 result = tcl_MpGet(interp, objc, objv, mp, mpip);
[all...]

Completed in 34 milliseconds