Home
last modified time | relevance | path

Searched refs:time_type (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/less/
H A Djump.c191 static time_type last_msg = (time_type) 0; in after_header_message()
192 time_type now = get_time(); in after_header_message()
H A Dos.c104 extern time_type less_start_time;
431 public time_type get_time(void) in get_time()
433 time_type t;
H A Dforwback.c61 static time_type last_eof_bell = 0; in eof_bell()
62 time_type now = get_time(); in eof_bell()
H A Dless.h626 #define time_type time_t macro
628 #define time_type long
624 #define time_type global() macro
H A Dlinenum.c216 time_type startime;
H A Dmain.c64 public time_type less_start_time;
H A Dfuncs.h362 public time_type get_time(void);
H A Dcommand.c98 static time_type ignoring_input_time;