Home
last modified time | relevance | path

Searched defs:SETTIME (Results 1 – 8 of 8) sorted by relevance

/dports/mail/nmh/nmh-1.7.1/sbr/
H A Ddtimep.l138 #define SETTIME() { tw.tw_hour = atoi(cp); \ macro
H A Ddtimep.c977 #define SETTIME() { tw.tw_hour = atoi(cp); \ macro
/dports/mail/mmh/mmh-0.4/sbr/
H A Ddtimep.lex90 #define SETTIME() { tw.tw_hour = atoi(cp); cp += 2; SKIPTOD(); \ macro
H A Ddtimep.c1031 #define SETTIME() { tw.tw_hour = atoi(cp); cp += 2; SKIPTOD(); \ macro
/dports/science/cdo/cdo-2.0.0/src/
H A DSettime.cc253 const auto SETTIME = cdo_operator_add("settime", 0, 1, "time (format: hh:mm:ss)"); in Settime() local
/dports/japanese/canna-lib/Canna37p3/server/
H A Dserver.h78 #define SETTIME 3 macro
/dports/japanese/canna-server/Canna37p3/server/
H A Dserver.h78 #define SETTIME 3 macro
/dports/textproc/senna/senna-1.1.5/lib/
H A Dql.h178 #define SETTIME(c,v) ((c)->type = sen_ql_time, memcpy(&(c)->u.tv, v, sizeof(sen_timeval))) macro