Home
last modified time | relevance | path

Searched refs:LWCHAR (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/less/
H A Dcharset.c502 public lbool binary_char(LWCHAR c) in binary_char()
514 public lbool control_char(LWCHAR c) in control_char()
525 public constant char * prchar(LWCHAR c) in prchar()
559 public constant char * prutfchar(LWCHAR ch) in prutfchar()
656 public LWCHAR get_wchar(constant char *sp) in get_wchar()
664 return (LWCHAR) in get_wchar()
668 return (LWCHAR) ( in get_wchar()
673 return (LWCHAR) ( in get_wchar()
679 return (LWCHAR) ( in get_wchar()
687 return (LWCHAR) ( in get_wchar()
[all …]
H A Dline.c75 static LWCHAR pendc;
87 static int do_append(LWCHAR ch, constant char *rep, POSITION pos);
109 extern LWCHAR rscroll_char;
237 public lbool is_ascii_char(LWCHAR ch) in is_ascii_char()
521 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a) in pwidth()
591 LWCHAR ch; in backc()
601 LWCHAR prev_ch; in backc()
636 public lbool is_ansi_end(LWCHAR ch) in is_ansi_end()
646 public lbool is_ansi_middle(LWCHAR ch) in is_ansi_middle()
659 public void skip_ansi(struct ansi_state *pansi, LWCHAR ch, constant char **pp, constant char *limit) in skip_ansi()
[all …]
H A Dfuncs.h75 public lbool binary_char(LWCHAR c);
76 public lbool control_char(LWCHAR c);
77 public constant char * prchar(LWCHAR c);
78 public constant char * prutfchar(LWCHAR ch);
82 public LWCHAR get_wchar(constant char *sp);
83 public void put_wchar(mutable char **pp, LWCHAR ch);
84 public LWCHAR step_charc(constant char **pp, signed int dir, constant char *limit);
85 public LWCHAR step_char(char **pp, signed int dir, constant char *limit);
86 public lbool is_composing_char(LWCHAR ch);
87 public lbool is_ubin_char(LWCHAR ch);
[all …]
H A Dless.h167 #define IS_CSI_START(c) (control_char(c) && (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI)))
215 typedef unsigned long LWCHAR; typedef
332 LWCHAR first, last;
560 #define VARSEL_15 ((LWCHAR)0xFE0E) /* VARIATION SELECTOR 15 */
561 #define VARSEL_16 ((LWCHAR)0xFE0F) /* VARIATION SELECTOR 16 */
H A Dcvt.c59 LWCHAR ch; in cvt_text()
86 ch = (LWCHAR) *src++; /* {{ would step_char work? }} */ in cvt_text()
H A Dcmdbuf.c149 LWCHAR prev_ch = 0; in cmd_putstr()
150 LWCHAR ch; in cmd_putstr()
203 static constant char * cmd_step_common(char *p, LWCHAR ch, size_t len, int *pwidth, int *bswidth) in cmd_step_common()
221 LWCHAR prev_ch = step_char(&p, -1, cmdbuf); in cmd_step_common()
241 LWCHAR ch = step_char(pp, +1, p + strlen(p)); in cmd_step_right()
252 LWCHAR ch = step_char(pp, -1, cmdbuf); in cmd_step_left()
H A Doutput.c627 LWCHAR ch = step_charc(&s, +1, es);
649 s = prchar((LWCHAR) parg->p_char);
761 strcpy(ichar, prchar((LWCHAR) intr_char)); in ixerror()
H A Doptfunc.c54 extern LWCHAR rscroll_char;
842 LWCHAR ch = step_charc(&fmt, +1, fmt+strlen(fmt)); in opt_rscroll()
851 p.p_string = rscroll_char ? prchar((LWCHAR) rscroll_char) : "-"; in opt_rscroll()
1037 p.p_string = prchar((LWCHAR) intr_char); in opt_intr()
H A Dscreen.c3130 static LWCHAR last_downs[LAST_DOWN_COUNT] = { 0 };
3132 static LWCHAR hi_surr = 0;
3136 LWCHAR ichar; /* because ir...UnicodeChar is only 16 bits */
3245 static void set_last_down(LWCHAR ch) in set_last_down()
3253 static LWCHAR *find_last_down(LWCHAR ch) in find_last_down()
3268 LWCHAR ch = xip->ir.Event.KeyEvent.uChar.UnicodeChar; in win32_get_ichar()
3273 LWCHAR *last_down = find_last_down(ch); in win32_get_ichar()
H A Dprompt.c105 LWCHAR ch = step_charc(&s, +1, es); in ap_estr()
H A Doption.c56 sprintf(buf, "-%s", prchar((LWCHAR) c)); in propt()
H A Dsearch.c44 extern LWCHAR rscroll_char;
153 LWCHAR ch; in is_ucase()
1251 LWCHAR ch; in osc8_parse()
H A Dopttbl.c59 public LWCHAR rscroll_char; /* Char which marks chopped lines with -S */
H A Dfilename.c496 LWCHAR c = step_charc(&p, +1, edata); in bin_file()