Searched refs:tDAY (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/shell_cmds-179/find/
H A Dgetdate.y136 %token tAGO tDAY tDAYZONE tID tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT
139 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT
217 day : tDAY {
221 | tDAY ',' {
225 | tUNUMBER tDAY {
366 { "sunday", tDAY, 0 },
367 { "monday", tDAY, 1 },
368 { "tuesday", tDAY, 2 },
369 { "tues", tDAY, 2 },
370 { "wednesday", tDAY,
[all...]
/macosx-10.10/sudo-73/src/
H A Dgetdate.y112 %token tAGO tDAY tDAYZONE tID tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT
115 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT
193 day : tDAY {
197 | tDAY ',' {
201 | tUNUMBER tDAY {
342 { "sunday", tDAY, 0 },
343 { "monday", tDAY, 1 },
344 { "tuesday", tDAY, 2 },
345 { "tues", tDAY, 2 },
346 { "wednesday", tDAY,
[all...]
H A Dgetdate.c127 #define tDAY 258 macro
315 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"tAGO","tDAY",
341 "day : tDAY",
342 "day : tDAY ','",
343 "day : tUNUMBER tDAY",
410 { "sunday", tDAY, 0 },
411 { "monday", tDAY, 1 },
412 { "tuesday", tDAY, 2 },
413 { "tues", tDAY, 2 },
414 { "wednesday", tDAY,
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclGetDate.y189 %token tDAY
206 %type <Number> tDAY
311 day : tDAY {
315 | tDAY ',' {
319 | tUNUMBER tDAY {
323 | sign tUNUMBER tDAY {
327 | tNEXT tDAY {
530 { "sunday", tDAY, 0 },
531 { "monday", tDAY, 1 },
532 { "tuesday", tDAY,
[all...]
H A DtclDate.c78 tDAY = 259, enumerator in enum:yytokentype
98 #define tDAY 259 macro
649 "$end", "error", "$undefined", "tAGO", "tDAY", "tDAYZONE", "tID",
2321 { "sunday", tDAY, 0 },
2322 { "monday", tDAY, 1 },
2323 { "tuesday", tDAY, 2 },
2324 { "tues", tDAY, 2 },
2325 { "wednesday", tDAY, 3 },
2326 { "wednes", tDAY, 3 },
2327 { "thursday", tDAY,
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclGetDate.y144 %token tAGO tDAY tDAYZONE tID tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT
148 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT tDST
238 day : tDAY {
242 | tDAY ',' {
246 | tUNUMBER tDAY {
250 | sign tUNUMBER tDAY {
254 | tNEXT tDAY {
427 { "sunday", tDAY, 0 },
428 { "monday", tDAY, 1 },
429 { "tuesday", tDAY,
[all...]
H A DtclDate.c129 # define tDAY 258 macro
208 { "sunday", tDAY, 0 },
209 { "monday", tDAY, 1 },
210 { "tuesday", tDAY, 2 },
211 { "tues", tDAY, 2 },
212 { "wednesday", tDAY, 3 },
213 { "wednes", tDAY, 3 },
214 { "thursday", tDAY, 4 },
215 { "thur", tDAY, 4 },
216 { "thurs", tDAY,
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetdate.y226 %token <intval> tDAY tDAYZONE tLOCAL_ZONE tMERIDIAN
353 tDAY
358 | tDAY ','
363 | tORDINAL tDAY
368 | tUNUMBER tDAY
626 { "SUNDAY", tDAY, 0 },
627 { "MONDAY", tDAY, 1 },
628 { "TUESDAY", tDAY, 2 },
629 { "TUES", tDAY, 2 },
630 { "WEDNESDAY",tDAY,
[all...]
H A Dgetdate.c77 tDAY = 266, enumerator in enum:yytokentype
99 #define tDAY 266 macro
690 "tDAY", "tDAYZONE", "tLOCAL_ZONE", "tMERIDIAN", "tMONTH", "tORDINAL",
2397 { "SUNDAY", tDAY, 0 },
2398 { "MONDAY", tDAY, 1 },
2399 { "TUESDAY", tDAY, 2 },
2400 { "TUES", tDAY, 2 },
2401 { "WEDNESDAY",tDAY, 3 },
2402 { "WEDNES", tDAY, 3 },
2403 { "THURSDAY", tDAY,
[all...]
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dgetdate.c55 enum { tAGO = 260, tDAY, tDAYZONE, tAMPM, tMONTH, tMONTH_UNIT, tSEC_UNIT, enumerator in enum:__anon9418
425 if (gds->tokenp[0].token == tDAY) {
436 && gds->tokenp[1].token == tDAY) {
543 { 2, "sunday", tDAY, 0 },
544 { 3, "monday", tDAY, 1 },
545 { 2, "tuesday", tDAY, 2 },
546 { 3, "wednesday", tDAY, 3 },
547 { 2, "thursday", tDAY, 4 },
548 { 2, "friday", tDAY, 5 },
549 { 2, "saturday", tDAY,
[all...]

Completed in 212 milliseconds