Searched refs:INITIAL (Results 1 - 25 of 39) sorted by path

12

/freebsd-10.3-release/contrib/flex/
H A Dscan.l141 <INITIAL>{
242 ^"%}".*{NL} ++linenum; BEGIN(INITIAL);
252 BEGIN(INITIAL);
318 BEGIN(INITIAL);
325 {NL} ++linenum; BEGIN(INITIAL);
457 <RECOVER>.*{NL} ++linenum; BEGIN(INITIAL);
/freebsd-10.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-10.3-release/contrib/libcxxrt/
H A Dguard.cc111 static const guard_lock_t INITIAL = 0; variable
134 INITIAL, LOCKED);
135 if (old == INITIAL) {
145 *LOCK_PART(guard_object) = INITIAL;
173 LOCKED, INITIAL);
186 old = INITIAL;
192 *LOCK_PART(guard_object) = INITIAL;
/freebsd-10.3-release/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l210 BEGIN(INITIAL);
/freebsd-10.3-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c495 #define INITIAL 0 macro
994 case YY_STATE_EOF(INITIAL):
/freebsd-10.3-release/contrib/openbsm/
H A Dconfigure3408 . { BEGIN INITIAL; }
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dblame.c51 INITIAL = 0,
91 { INITIAL, S_, "file-revs-report", FILE_REVS_REPORT,
50 INITIAL = 0, enumerator in enum:blame_state_e
H A Dget_deleted_rev.c41 INITIAL = 0,
60 { INITIAL, S_, "get-deleted-rev-report", REPORT,
39 INITIAL = 0, enumerator in enum:drev_state_e
H A Dgetdate.c49 INITIAL = 0,
67 { INITIAL, S_, "dated-rev-report", REPORT,
47 INITIAL = 0, enumerator in enum:date_state_e
H A Dgetlocations.c48 INITIAL = 0,
70 { INITIAL, S_, "get-locations-report", REPORT,
46 INITIAL = 0, enumerator in enum:loc_state_e
H A Dgetlocationsegments.c58 INITIAL = 0,
66 { INITIAL, S_, "get-location-segments-report", REPORT,
56 INITIAL = 0, enumerator in enum:__anon4608
H A Dgetlocks.c53 INITIAL = 0,
79 { INITIAL, S_, "get-locks-report", REPORT,
51 INITIAL = 0, enumerator in enum:__anon4609
H A Dinherited_props.c46 INITIAL = 0,
81 { INITIAL, S_, SVN_DAV__INHERITED_PROPS_REPORT, IPROPS_REPORT,
44 INITIAL = 0, enumerator in enum:iprops_state_e
H A Dlocks.c48 INITIAL = 0,
87 /* The INITIAL state can transition into D:prop (LOCK) or
89 { INITIAL, D_, "prop", PROP,
91 { INITIAL, D_, "multistatus", MULTISTATUS,
46 INITIAL = 0, enumerator in enum:__anon4610
H A Dlog.c54 INITIAL = 0,
104 { INITIAL, S_, "log-report", REPORT,
52 INITIAL = 0, enumerator in enum:__anon4611
H A Dmerge.c53 INITIAL = 0,
96 { INITIAL, D_, "merge-response", MERGE_RESPONSE,
51 INITIAL = 0, enumerator in enum:merge_state_e
H A Dmergeinfo.c45 INITIAL = 0,
68 { INITIAL, S_, SVN_DAV__MERGEINFO_REPORT, MERGEINFO_REPORT,
44 INITIAL = 0, enumerator in enum:mergeinfo_state_e
H A Doptions.c56 INITIAL = 0,
84 { INITIAL, D_, "options-response", OPTIONS,
54 INITIAL = 0, enumerator in enum:options_state_e
H A Dproperty.c47 INITIAL = 0,
111 { INITIAL, D_, "multistatus", MULTISTATUS,
45 INITIAL = 0, enumerator in enum:prop_state_e
H A Dupdate.c69 INITIAL = 0,
399 { INITIAL, S_, "update-report", UPDATE_REPORT,
67 INITIAL = 0, enumerator in enum:report_state_e
/freebsd-10.3-release/contrib/unbound/
H A Dconfigure6169 . { BEGIN INITIAL; }
/freebsd-10.3-release/contrib/unbound/util/
H A Dconfiglexer.lex204 <INITIAL,val>{SPACE}* {
206 <INITIAL,val>{SPACE}*{COMMENT}.* {
370 <INITIAL,val>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
376 if(--num_args == 0) { BEGIN(INITIAL); }
381 cfg_parser->line++; BEGIN(INITIAL); }
384 if(--num_args == 0) { BEGIN(INITIAL); }
397 if(--num_args == 0) { BEGIN(INITIAL); }
402 cfg_parser->line++; BEGIN(INITIAL); }
405 if(--num_args == 0) { BEGIN(INITIAL); }
415 <INITIAL,va
[all...]
/freebsd-10.3-release/crypto/heimdal/
H A Dconfigure12411 . { BEGIN INITIAL; }
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c852 #define INITIAL 0 macro
1704 case YY_STATE_EOF(INITIAL):
2146 * @note This function does not reset the start condition to @c INITIAL .
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c531 #define INITIAL 0 macro
876 case YY_STATE_EOF(INITIAL):
1281 * @note This function does not reset the start condition to @c INITIAL .

Completed in 402 milliseconds

12