Searched refs:LWCHAR (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/less/ |
H A D | charset.c | 488 public lbool binary_char(LWCHAR c) in set_charset() 500 public lbool control_char(LWCHAR c) in init_charset() 511 public constant char * prchar(LWCHAR c) 545 public constant char * prutfchar(LWCHAR ch) in prchar() 642 public LWCHAR get_wchar(constant char *sp) in is_utf8_well_formed() 650 return (LWCHAR) in is_utf8_well_formed() 654 return (LWCHAR) ( 659 return (LWCHAR) ( in utf_skip_to_lead() 665 return (LWCHAR) ( 673 return (LWCHAR) ( in get_wchar() [all...] |
H A D | 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 c [all...] |
H A D | 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) 458 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a) 522 LWCHAR ch; in backc() 532 LWCHAR prev_ch; in backc() 567 public lbool is_ansi_end(LWCHAR ch) 577 public lbool is_ansi_middle(LWCHAR c [all...] |
H A D | mark.c |
|
H A D | command.c | 976 getcc_repl(char constant * orig,char constant * repl,LWCHAR (* gr_getc)(void),void (* gr_ungetc)(LWCHAR)) getcc_repl() argument
|
H A D | less.h | 172 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI)) 220 typedef unsigned long LWCHAR; 341 LWCHAR first, last; 238 typedef unsigned long LWCHAR; global() typedef
|
H A D | 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()
|
H A D | cvt.c | 59 LWCHAR ch; in cvt_text() 86 ch = (LWCHAR) *src++; /* {{ would step_char work? }} */ in cvt_text()
|
H A D | os.c |
|
H A D | filename.c | 495 LWCHAR c = step_charc(&p, +1, edata); in seek_filesize()
|
H A D | search.c | 44 extern LWCHAR rscroll_char; 154 LWCHAR ch; in clear_pattern() 1270 LWCHAR ch = step_charc(&line, +1, line_end); in search_range()
|