Home
last modified time | relevance | path

Searched refs:character (Results 1 – 25 of 140) sorted by relevance

123456

/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dccode24 printf("#define CC_NATIVE CC_EBCDIC_E /* native character code */\n");
27 printf("#define CC_NATIVE CC_ASCII /* native character code */\n");
58 printf("#define CC_NATIVE CC_ASCII /* native character code */\n");
66 printf("#define CC_bel 0007 /* bel character */\n");
67 printf("#define CC_esc 0033 /* esc character */\n");
68 printf("#define CC_sub 0032 /* sub character */\n");
69 printf("#define CC_vt 0013 /* vt character */\n");
74 printf("#define CC_bel 0057 /* bel character */\n");
75 printf("#define CC_esc 0047 /* esc character */\n");
76 printf("#define CC_sub 0077 /* sub character */\n");
[all …]
/illumos-gate/usr/src/cmd/loadkeys/
H A Ddumpkeys.c62 static void printchar(int character, int delim);
404 printchar(int character, int delim) in printchar() argument
406 switch (character) { in printchar()
433 if (isprint(character)) { in printchar()
434 if (character == delim) in printchar()
436 (void) printf("%c", character); in printchar()
438 if (character < 040) in printchar()
439 (void) printf("^%c", character + 0100); in printchar()
440 else if (character <= 0xff) in printchar()
441 (void) printf("'\\%.3o'", character); in printchar()
[all …]
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dccode22 #define CC_NATIVE CC_ASCII /* native character code */
23 #define CC_ALIEN CC_EBCDIC /* alien character code */
25 #define CC_bel 0007 /* bel character */
26 #define CC_esc 0033 /* esc character */
27 #define CC_sub 0032 /* sub character */
28 #define CC_vt 0013 /* vt character */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dccode22 #define CC_NATIVE CC_ASCII /* native character code */
23 #define CC_ALIEN CC_EBCDIC /* alien character code */
25 #define CC_bel 0007 /* bel character */
26 #define CC_esc 0033 /* esc character */
27 #define CC_sub 0032 /* sub character */
28 #define CC_vt 0013 /* vt character */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dccode22 #define CC_NATIVE CC_ASCII /* native character code */
23 #define CC_ALIEN CC_EBCDIC /* alien character code */
25 #define CC_bel 0007 /* bel character */
26 #define CC_esc 0033 /* esc character */
27 #define CC_sub 0032 /* sub character */
28 #define CC_vt 0013 /* vt character */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dccode22 #define CC_NATIVE CC_ASCII /* native character code */
23 #define CC_ALIEN CC_EBCDIC /* alien character code */
25 #define CC_bel 0007 /* bel character */
26 #define CC_esc 0033 /* esc character */
27 #define CC_sub 0032 /* sub character */
28 #define CC_vt 0013 /* vt character */
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DREADME34 is named by its two character troff name and is copied to the output file,
35 as is, when the character is first used. Each procedure is called with a
36 single argument, namely the width of the character. The name of the PostScript
37 procedure that builds the character must begin with the prefix build_ and
38 end with the character's name.
41 a new character:
H A DBRACKETS_NOTE25 and bottom bracket pieces used by eqn. The files are only used if the character
27 than 32 means a character from Adobe's Symbol font will be used. Think the real
31 Adobe's Symbol font. eqn extends all the pieces with the \(bv character, while
39 problem. Each builds the troff character by using the \(bv character from the
51 of the \(bv character, and using the corners of that box to locate the top and
55 a tight bounding box around the \(bv character independent of the rotation of
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME31 The mapping from troff's one or two character font names to PostScript fonts is
36 of 1 implies the character definition comes in one piece, while anything else
37 means the character may come in two pieces. The first part is downloaded once,
39 time the character is printed.
44 1: Pick a one or two character font name for troff and dpost - no longer a
45 trivial task! To find out what two character font names are taken type,
50 Any unused one or two character font name can be chosen. I've tried to choose
51 two character font names with the first character representing the font family
68 720 dpi. As an example if you wanted to find the width of character A in
74 The fourth column in the width tables is the character code field and is only
[all …]
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out28 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
37 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
44 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
53 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
62 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
69 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
78 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
85 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
94 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
103 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dcheck_byte_count-ice.c11 check_byte_count-ice.c:6:0: warning: missing terminating ' character in foo()
12 check_byte_count-ice.c:5:23: warning: multi-character character constant in foo()
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME27 Char [integer] /*size of character horizontally*/
64 \ followed by 3 octal digits specifies the ascii character
69 knows by 2-character names, e.g. \(hy and \(ga. The entries in this
73 (defining one special character) is: the (2-character) name of the
74 special character, followed by white space, followed by the width of
75 the character (in ems), followed by white space, followed by the
76 sequence needed to produce the character. This sequence may be
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S52 sio_flush.1: call sio_ischar # Check for character
69 popl %eax # Get the character
71 outb %al,(%dx) # Write character
79 inb (%dx),%al # Read character
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.errmsg54 nonterminated character class
57 nonterminated character class
60 nonterminated character class
63 nonterminated character class
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Drules.c347 Char2Int(char character) in Char2Int() argument
349 if (isdigit(character)) { in Char2Int()
350 return (character - '0'); in Char2Int()
351 } else if (islower(character)) { in Char2Int()
352 return (character - 'a' + 10); in Char2Int()
353 } else if (isupper(character)) { in Char2Int()
354 return (character - 'A' + 10); in Char2Int()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties80 illegal_utf8 = Illegal UTF8 character ``{0}''''.
112 char_not_reserved_attr = Escaped character ``{0}'''' is not reserved in attribute tag or string ``{…
113 char_not_reserved_scope = Escaped character ``{0}'''' is not reserved in scope string ``{1}''''
114 reserved_not_escaped = Reserved character ``{0}'''' is not escaped
115 not_a_character = The escaped character string ``{0}'''' is not a UTF8 character
116 more_than_one = The escaped character string ``{0}'''' codes for more than one UTF8 character
138 …ar_error = The character ``{0}'''' is illegal in URLs. Use the %## escape syntax convention. Spac…
165 bad_id_char = Prohibited character ``{0}'''' in attribute id
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrchr.S32 mov 8(%esp), %edx / character to find
61 mov %edx, %ebx / copy character across all bytes in wd
90 test $0x000000ff, %ecx / look for character's position in word
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps60 transparent_underline, "ul" "ul" underline character overstrikes
66 no_pad_char, "npc" "NP" Pad character doesn't exist.
155 delete_character, "dch1" "dc" Delete character (*)
186 insert_character, "ich1" "ic" Insert character
238 pad_char, "pad" "pc" Pad character (rather than null)
287 xon_character, "xonc" "XN" X-on character
288 xoff_character, "xoffc" "XF" X-off character
448 define_char, "defc" "ZE" Define a character in a character set
479 select_char_set, "scs" "Zj" Select character set
494 char_set_names, "csnm" "Zy" List of character set names
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps92 no_pad_char npc NP bool Pad character doesn't exist
162 delete_character dch1 dc str Delete character (P*)
193 insert_character ich1 ic str Insert character (P)
200 key_dc kdch1 kD str Sent by delete character key.
245 pad_char pad pc str Pad character (rather than null)
294 xon_character xonc XN str xon character
295 xoff_character xoffc XF str xoff character
296 ena_acs enacs eA str Enable alternate character set
449 define_char defc ZE str Define a character in a character set
480 select_char_set scs Zj str Select character set
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps90 no_pad_char npc NP bool Pad character doesn't exist
160 delete_character dch1 dc str Delete character (P*)
191 insert_character ich1 ic str Insert character (P)
198 key_dc kdch1 kD str Sent by delete character key.
243 pad_char pad pc str Pad character (rather than null)
292 xon_character xonc XN str xon character
293 xoff_character xoffc XF str xoff character
294 ena_acs enacs eA str Enable alternate character set
447 define_char defc ZE str Define a character in a character set
478 select_char_set scs Zj str Select character set
[all …]
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c374 if ((gch == character(value(ESCAPE))) && bol) { in tipin()
377 } else if (!cumode && gch == character(value(RAISECHAR))) { in tipin()
386 } else if (!cumode && gch == character(value(FORCE))) in tipin()
407 char c = character(value(ESCAPE)); in escape()
497 (void) printf("%2s", ctrl(character(value(ESCAPE)))); in help()
H A Dvalue.c110 if (character(p->v_value) == *v) in vassign()
112 character(p->v_value) = *v; in vassign()
222 cp = ctrl(character(p->v_value)); in vprint()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y638 if(prev != '\n') goto character;
654 goto character;
668 goto character;
674 if(prev != '\n' && scon != TRUE) goto character;
741 goto character;
756 goto character;
902 character:
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dmissing-delim.c14 preprocessor/missing-delim.c:2:0: warning: missing terminating ' character
/illumos-gate/usr/src/boot/forth/
H A Ddelay.4th33 3 constant etx_key \ End-of-Text character produced by Ctrl+C
34 13 constant enter_key \ Carriage-Return character produce by ENTER
35 27 constant esc_key \ Escape character produced by ESC or Ctrl+[

123456