Searched refs:IDENT (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-basic-nr/
H A Dscanner.l43 IDENT [[:alnum:]_-]
47 ^{IDENT}+{WS}*={WS}*(true|false){WS}*\r?\n { return 100;}
48 ^{IDENT}+{WS}*={WS}*\"[^\"\n\r]*\"{WS}*\r?\n { return 101;}
49 ^{IDENT}+{WS}*={WS}*[[:digit:]]+{WS}*\r?\n { return 102;}
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-basic-r/
H A Dscanner.l42 IDENT [[:alnum:]_-]
46 ^{IDENT}+{WS}*={WS}*(true|false){WS}*\r?\n { return 100;}
47 ^{IDENT}+{WS}*={WS}*\"[^\"\n\r]*\"{WS}*\r?\n { return 101;}
48 ^{IDENT}+{WS}*={WS}*[[:digit:]]+{WS}*\r?\n { return 102;}
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-noansi-nr/
H A Dscanner.l44 IDENT [[:alnum:]_-]
48 ^{IDENT}+{WS}*={WS}*(true|false){WS}*\r?\n { return 100;}
49 ^{IDENT}+{WS}*={WS}*\"[^\"\n\r]*\"{WS}*\r?\n { return 101;}
50 ^{IDENT}+{WS}*={WS}*[[:digit:]]+{WS}*\r?\n { return 102;}
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-noansi-r/
H A Dscanner.l43 IDENT [[:alnum:]_-]
47 ^{IDENT}+{WS}*={WS}*(true|false){WS}*\r?\n { return 100;}
48 ^{IDENT}+{WS}*={WS}*\"[^\"\n\r]*\"{WS}*\r?\n { return 101;}
49 ^{IDENT}+{WS}*={WS}*[[:digit:]]+{WS}*\r?\n { return 102;}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline14.C6 struct IDENT struct
28 IDENT i;
30 const IDENT& getIdent() const
43 void foo(const TC<IDENT> &c)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline14.C6 struct IDENT struct
28 IDENT i;
30 const IDENT& getIdent() const
43 void foo(const TC<IDENT> &c)
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-bison-nr/
H A Dparser.y63 %token <str> IDENT
76 LINENO COLON SPACE IDENT EQUAL IDENT
H A Dscanner.l52 [[:alnum:]_]+ { yylval->str = STRDUP(yytext); return IDENT;}
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-bison-yylloc/
H A Dparser.y63 %token <str> IDENT
76 LINENO COLON SPACE IDENT EQUAL IDENT
H A Dscanner.l55 [[:alnum:]_]+ { yylval->str = STRDUP(yytext); return IDENT;}
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/conf/
H A DMakefile.mvme68k35 .if empty(IDENT:M-DMVME172) && empty(IDENT:M-DMVME177)
36 .if empty(IDENT:M-DMVME147)
42 .if empty(IDENT:M-DMVME147) && empty(IDENT:M-DMVME162) && empty(IDENT:M-DMVME167)
/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Dhunt.h275 typedef struct ident_def IDENT; typedef in typeref:struct:ident_def
299 IDENT *i_next;
303 IDENT *p_ident;
342 IDENT *b_score;
388 extern IDENT *Scores;
418 void checkdam(PLAYER *, PLAYER *, IDENT *, int, char);
424 IDENT *, int, char);
H A Dextern.c66 IDENT *Scores; /* score cache */
H A Danswer.c49 static IDENT *get_ident(uint32_t, uint32_t, char *, char);
387 static IDENT *
390 IDENT *ip;
391 static IDENT punt;
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dlibelf_fsize.m4116 DEFINE_ELF_FSIZE(`IDENT',`') # `IDENT' is a pseudo type
H A Delf_types.m475 * and a basic type. Basic types include IDENT, HALF, WORD, LWORD,
104 ``e_ident, IDENT',
121 ``e_ident, IDENT',
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dlex.h9 #define IDENT 64 macro
125 EXTERN char ident [IDENT+1];
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dscanner.l168 if (c != IDENT || (p != IDENT && p != '('))
182 return IDENT;
190 return IDENT;
236 <CONTR>"error" { contr = 0; if (slow) return IDENT; cpperror(); BEGIN 0; }
238 <CONTR>"undef" { contr = 0; if (slow) return IDENT; undefstmt(); }
296 return IDENT;
692 if (t != IDENT)
711 if (t != IDENT)
902 if (yylex() != WSPACE || yylex() != IDENT)
[all...]
H A Dcpp.c440 if (c == IDENT) {
521 if (c == IDENT) {
654 if (sloscan() != WSPACE || sloscan() != IDENT)
678 if (c == IDENT) {
783 if (c == IDENT && strcmp((char *)yytext, "__VA_ARGS__") == 0)
787 case IDENT:
979 if (c != IDENT)
1100 if (c == IDENT) {
1200 case IDENT:
1683 case IDENT
[all...]
H A Dcpy.y87 %term ANDAND OROR IDENT NUMBER UNUMBER DEFINED
H A Dtoken.c600 return IDENT;
671 case IDENT:
1060 if (t != IDENT)
1082 if (t != IDENT)
1214 if (sloscan() != WSPACE || sloscan() != IDENT)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/bootblk/
H A DMakefile22 CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_LKM -D_KERNEL
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/cray/cfp/
H A Dmulwwc90.s21 IDENT GMPN_MULWW
H A Dmulwwj90.s21 IDENT GMPN_MULWW
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h116 TK(NAME, IDENT) /* word */ \
117 TK(AT_NAME, IDENT) /* @word - Objective-C */ \

Completed in 399 milliseconds

12