Searched refs:CHAR (Results 26 - 50 of 130) sorted by relevance

123456

/macosx-10.10.1/awk-20/src/
H A Dytab.h58 CHAR = 274, enumerator in enum:yytokentype
155 #define CHAR 274 macro
H A Dytabh.bak48 CHAR = 274,
143 #define CHAR 274
H A Db.c47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
52 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
657 case CHAR:
659 np = op2(CHAR, NIL, itonp(rlxval));
690 return (unary(op2(CHAR, NIL, itonp(HAT))));
693 return (unary(op2(CHAR, NIL, NIL)));
719 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(':
979 return CHAR;
982 return CHAR;
1043 return CHAR;
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.str.c169 dst += one_wctomb(dst, *src & CHAR);
487 dst += one_wctomb(dst, *src & CHAR);
553 #define DO_STRBUF(STRBUF, CHAR, STRLEN) \
562 STRBUF##_store1(struct STRBUF *buf, CHAR c) \
582 STRBUF##_append1(struct STRBUF *buf, CHAR c) \
589 STRBUF##_appendn(struct STRBUF *buf, const CHAR *s, size_t len) \
603 STRBUF##_append(struct STRBUF *buf, const CHAR *s) \
608 CHAR * \
H A Ded.refresh.c168 attr = *cp & ~CHAR;
169 c = *cp & CHAR;
292 w = NLSWidth(*cp & CHAR);
1129 w = NLSClassify(*cp & CHAR, cp == Prompt);
1161 w = NLSClassify(*cp & CHAR, cp == InputBuf);
1253 c = *cp & CHAR;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dcollsyms.h29 CHAR code;
H A Dsmatch.c34 #define CHAR unsigned char macro
96 CHAR *s;
232 # define CHAR wchar_t macro
/macosx-10.10.1/adv_cmds-158/ps/
H A Dkeyword.c81 {"%cpu", "%CPU", NULL, 0, pcpu, NULL, 5, 0, CHAR, NULL, 0},
122 {"nice", "NI", NULL, 0, pvar, NULL, 2, POFF(p_nice), CHAR, "d"},
191 {"upr", "UPR", NULL, 0, pvar, NULL, 3, POFF(p_usrpri), CHAR, "d"},
198 {"wq", "WQ", NULL, 0, wq, NULL, 4, 0, CHAR, NULL, 0},
199 {"wqb", "WQB", NULL, 0, wq, NULL, 4, 0, CHAR, NULL, 0},
200 {"wql", "WQL", NULL, 0, wq, NULL, 3, 0, CHAR, NULL, 0},
201 {"wqr", "WQR", NULL, 0, wq, NULL, 4, 0, CHAR, NULL, 0},
H A Dps.h46 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c146 #define CHAR(c) ((Char)((c)&M_CHAR)) macro
495 *bufnext++ = CHAR(c);
515 *bufnext++ = CHAR(c);
519 *bufnext++ = CHAR(c);
539 *bufnext++ = CHAR(c);
863 CHAR(c) <= CHAR(k) && CHAR(k) <= CHAR(pat[1]) :
864 __collate_range_cmp(CHAR(
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A D_doprnt.c53 #define PRINT_CHAR(CHAR) \
55 putc(CHAR, stream); \
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyntax.c927 \(CODE . MATCHING-CHAR) that can be used as value of a `syntax-table'
1004 doc: /* Set syntax for character CHAR according to string NEWENTRY.
1023 1 means CHAR is the start of a two-char comment start sequence.
1024 2 means CHAR is the second character of such a sequence.
1025 3 means CHAR is the start of a two-char comment end sequence.
1026 4 means CHAR is the second character of such a sequence.
1033 b means CHAR is part of comment sequence b.
1034 n means CHAR is part of a nestable comment sequence.
1036 p means CHAR is a prefix character for `backward-prefix-chars';
1039 usage: (modify-syntax-entry CHAR NEWENTR
[all...]
H A Ddispextern.h1661 /* Non-zero if FACE is suitable for displaying character CHAR. */
1663 #define FACE_SUITABLE_FOR_CHAR_P(FACE, CHAR) \
1664 (SINGLE_BYTE_CHAR_P (CHAR) \
1666 : face_suitable_for_char_p ((FACE), (CHAR)))
1669 with id ID but is suitable for displaying character CHAR.
1670 This macro is only meaningful for multibyte character CHAR. */
1672 #define FACE_FOR_CHAR(F, FACE, CHAR) \
1673 (SINGLE_BYTE_CHAR_P (CHAR) \
1675 : face_for_char ((F), (FACE), (CHAR)))
1679 #define FACE_SUITABLE_FOR_CHAR_P(FACE, CHAR)
[all...]
/macosx-10.10.1/ruby-106/ruby/test/fiddle/
H A Dtest_closure.rb59 %w[INT SHORT CHAR LONG LONG_LONG].each do |name|
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dwin32tc.c639 CHAR inbuf[TC_INBUFSIZE] = { 0 };
652 inbuf[inbufsize++] = (CHAR)firstByte;
694 inbuf[inbufsize++] = (CHAR)nextByte;
740 CHAR outbuf[TC_OUTBUFSIZE] = { 0 };
/macosx-10.10.1/adv_cmds-158/colldef/
H A Dparse.y134 %token <ch> CHAR
815 charmap : DEFN CHAR {
827 substitute : SUBSTITUTE CHAR WITH STRING {
838 chain : CHAR CHAR {
845 | chain CHAR {
855 item : CHAR {
867 | CHAR RANGE CHAR {
902 mixed_sub_item : CHAR {
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfnmatch.c148 # define CHAR char macro
178 # define CHAR wchar_t macro
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dglob.c134 #define CHAR(c) ((Char)((c)&M_ASCII)) macro
434 *bufnext++ = CHAR(c);
438 *bufnext++ = CHAR(c);
458 *bufnext++ = CHAR(c);
839 printf("%c", CHAR(*p));
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dglob.c101 #define CHAR(c) ((Char)((c)&M_ASCII)) macro
421 *bufnext++ = CHAR(c);
425 *bufnext++ = CHAR(c);
445 *bufnext++ = CHAR(c);
875 (void)printf("%c", CHAR(*p));
/macosx-10.10.1/sudo-73/src/
H A Dglob.c141 #define CHAR(c) ((Char)((c)&M_ASCII)) macro
523 *bufnext++ = CHAR(c);
527 *bufnext++ = CHAR(c);
547 *bufnext++ = CHAR(c);
944 (void)printf("%c", CHAR(*p));
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Dtlhelp32.h69 CHAR szExeFile[MAX_PATH];
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Drx.el243 Each entry has the form (SYMBOL . CHAR), where SYMBOL is a valid
244 symbol in `(syntax SYMBOL)', and CHAR is the syntax character
290 Each entry has the form (SYMBOL . CHAR), where SYMBOL is a valid
291 symbol in `(category SYMBOL)', and CHAR is the category character
677 CHAR
678 matches character CHAR literally.
/macosx-10.10.1/ruby-106/ruby/ext/dl/callback/
H A Dmkcallback.rb48 CHAR => {
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Diso-acc.el255 MAPPINGS are cons cells of the form (CHAR . ISO-CHAR).
257 The net effect is that the key sequence PSEUDO-ACCENT CHAR is mapped
258 to ISO-CHAR on input.")
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmodula3.vim23 syn keyword modula3Keyword CARDINAL CASE CEILING CHAR CONST DEC DEFINITION

Completed in 404 milliseconds

123456