Lines Matching +full:long +full:- +full:press

2  * Copyright (C) 1984-2024  Mark Nudelman
25 * Include the file of compile-time options.
26 * The <> make cc search for it in -I., not srcdir.
83 #define signed_expr(e) ((TRUE ? 0 : e) - 1 < 0)
92 typedef unsigned long long uintmax;
94 typedef unsigned long uintmax;
97 /* OS-specific includes */
131 #define ASCII_TO_UPPER(c) ((c) - 'a' + 'A')
132 #define ASCII_TO_LOWER(c) ((c) - 'A' + 'a')
197 #define BAD_LSEEK ((off_t)-1)
215 #define INT_STRLEN_BOUND(t) ((sizeof(t) * CHAR_BIT - 1) * 302 / 1000 + 1 + 1)
220 typedef unsigned long LWCHAR;
222 typedef long long less_off_t; /* __int64 */
239 #define MAX_UTF_CHAR_LEN 6 /* Max bytes in one UTF-8 char */
242 #define NULL_POSITION ((POSITION)(-1))
314 * position is displayed on the ln-th line of the screen.
354 #define EOI (-1)
356 #define READ_ERR (-1)
357 #define READ_INTR (-2)
358 #define READ_AGAIN (-3)
361 * A fraction is represented by a long n; the fraction is n/NUM_FRAC_DENOM.
388 #define SRCH_NO_MATCH (1 << 8) /* Search for non-matching lines */
389 #define SRCH_PAST_EOF (1 << 9) /* Search past end-of-file, into next file */
394 #define SRCH_WRAP (1 << 15) /* Wrap-around search (continue at BOF/EOF) */
427 /* Special char bit-flags used to tell put_line() to do something special */
433 #define AT_ANSI (1 << 4) /* Content-supplied "ANSI" escape sequence */
439 #define AT_COLOR ((AT_NUM_COLORS-1) << AT_COLOR_SHIFT)
451 #define NUM_SEARCH_COLORS (AT_NUM_COLORS-10-1)
460 CV_NOCHANGE = -2,
461 CV_ERROR = -1
486 * Long definition for EBCDIC.
593 #define QUIT_SAVED_STATUS (-1)
612 #define CVT_TO_LC 01 /* Convert upper-case to lower-case */
620 #define time_type long
624 #define X11MOUSE_BUTTON1 0 /* Left button press */
625 #define X11MOUSE_BUTTON2 1 /* Middle button press */
626 #define X11MOUSE_BUTTON3 2 /* Right button press */
639 #define SF_LOGFILE (1<<7) /* Log file (s, -o) */
664 unsigned long lstrtoul(char*, char**, int);
667 unsigned long lstrtoulc(constant char*, constant char**, int);