parsetime.c | 30 * at [NOW] PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS 35 * \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/ 65 NUMBER, PLUS, DOT, SLASH, ID, JUNK, 87 {"now", NOW, false}, /* opt prefix for PLUS */ 174 static void plus(struct tm *); 276 return sc_tokid = PLUS; 307 * plus() parses a now + time 309 * at [NOW] PLUS NUMBER [MINUTES|HOURS|DAYS|WEEKS|MONTHS|YEARS] 313 plus(struct tm *tm) function in typeref:typename:void 405 * if we've gone past that time - but if we're specifying a time plus [all...] |