Searched refs:LWCHAR (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14-stable/contrib/less/ |
| HD | charset.c | 488 public lbool binary_char(LWCHAR c) in binary_char() 500 public lbool control_char(LWCHAR c) in control_char() 511 public constant char * prchar(LWCHAR c) in prchar() 545 public constant char * prutfchar(LWCHAR ch) in prutfchar() 642 public LWCHAR get_wchar(constant char *sp) in get_wchar() 650 return (LWCHAR) in get_wchar() 654 return (LWCHAR) ( in get_wchar() 659 return (LWCHAR) ( in get_wchar() 665 return (LWCHAR) ( in get_wchar() 673 return (LWCHAR) ( in get_wchar() [all …]
|
| HD | line.c | 72 static LWCHAR pendc; 80 static int do_append(LWCHAR ch, constant char *rep, POSITION pos); 102 extern LWCHAR rscroll_char; 202 public lbool is_ascii_char(LWCHAR ch) in is_ascii_char() 458 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a) in pwidth() 522 LWCHAR ch; in backc() 532 LWCHAR prev_ch; in backc() 567 public lbool is_ansi_end(LWCHAR ch) in is_ansi_end() 577 public lbool is_ansi_middle(LWCHAR ch) in is_ansi_middle() 592 LWCHAR c; in skip_ansi() [all …]
|
| HD | funcs.h | 68 public lbool binary_char(LWCHAR c); 69 public lbool control_char(LWCHAR c); 70 public constant char * prchar(LWCHAR c); 71 public constant char * prutfchar(LWCHAR ch); 75 public LWCHAR get_wchar(constant char *sp); 76 public void put_wchar(mutable char **pp, LWCHAR ch); 77 public LWCHAR step_charc(constant char **pp, signed int dir, constant char *limit); 78 public LWCHAR step_char(char **pp, signed int dir, constant char *limit); 79 public lbool is_composing_char(LWCHAR ch); 80 public lbool is_ubin_char(LWCHAR ch); [all …]
|
| HD | cvt.c | 59 LWCHAR ch; in cvt_text() 86 ch = (LWCHAR) *src++; /* {{ would step_char work? }} */ in cvt_text()
|
| HD | less.h | 172 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI)) 220 typedef unsigned long LWCHAR; typedef 341 LWCHAR first, last;
|
| HD | cmdbuf.c | 146 LWCHAR prev_ch = 0; in cmd_putstr() 147 LWCHAR ch; in cmd_putstr() 190 static constant char * cmd_step_common(char *p, LWCHAR ch, size_t len, int *pwidth, int *bswidth) in cmd_step_common() 208 LWCHAR prev_ch = step_char(&p, -1, cmdbuf); in cmd_step_common() 228 LWCHAR ch = step_char(pp, +1, p + strlen(p)); in cmd_step_right() 239 LWCHAR ch = step_char(pp, -1, cmdbuf); in cmd_step_left()
|
| HD | output.c | 616 LWCHAR ch = step_charc(&s, +1, es); 638 s = prchar((LWCHAR) parg->p_char); 750 strcpy(ichar, prchar((LWCHAR) intr_char)); in ixerror()
|
| HD | optfunc.c | 53 extern LWCHAR rscroll_char; 814 LWCHAR ch = step_charc(&fmt, +1, fmt+strlen(fmt)); in opt_rscroll() 823 p.p_string = rscroll_char ? prchar((LWCHAR) rscroll_char) : "-"; in opt_rscroll() 992 p.p_string = prchar((LWCHAR) intr_char); in opt_intr()
|
| HD | screen.c | 2882 static LWCHAR last_downs[LAST_DOWN_COUNT] = { 0 }; 2884 static LWCHAR hi_surr = 0; 2888 LWCHAR ichar; /* because ir...UnicodeChar is only 16 bits */ 2992 static void set_last_down(LWCHAR ch) in set_last_down() 3000 static LWCHAR *find_last_down(LWCHAR ch) in find_last_down() 3015 LWCHAR ch = xip->ir.Event.KeyEvent.uChar.UnicodeChar; in win32_get_ichar() 3020 LWCHAR *last_down = find_last_down(ch); in win32_get_ichar()
|
| HD | prompt.c | 91 LWCHAR ch = step_charc(&s, +1, es); in ap_estr()
|
| HD | option.c | 55 sprintf(buf, "-%s", prchar((LWCHAR) c)); in propt()
|
| HD | search.c | 44 extern LWCHAR rscroll_char; 154 LWCHAR ch; in is_ucase() 1270 LWCHAR ch = step_charc(&line, +1, line_end); in osc8_parse()
|
| HD | opttbl.c | 58 public LWCHAR rscroll_char; /* Char which marks chopped lines with -S */
|
| HD | filename.c | 495 LWCHAR c = step_charc(&p, +1, edata); in bin_file()
|