Home
last modified time | relevance | path

Searched refs:mod_time (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/rogue/
H A Dsave.c180 struct rogue_time saved_time, mod_time; in restore() local
244 if (has_been_touched(&saved_time, &mod_time)) { in restore()
399 const struct rogue_time *mod_time) in has_been_touched() argument
401 if (saved_time->year < mod_time->year) { in has_been_touched()
403 } else if (saved_time->year > mod_time->year) { in has_been_touched()
406 if (saved_time->month < mod_time->month) { in has_been_touched()
411 if (saved_time->day < mod_time->day) { in has_been_touched()
413 } else if (saved_time->day > mod_time->day) { in has_been_touched()
416 if (saved_time->hour < mod_time->hour) { in has_been_touched()
421 if (saved_time->minute < mod_time->minute) { in has_been_touched()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2read.c894 unsigned int mod_time; member
14979 unsigned int mod_time, in add_file_name() argument
15002 fe->mod_time = mod_time; in add_file_name()
15144 unsigned int dir_index, mod_time, length; in dwarf_decode_line_header() local
15149 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read); in dwarf_decode_line_header()
15154 add_file_name (lh, cur_file, dir_index, mod_time, length); in dwarf_decode_line_header()
15395 unsigned int dir_index, mod_time, length; in dwarf_decode_lines_1() local
15403 mod_time = in dwarf_decode_lines_1()
15409 add_file_name (lh, cur_file, dir_index, mod_time, length); in dwarf_decode_lines_1()