Searched refs:INITIAL (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/lib/libc/db/test/hash.tests/
H A Dtdel.c50 #define INITIAL 25000 macro
68 ctl.nelem = INITIAL;
78 INITIAL);
H A Dtcreat3.c50 #define INITIAL 25000 macro
76 INITIAL);
H A Dtread2.c50 #define INITIAL 25000 macro
69 ctl.nelem = INITIAL;
H A Dtverify.c50 #define INITIAL 25000 macro
70 ctl.nelem = INITIAL;
H A Dthash4.c52 #define INITIAL 25000 macro
80 INITIAL);
H A Dtseq.c50 #define INITIAL 25000 macro
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l101 <COMMENT>"*"+"/" { BEGIN INITIAL; }
113 BEGIN INITIAL;
156 BEGIN INITIAL;
259 <INCLUDE>[>] { BEGIN INITIAL; return yytext[0]; }
262 BEGIN INITIAL;
337 BEGIN INITIAL;
371 BEGIN INITIAL;
H A Daicasm_macro_scan.l105 BEGIN INITIAL;
/freebsd-9.3-release/usr.bin/bc/
H A Dscan.l68 "*/" BEGIN(INITIAL);
82 \" BEGIN(INITIAL); yylval.str = strbuf; return STRING;
102 BEGIN(INITIAL);
113 BEGIN(INITIAL);
/freebsd-9.3-release/usr.bin/colldef/
H A Dscan.l53 <INITIAL,charmap,nchar,subs,subs2>[ \t]+ ;
56 <INITIAL>\< { ptr = buf; fromsubs = 0; BEGIN(name); }
59 <INITIAL>\\\n line_no++;
60 <INITIAL,nchar,subs>\\t { yylval.ch = '\t'; return CHAR; }
61 <INITIAL,nchar,subs>\\n { yylval.ch = '\n'; return CHAR; }
62 <INITIAL,nchar,subs>\\b { yylval.ch = '\b'; return CHAR; }
63 <INITIAL,nchar,subs>\\f { yylval.ch = '\f'; return CHAR; }
64 <INITIAL,nchar,subs>\\v { yylval.ch = '\v'; return CHAR; }
65 <INITIAL,nchar,subs>\\r { yylval.ch = '\r'; return CHAR; }
66 <INITIAL,ncha
[all...]
/freebsd-9.3-release/usr.bin/csup/
H A Drcstokenizer.h220 #define INITIAL 0 macro
H A Dlex.rcs.c568 #define INITIAL 0 macro
937 case YY_STATE_EOF(INITIAL):
1384 * @note This function does not reset the start condition to @c INITIAL .
/freebsd-9.3-release/usr.bin/lex/
H A Dinitscan.c1252 #define INITIAL 0 macro
1750 ++linenum; BEGIN(INITIAL); variable
1764 BEGIN(INITIAL); variable
1798 BEGIN(INITIAL); variable
1807 ++linenum; BEGIN(INITIAL); variable
2074 ++linenum; BEGIN(INITIAL); variable
2745 case YY_STATE_EOF(INITIAL):
H A Dscan.l105 <INITIAL>{
171 ^"%}".*{NL} ++linenum; BEGIN(INITIAL);
179 BEGIN(INITIAL);
205 BEGIN(INITIAL);
212 {NL} ++linenum; BEGIN(INITIAL);
293 <RECOVER>.*{NL} ++linenum; BEGIN(INITIAL);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-lex.l143 <INITIAL>"'"({GRAPHIC}|\")"'" {
149 <INITIAL>"'[\""{HEXDIG}{2}"\"]'" {
159 <INITIAL>\" {
170 BEGIN INITIAL;
227 <BEFORE_QUAL_QUOTE>"'" { BEGIN INITIAL; return '\''; }
351 BEGIN INITIAL;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dprivate.c47 #define INITIAL(x) (((x) & DNS_NSEC3FLAG_INITIAL) != 0) macro
H A Dnsec3.c54 #define INITIAL(x) (((x) & DNS_NSEC3FLAG_INITIAL) != 0) macro
/freebsd-9.3-release/contrib/com_err/
H A Dlex.c537 #define INITIAL 0 macro
855 case YY_STATE_EOF(INITIAL):
1289 * @note This function does not reset the start condition to @c INITIAL .
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c495 #define INITIAL 0 macro
994 case YY_STATE_EOF(INITIAL):
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c856 #define INITIAL 0 macro
1679 case YY_STATE_EOF(INITIAL):
2113 * @note This function does not reset the start condition to @c INITIAL .
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c537 #define INITIAL 0 macro
855 case YY_STATE_EOF(INITIAL):
1289 * @note This function does not reset the start condition to @c INITIAL .
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dlex.c539 #define INITIAL 0 macro
837 case YY_STATE_EOF(INITIAL):
1271 * @note This function does not reset the start condition to @c INITIAL .
H A Dslc-lex.c514 #define INITIAL 0 macro
790 case YY_STATE_EOF(INITIAL):
1224 * @note This function does not reset the start condition to @c INITIAL .
/freebsd-9.3-release/contrib/openbsm/
H A Dconfigure3410 . { BEGIN INITIAL; }

Completed in 243 milliseconds