Searched refs:CHAR (Results 76 - 92 of 92) sorted by relevance

1234

/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-exp.c68 CHAR = 270, enumerator in enum:yytokentype
100 #define CHAR 270 macro
501 "BYTE", "INT", "CHAR", "BOOLEAN", "DOUBLE", "FLOAT", "VARIABLE",
2537 return CHAR;
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h790 #define SWITCH_TAKES_ARG(CHAR) \
791 (DEFAULT_SWITCH_TAKES_ARG (CHAR) || (CHAR) == 'G')
/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c235 #define write_char(CHAR) \
236 obstack_1grow (mangle_obstack, (CHAR))
239 #define write_chars(CHAR, LEN) \
240 obstack_grow (mangle_obstack, (CHAR), (LEN))
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h124 TK(CHAR, LITERAL) /* 'char' */ \
160 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dlex.c879 #define IF_NEXT_IS(CHAR, THEN_TYPE, ELSE_TYPE) \
883 if (*buffer->cur == CHAR) \
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-tc.c493 CHAR *name;
494 CHAR *description;
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c891 #define SWITCH_TAKES_ARG(CHAR) DEFAULT_SWITCH_TAKES_ARG(CHAR)
901 #define DEFAULT_SWITCH_CURTAILS_COMPILATION(CHAR) \
902 ((CHAR) == 'c' || (CHAR) == 'S')
905 #define SWITCH_CURTAILS_COMPILATION(CHAR) \
906 DEFAULT_SWITCH_CURTAILS_COMPILATION(CHAR)
/freebsd-11-stable/contrib/one-true-awk/
H A Dawkgram.y53 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c839 case CHAR:
/freebsd-11-stable/contrib/tcsh/
H A Dglob.c558 *pwc = *s & CHAR;
H A Dtc.os.c1585 #undef CHAR /* Collides with Win32 API */ macro
H A Ded.chared.c3299 c = CHAR & *Cursor;
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c1953 return CHAR;
4085 return CHAR;
H A Dinitparse.c137 #define CHAR 257 macro
369 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"CHAR","NUMBER","SECTEND",
441 "singleton : CHAR",
447 "ccl : ccl CHAR '-' CHAR",
448 "ccl : ccl CHAR",
475 "string : string CHAR",
/freebsd-11-stable/bin/ps/
H A Dprint.c742 case CHAR:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp978 DEFINE_LOCK_FREE_MACRO(CHAR, Char);
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure8051 # Check to see if winnt.h defines CHAR, SHORT, and LONG
8072 CHAR c;

Completed in 170 milliseconds

1234