Home
last modified time | relevance | path

Searched refs:restoreProc (Results 1 – 18 of 18) sorted by relevance

/dports/net/olsrd/olsrd-0.9.8/src/linux/
H A Dnet.c178 static int restoreProc(const char *file, char original, char value) { in restoreProc() function
319 …if (restoreProc(olsr_cnf->ip_version == AF_INET ? PROC_IPFORWARD_V4 : PROC_IPFORWARD_V6, orig_fwd_… in net_os_restore_ifoptions()
327 if (restoreProc(procfile, orig_tunnel_rp_filter, OLSRD_SPOOF_VALUE)) { in net_os_restore_ifoptions()
334 if (restoreProc(PROC_ALL_REDIRECT, orig_global_redirect_state, OLSRD_REDIRECT_VALUE)) { in net_os_restore_ifoptions()
340 if (restoreProc(PROC_ALL_SPOOF, orig_global_rp_filter, OLSRD_SPOOF_VALUE)) { in net_os_restore_ifoptions()
351 if (restoreProc(procfile, ifs->nic_state.redirect, OLSRD_REDIRECT_VALUE)) { in net_os_restore_ifoptions()
357 if (restoreProc(procfile, ifs->nic_state.spoof, OLSRD_SPOOF_VALUE)) { in net_os_restore_ifoptions()
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkConfig.c1489 if (custom->restoreProc != NULL) { in Tk_RestoreSavedOptions()
1490 custom->restoreProc(custom->clientData, savePtr->tkwin, in Tk_RestoreSavedOptions()
H A Dtk.h238 Tk_CustomOptionRestoreProc *restoreProc; member
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkConfig.c1459 if (custom->restoreProc != NULL) { in Tk_RestoreSavedOptions()
1460 custom->restoreProc(custom->clientData, savePtr->tkwin, in Tk_RestoreSavedOptions()
H A Dtk.h259 Tk_CustomOptionRestoreProc *restoreProc; member
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkConfig.c1457 if (custom->restoreProc != NULL) { in Tk_RestoreSavedOptions()
1458 custom->restoreProc(custom->clientData, savePtr->tkwin, in Tk_RestoreSavedOptions()
H A Dtk.h266 Tk_CustomOptionRestoreProc *restoreProc; member
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkConfig.c1650 if (custom->restoreProc != NULL) {
1651 custom->restoreProc(custom->clientData, savePtr->tkwin,
H A Dtk.h260 Tk_CustomOptionRestoreProc *restoreProc; /* Function to use to restore a member
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/generic/
H A DtkTreeUtils.c4463 co->restoreProc = PerStateCO_Restore; in PerStateCO_Alloc()
4793 if (cd->internalOffset >= 0 && cd->custom->restoreProc != NULL) in DynamicCO_Restore()
4794 cd->custom->restoreProc(cd->custom->clientData, tkwin, in DynamicCO_Restore()
4940 co->restoreProc = DynamicCO_Restore; in DynamicCO_Init()
5571 co->restoreProc = BooleanFlagCO_Restore; in BooleanFlagCO_Init()
5715 co->restoreProc = ItemButtonCO_Restore; in ItemButtonCO_Init()
H A DtkTreeElem.c445 co->restoreProc = IntegerRestore; in IntegerCO_Alloc()
496 co->restoreProc = StringTableRestore; in StringTableCO_Alloc()
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.4/
H A Dtk.h229 Tk_CustomOptionRestoreProc *restoreProc; /* Function to use to restore a member
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.6/
H A Dtk.h254 Tk_CustomOptionRestoreProc *restoreProc; member
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.5/
H A Dtk.h238 Tk_CustomOptionRestoreProc *restoreProc; member
/dports/textproc/wordnet/WordNet-3.0/include/tk/
H A Dtk.h248 Tk_CustomOptionRestoreProc *restoreProc; /* Function to use to restore a member
/dports/x11-toolkits/tk85/tk8.5.19/
H A DChangeLog.20024615 * doc/SetOptions.3: Added note that restoreProc and freeProc may
4619 added test that the restoreProc is not NULL, to allow for custom
/dports/x11-toolkits/tk86/tk8.6.12/
H A DChangeLog.20024615 * doc/SetOptions.3: Added note that restoreProc and freeProc may
4619 added test that the restoreProc is not NULL, to allow for custom
/dports/x11-toolkits/tk87/tk8.7a5/
H A DChangeLog.20024615 * doc/SetOptions.3: Added note that restoreProc and freeProc may
4619 added test that the restoreProc is not NULL, to allow for custom