Searched refs:tSEC_UNIT (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/cvs/ |
| D | date.y | 88 %token tSEC_UNIT tSNUMBER tUNUMBER tZONE tDST 91 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE 244 | tSNUMBER tSEC_UNIT { 247 | tUNUMBER tSEC_UNIT { 250 | tSEC_UNIT { 338 { "second", tSEC_UNIT, 1 }, 339 { "sec", tSEC_UNIT, 1 },
|
| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | getdate.y | 151 %token tSEC_UNIT tSNUMBER tUNUMBER tZONE tDST 154 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE 308 | tSNUMBER tSEC_UNIT { 311 | tUNUMBER tSEC_UNIT { 314 | tSEC_UNIT { 404 { "second", tSEC_UNIT, 1 }, 405 { "sec", tSEC_UNIT, 1 },
|
| D | getdate.c | 15 #define tSEC_UNIT 265 macro 1421 { "second", tSEC_UNIT, 1 }, 1422 { "sec", tSEC_UNIT, 1 },
|
| /openbsd/src/usr.bin/rcs/ |
| D | date.y | 89 %token tSEC_UNIT tSNUMBER tUNUMBER tZONE tDST 92 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE 245 | tSNUMBER tSEC_UNIT { 248 | tUNUMBER tSEC_UNIT { 251 | tSEC_UNIT { 339 { "second", tSEC_UNIT, 1 }, 340 { "sec", tSEC_UNIT, 1 },
|