Searched refs:rune (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.bin/mklocale/ |
H A D | lex.l | 53 \'.\' { yylval.rune = (unsigned char)yytext[1]; 56 '\\a' { yylval.rune = '\a'; 58 '\\b' { yylval.rune = '\b'; 60 '\\f' { yylval.rune = '\f'; 62 '\\n' { yylval.rune = '\n'; 64 '\\r' { yylval.rune = '\r'; 66 '\\t' { yylval.rune = '\t'; 68 '\\v' { yylval.rune = '\v'; 71 0x{XDIGIT}+ { yylval.rune = strtoul(yytext, 0, 16); 73 0{ODIGIT}+ { yylval.rune = strtoul(yytext, 0, 8); [all …]
|
H A D | yacc.y | 80 rune_t rune; member 87 %token <rune> RUNE
|
/openbsd/sys/ntfs/ |
H A D | ntfs_conv.c | 61 wchar rune = 0; in ntfs_utf8_wget() local 72 rune = s[0] & 0xff; in ntfs_utf8_wget() 77 rune = ((s[0] & 0x1F) << 6) | (s[1] & 0x3F); in ntfs_utf8_wget() 82 rune = ((s[0] & 0x1F) << 12) | ((s[1] & 0x3F) << 6) | in ntfs_utf8_wget() 89 return rune; in ntfs_utf8_wget()
|
/openbsd/usr.bin/awk/ |
H A D | b.c | 717 int rune; in match() local 729 n = u8_rune(&rune, (const char *) p); in match() 730 if ((ns = get_gototab(f, s, rune)) != 0) in match() 733 s = cgoto(f, s, rune); in match() 747 int rune; in pmatch() local 762 n = u8_rune(&rune, (const char *) q); in pmatch() 766 s = cgoto(f, s, rune); in pmatch() 793 n = u8_rune(&rune, (const char *) p); in pmatch() 803 int rune; in nematch() local 818 n = u8_rune(&rune, (const char *) q); in nematch() [all …]
|
H A D | run.c | 628 int u8_rune(int *rune, const char *s) in u8_rune() argument 635 *rune = c; in u8_rune() 654 *rune = c; in u8_rune() 2833 if (rune < 0 || rune > 0x10FFFF) in wide_char_to_byte_str() 2839 if (rune <= 0x0000007F) { in wide_char_to_byte_str() 2840 buf[len++] = rune; in wide_char_to_byte_str() 2841 } else if (rune <= 0x000007FF) { in wide_char_to_byte_str() 2843 buf[len++] = 0xC0 | (rune >> 6); in wide_char_to_byte_str() 2845 } else if (rune <= 0x0000FFFF) { in wide_char_to_byte_str() 2847 buf[len++] = 0xE0 | (rune >> 12); in wide_char_to_byte_str() [all …]
|
/openbsd/lib/libc/locale/ |
H A D | Makefile.inc | 16 rune.c runetable.c ___runetype_mb.c \
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | __locale | 548 # error unknown rune table for this platform -- do you mean to define _LIBCPP_PROVIDES_DEFAULT_RUNE…
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | epigraphs.pod | 4552 Ged's hearing, and had not taught him a single name or rune or spell.
|
/openbsd/share/dict/ |
H A D | web2a | 48655 rune-bearing 48656 rune-inscribed 66695 tree rune
|
H A D | web2 | 171786 rune
|