Home
last modified time | relevance | path

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

/dports/deskutils/remind/remind-03.03.11/src/
H A Derr.h61 #define E_PARSE_AS_REM 44 /* Not really an error - just returned by macro
H A Domit.c381 …| tok.type == T_Duration || tok.type == T_RemType || tok.type == T_Priority) return E_PARSE_AS_REM; in DoOmit()
482 …| tok.type == T_Duration || tok.type == T_RemType || tok.type == T_Priority) return E_PARSE_AS_REM; in DoThroughOmit()
H A Dmain.c265 if (r == E_PARSE_AS_REM) { in DoReminders()
H A Dcalendar.c1253 if (r == E_PARSE_AS_REM) { in GenerateCalEntries()