Searched refs:tDAY_UNIT (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetdate.y224 %token <intval> tDAY_UNIT
484 | tORDINAL tDAY_UNIT
486 | tUNUMBER tDAY_UNIT
488 | tDAY_UNIT
520 | tSNUMBER tDAY_UNIT
644 { "FORTNIGHT",tDAY_UNIT, 14 },
645 { "WEEK", tDAY_UNIT, 7 },
646 { "DAY", tDAY_UNIT, 1 },
658 { "TOMORROW", tDAY_UNIT, 1 },
659 { "YESTERDAY",tDAY_UNIT,
[all...]
H A Dgetdate.c76 tDAY_UNIT = 265, enumerator in enum:yytokentype
98 #define tDAY_UNIT 265 macro
689 "tMONTH_UNIT", "tHOUR_UNIT", "tMINUTE_UNIT", "tSEC_UNIT", "tDAY_UNIT",
2415 { "FORTNIGHT",tDAY_UNIT, 14 },
2416 { "WEEK", tDAY_UNIT, 7 },
2417 { "DAY", tDAY_UNIT, 1 },
2429 { "TOMORROW", tDAY_UNIT, 1 },
2430 { "YESTERDAY",tDAY_UNIT, -1 },
2431 { "TODAY", tDAY_UNIT, 0 },
2432 { "NOW", tDAY_UNIT,
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclGetDate.y203 %token tDAY_UNIT
216 %type <Number> tDAY_UNIT
471 | tDAY_UNIT {
551 { "fortnight", tDAY_UNIT, 14 },
552 { "week", tDAY_UNIT, 7 },
553 { "day", tDAY_UNIT, 1 },
567 { "tomorrow", tDAY_UNIT, 1 },
568 { "yesterday", tDAY_UNIT, -1 },
569 { "today", tDAY_UNIT, 0 },
H A DtclDate.c92 tDAY_UNIT = 273, enumerator in enum:yytokentype
112 #define tDAY_UNIT 273 macro
652 "tDAY_UNIT", "tNEXT", "':'", "'-'", "','", "'/'", "'.'", "'+'",
2342 { "fortnight", tDAY_UNIT, 14 },
2343 { "week", tDAY_UNIT, 7 },
2344 { "day", tDAY_UNIT, 1 },
2358 { "tomorrow", tDAY_UNIT, 1 },
2359 { "yesterday", tDAY_UNIT, -1 },
2360 { "today", tDAY_UNIT, 0 },
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclGetDate.y146 %token tDAY_UNIT tNEXT
149 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE tISOBASE tDAY_UNIT
377 | tDAY_UNIT { $$ = $1; yyRelPointer = &yyRelDay; }
447 { "fortnight", tDAY_UNIT, 14 },
448 { "week", tDAY_UNIT, 7 },
449 { "day", tDAY_UNIT, 1 },
462 { "tomorrow", tDAY_UNIT, 1 },
463 { "yesterday", tDAY_UNIT, -1 },
464 { "today", tDAY_UNIT, 0 },
H A DtclDate.c144 # define tDAY_UNIT 273 macro
228 { "fortnight", tDAY_UNIT, 14 },
229 { "week", tDAY_UNIT, 7 },
230 { "day", tDAY_UNIT, 1 },
243 { "tomorrow", tDAY_UNIT, 1 },
244 { "yesterday", tDAY_UNIT, -1 },
245 { "today", tDAY_UNIT, 0 },
1059 "tDAY_UNIT", 273,
1117 "unit : tDAY_UNIT",

Completed in 85 milliseconds