OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mod_time
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/rogue/
save.c
177
struct rogue_time saved_time,
mod_time
;
local in function:restore
248
md_gfmt(fname, &
mod_time
); /* get file modification time */
250
if (has_been_touched(&saved_time, &
mod_time
)) {
404
const struct rogue_time *
mod_time
)
406
if (saved_time->year <
mod_time
->year) {
408
} else if (saved_time->year >
mod_time
->year) {
411
if (saved_time->month <
mod_time
->month) {
413
} else if (saved_time->month >
mod_time
->month) {
416
if (saved_time->day <
mod_time
->day) {
418
} else if (saved_time->day >
mod_time
->day)
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025