Home
last modified time | relevance | path

Searched refs:timeon (Results 1 – 22 of 22) sorted by relevance

/dports/net/tcpillust/tcpillust/
H A Dtcpillust.c56 int timeon; variable
208 texton = timeon = 1; in config_loadedfile()
256 if (timeon) Tcl_Eval(interp, "erasetimes");
H A Dbutton.c280 timeon = atoi(Tcl_GetVar(interp, "timeon", TCL_GLOBAL_ONLY));
281 if (timeon){
H A Dtcpillust.h165 extern int timeon;
H A Dtcpillust.tcl69 checkbutton .btnframe.time -text "time" -variable timeon -command time_clib
H A Ddraw.c459 if (timeon){ in draw_canvas()
/dports/science/nest/nest-simulator-3.1/models/
H A Dcorrelospinmatrix_detector.h192 BinaryPulse_( long timeon, long timeoff, long receptorchannel ) in BinaryPulse_()
193 : t_on_( timeon ) in BinaryPulse_()
/dports/sysutils/doinkd/doinkd-0.02/
H A Ddoinkd.c770 int timeon, mintime, nexttime, allowed_time, save; local
842 timeon = tempus - pusers[who]->time_on; /* How long this user
844 nexttime = warntime - (timeon - allowed_time);
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/include/max/
H A Dmax.h390 sdword timeon; /* Date user got on system, seconds since 1970 *STABLE* */ member
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/include/max/
H A Dmax.h390 sdword timeon; /* Date user got on system, seconds since 1970 *STABLE* */ member
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/include/max/
H A Dmax.h390 sdword timeon; /* Date user got on system, seconds since 1970 *STABLE* */ member
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/include/max/
H A Dmax.h390 sdword timeon; /* Date user got on system, seconds since 1970 *STABLE* */ member
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/include/max/
H A Dmax.h390 sdword timeon; /* Date user got on system, seconds since 1970 *STABLE* */ member
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/include/max/
H A Dmax.h390 sdword timeon; /* Date user got on system, seconds since 1970 *STABLE* */ member
/dports/news/husky/husky-1.9.20191207/fastlst/include/max/
H A Dmax.h390 sdword timeon; /* Date user got on system, seconds since 1970 *STABLE* */ member
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/include/max/
H A Dmax.h390 sdword timeon; /* Date user got on system, seconds since 1970 *STABLE* */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Ddriver.c1389 void hfi1_start_led_override(struct hfi1_pportdata *ppd, unsigned int timeon, in hfi1_start_led_override() argument
1397 ppd->led_override_vals[1] = msecs_to_jiffies(timeon); in hfi1_start_led_override()
H A Dhfi.h2098 void hfi1_start_led_override(struct hfi1_pportdata *ppd, unsigned int timeon,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Ddriver.c1389 void hfi1_start_led_override(struct hfi1_pportdata *ppd, unsigned int timeon, in hfi1_start_led_override() argument
1397 ppd->led_override_vals[1] = msecs_to_jiffies(timeon); in hfi1_start_led_override()
H A Dhfi.h2098 void hfi1_start_led_override(struct hfi1_pportdata *ppd, unsigned int timeon,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Ddriver.c1389 void hfi1_start_led_override(struct hfi1_pportdata *ppd, unsigned int timeon, in hfi1_start_led_override() argument
1397 ppd->led_override_vals[1] = msecs_to_jiffies(timeon); in hfi1_start_led_override()
H A Dhfi.h2098 void hfi1_start_led_override(struct hfi1_pportdata *ppd, unsigned int timeon,
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx4100 string timeon = inpTimeOn->value(); in qso_save_now() local
4111 if (!timeon.empty()) in qso_save_now()
4112 sTime_on = timeon.c_str(); in qso_save_now()