Home
last modified time | relevance | path

Searched defs:NEVER (Results 1 – 3 of 3) sorted by relevance

/minix/minix/commands/cron/
H A Dtab.h45 #define NEVER ((time_t) ((time_t) -1 < 0 ? LONG_MAX : ULONG_MAX)) macro
/minix/external/bsd/dhcp/dist/includes/
H A Ddhctoken.h214 NEVER = 415, enumerator
/minix/external/public-domain/sqlite/dist/
H A Dsqlite3.c7945 # define NEVER(X) (0) macro
7948 # define NEVER(X) ((X)?(assert(0),1):0) macro
7951 # define NEVER(X) (X) macro