| /src/sys/external/bsd/acpica/dist/utilities/ |
| utascii.c | 69 /* Validate each character in the signature */ 87 * PARAMETERS: Char - The character to be examined 90 * RETURN: TRUE if the character is valid, FALSE otherwise 92 * DESCRIPTION: Check for a valid ACPI character. Must be one of: 97 * We allow a '!' as the last character because of the ASF! table 103 char Character, 107 if (!((Character >= 'A' && Character <= 'Z') || 108 (Character >= '0' && Character <= '9') | [all...] |
| /src/lib/libcurses/PSD.doc/ |
| appen.C | 60 .sh 3 "Simple Character Output" 64 If you run this program, you will get a demonstration of the character output 65 characteristics discussed in the above Character Output section.
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-csharp-3 | 20 // A 6-character string (unlike in Java, where this is just one backslash). 44 // Character literals are not extracted. 106 #. A 6-character string (unlike in Java, where this is just one backslash).
|
| /src/usr.bin/make/unit-tests/ |
| varmod-match.mk | 9 # 2. Character lists and character ranges 27 # ? matches 1 character 28 # \x matches the character 'x' 37 # The pattern character '?' matches exactly 1 character, the pattern character 59 # Test the fast code path for '*' followed by a regular character. 81 # 2. Character lists and character range [all...] |
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| README | 13 The character information portion of the package consists of three parts: 19 B. ctype.dat - the character property tables. 20 C. comp.dat - the character composition pairs. 21 D. decomp.dat - the character decompositions. 26 check to see if a character matches groups of properties, to map between 28 character, look up the combining class of a character, and get the number 29 value of a character. 40 Unicode Character Database (UCDB) format. An additional properties file, 43 The program looks for the two character properties fields (2 and 4), th [all...] |
| format.txt | 5 CHARACTER DATA 8 This package generates some data files that contain character properties useful 11 CHARACTER PROPERTIES 15 the character properties found in the Unicode Character Database (UCDB). 19 The following is a property name and code table to be used with the character 75 Cp 46 Defined character 93 increasing order by the first character code in the range. 95 Determining if a particular character is in the property list requires a 96 simple binary search to determine if a character is in any of the range [all...] |
| /src/sys/external/bsd/acpica/dist/include/ |
| acutils.h | 204 char Character, 963 * utstring - String and character utilities
|
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| Lexer.cpp | 86 "We assume that the input buffer has a null character at the end" 370 assert((int)Tok.getLength() >= 0 && "Token character range is bogus!"); 403 assert((int)Tok.getLength() >= 0 && "Token character range is bogus!"); 501 // LexStart should point at first character of logical line. 725 // character is. This needs to take into consideration newlines and 747 // If we have a character that may be a trigraph or escaped newline, use a 780 /// a source location pointing to the last character in the token, etc. 1067 // Rewind to first non-space character: 1156 /// GetTrigraphCharForLetter - Given a character that occurs after a ?? pair, 1173 /// DecodeTrigraphChar - If the specified character is a legal trigraph whe [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
| package.d | 98 as its capabilities reside in purely character-level manipulation. 122 'character' in this table denotes a single Unicode codepoint.) 126 $(REG_ROW any character except [{|*+?()^$, Matches the character itself. ) 127 $(REG_ROW ., In single line mode matches any character. 128 Otherwise it matches any character except '\n' and '\r'. ) 129 $(REG_ROW [class], Matches a single character 130 that belongs to this character class. ) 131 $(REG_ROW [^class], Matches a single character that 132 does $(U not) belong to this character class. [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/ |
| package.d | 105 For definitions of Unicode $(CHARACTER), $(CODEPOINT) and other terms 113 $(LI Character classification by category and common properties: 127 Decomposing and composing of individual character(s) according to canonical 159 character classification of encoded $(CODEPOINTS) 252 $(P $(DEF Abstract character) A unit of information used for the organization, 260 $(LI An abstract character has no concrete form 263 $(LI An abstract character does not necessarily 264 correspond to what a user thinks of as a “character” 267 $(LI The abstract characters encoded (see Encoded character) 272 represented by the use of combining character sequences [all...] |
| /src/external/bsd/am-utils/dist/doc/ |
| texinfo.tex | 104 % If this character appears in an error message or help string, it 501 % Make each space character in the input produce a normal interword 1344 % Latin 2 (0xea) gets translated to a | character. Info from 2375 % character) is such as not to need one. 2802 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 2877 % delimiter character idea from \verb, but it seems like overkill. 3012 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4413 % For the aux and toc files, @ is the escape character. So we want to 4414 % redefine everything using @ as the escape character (instead of 4631 % starting with |, since that ASCII character is between ASCII { and } [all...] |
| /src/external/bsd/flex/dist/build-aux/ |
| texinfo.tex | 104 % If this character appears in an error message or help string, it 501 % Make each space character in the input produce a normal interword 1344 % Latin 2 (0xea) gets translated to a | character. Info from 2375 % character) is such as not to need one. 2802 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 2877 % delimiter character idea from \verb, but it seems like overkill. 3012 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4413 % For the aux and toc files, @ is the escape character. So we want to 4414 % redefine everything using @ as the escape character (instead of 4631 % starting with |, since that ASCII character is between ASCII { and } [all...] |
| /src/external/gpl2/xcvs/dist/build-aux/ |
| texinfo.tex | 105 % If this character appears in an error message or help string, it 521 % Make each space character in the input produce a normal interword 602 %% Simple single-character @ commands 1105 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 1115 % Another complication: we want \\ (and @\) to output a \ character. 1545 % Latin 2 (0xea) gets translated to a | character. Info from 2512 % unless the following character is such as not to need one. 2828 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4173 % For the aux and toc files, @ is the escape character. So we want to 4174 % redefine everything using @ as the escape character (instead o [all...] |
| /src/external/gpl3/autoconf/dist/build-aux/ |
| texinfo.tex | 103 % If this character appears in an error message or help string, it 500 % Make each space character in the input produce a normal interword 1343 % Latin 2 (0xea) gets translated to a | character. Info from 2373 % character) is such as not to need one. 2800 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 2872 % delimiter character idea from \verb, but it seems like overkill. 3007 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4360 % For the aux and toc files, @ is the escape character. So we want to 4361 % redefine everything using @ as the escape character (instead of 4578 % starting with |, since that ASCII character is between ASCII { and } [all...] |
| /src/external/gpl3/binutils/dist/texinfo/ |
| texinfo.tex | 105 % If this character appears in an error message or help string, it 521 % Make each space character in the input produce a normal interword 602 %% Simple single-character @ commands 1105 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 1115 % Another complication: we want \\ (and @\) to output a \ character. 1542 % Latin 2 (0xea) gets translated to a | character. Info from 2509 % unless the following character is such as not to need one. 2825 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4170 % For the aux and toc files, @ is the escape character. So we want to 4171 % redefine everything using @ as the escape character (instead o [all...] |
| /src/external/gpl3/binutils.old/dist/texinfo/ |
| texinfo.tex | 105 % If this character appears in an error message or help string, it 521 % Make each space character in the input produce a normal interword 602 %% Simple single-character @ commands 1105 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 1115 % Another complication: we want \\ (and @\) to output a \ character. 1542 % Latin 2 (0xea) gets translated to a | character. Info from 2509 % unless the following character is such as not to need one. 2825 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4170 % For the aux and toc files, @ is the escape character. So we want to 4171 % redefine everything using @ as the escape character (instead o [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/doc/include/ |
| texinfo.tex | 103 % If this character appears in an error message or help string, it 500 % Make each space character in the input produce a normal interword 1343 % Latin 2 (0xea) gets translated to a | character. Info from 2375 % character) is such as not to need one. 2802 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 2874 % delimiter character idea from \verb, but it seems like overkill. 3009 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4362 % For the aux and toc files, @ is the escape character. So we want to 4363 % redefine everything using @ as the escape character (instead of 4580 % starting with |, since that ASCII character is between ASCII { and } [all...] |
| /src/external/gpl3/gdb/dist/texinfo/ |
| texinfo.tex | 105 % If this character appears in an error message or help string, it 521 % Make each space character in the input produce a normal interword 602 %% Simple single-character @ commands 1105 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 1115 % Another complication: we want \\ (and @\) to output a \ character. 1542 % Latin 2 (0xea) gets translated to a | character. Info from 2509 % unless the following character is such as not to need one. 2825 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4170 % For the aux and toc files, @ is the escape character. So we want to 4171 % redefine everything using @ as the escape character (instead o [all...] |
| /src/external/gpl3/gdb.old/dist/texinfo/ |
| texinfo.tex | 105 % If this character appears in an error message or help string, it 521 % Make each space character in the input produce a normal interword 602 %% Simple single-character @ commands 1105 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 1115 % Another complication: we want \\ (and @\) to output a \ character. 1542 % Latin 2 (0xea) gets translated to a | character. Info from 2509 % unless the following character is such as not to need one. 2825 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4170 % For the aux and toc files, @ is the escape character. So we want to 4171 % redefine everything using @ as the escape character (instead o [all...] |
| /src/external/lgpl3/gmp/dist/doc/ |
| texinfo.tex | 104 % If this character appears in an error message or help string, it 501 % Make each space character in the input produce a normal interword 1344 % Latin 2 (0xea) gets translated to a | character. Info from 2375 % character) is such as not to need one. 2802 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 2877 % delimiter character idea from \verb, but it seems like overkill. 3012 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4413 % For the aux and toc files, @ is the escape character. So we want to 4414 % redefine everything using @ as the escape character (instead of 4631 % starting with |, since that ASCII character is between ASCII { and } [all...] |
| /src/external/lgpl3/mpc/dist/doc/ |
| texinfo.tex | 104 % If this character appears in an error message or help string, it 501 % Make each space character in the input produce a normal interword 1344 % Latin 2 (0xea) gets translated to a | character. Info from 2375 % character) is such as not to need one. 2802 % an actual _ character, as in @math{@var{some_variable} + 1}. So make 2877 % delimiter character idea from \verb, but it seems like overkill. 3012 % \tt widths. Each \tt character is 1en, so two makes it 1em. 4413 % For the aux and toc files, @ is the escape character. So we want to 4414 % redefine everything using @ as the escape character (instead of 4631 % starting with |, since that ASCII character is between ASCII { and } [all...] |
| /src/external/gpl3/binutils/dist/gprofng/doc/ |
| texinfo.tex | 108 % If this character appears in an error message or help string, it 162 % Give the space character the catcode for a space. 165 % Likewise for ^^M, the end of line character. 511 % Make each space character in the input produce a normal interword 1488 % Latin 2 (0xea) gets translated to a | character. Info from 2778 % character) is such as not to need one. 2914 \normaldash % always output the dash character itself. 2917 % (a) the next character is a -, or 2918 % (b) the preceding character is a -. 3240 % an actual _ character, as in @math{@var{some_variable} + 1}. So mak [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| texinfo.tex | 108 % If this character appears in an error message or help string, it 162 % Give the space character the catcode for a space. 165 % Likewise for ^^M, the end of line character. 511 % Make each space character in the input produce a normal interword 1488 % Latin 2 (0xea) gets translated to a | character. Info from 2778 % character) is such as not to need one. 2914 \normaldash % always output the dash character itself. 2917 % (a) the next character is a -, or 2918 % (b) the preceding character is a -. 3240 % an actual _ character, as in @math{@var{some_variable} + 1}. So mak [all...] |
| /src/external/gpl3/gcc/dist/gcc/doc/include/ |
| texinfo.tex | 102 % If this character appears in an error message or help string, it 156 % Give the space character the catcode for a space. 159 % Likewise for ^^M, the end of line character. 488 % Make each space character in the input produce a normal interword 1455 % Latin 2 (0xea) gets translated to a | character. Info from 2769 % Output an italic correction unless the following character is such as 2939 \normaldash % always output the dash character itself. 2942 % (a) the next character is a -, or 2943 % (b) the preceding character is a -, or 2962 % after the -. \codedashnobreak is set to the first character i [all...] |
| /src/external/lgpl3/mpc/dist/build-aux/ |
| texinfo.tex | 108 % If this character appears in an error message or help string, it 162 % Give the space character the catcode for a space. 165 % Likewise for ^^M, the end of line character. 511 % Make each space character in the input produce a normal interword 1496 % Latin 2 (0xea) gets translated to a | character. Info from 2790 % character) is such as not to need one. 2926 \normaldash % always output the dash character itself. 2929 % (a) the next character is a -, or 2930 % (b) the preceding character is a -. 3252 % an actual _ character, as in @math{@var{some_variable} + 1}. So mak [all...] |