HomeSort by: relevance | last modified time | path
    Searched defs:INITIAL (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/bsd/libc++/dist/libcxxrt/src/
guard.cc 111 static const guard_lock_t INITIAL = 0;
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;
  /src/external/mpl/bind/dist/lib/dns/
private.c 45 #define INITIAL(x) (((x) & DNS_NSEC3FLAG_INITIAL) != 0)
nsec3.c 48 #define INITIAL(x) (((x) & DNS_NSEC3FLAG_INITIAL) != 0)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
private.c 46 #define INITIAL(x) (((x)&DNS_NSEC3FLAG_INITIAL) != 0)
nsec3.c 55 #define INITIAL(x) (((x)&DNS_NSEC3FLAG_INITIAL) != 0)
  /src/external/bsd/ppp/dist/pppd/
fsm.h 122 #define INITIAL 0 /* Down, hasn't been opened */
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index-worker.h 195 INITIAL,
196 /* The initial scan has completed. The name of "main" is now
301 cooked_state m_state = cooked_state::INITIAL;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.h 457 INITIAL,
458 /* The initial scan has completed. The name of "main" is now
551 cooked_state m_state = cooked_state::INITIAL;
592 . initial scan is done
694 DESIRED_STATE may not be INITIAL -- it does not make sense to
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 402 #define INITIAL 0
834 case YY_STATE_EOF(INITIAL):
  /src/tools/m4/bootstrap/
tokenizer.c 513 #define INITIAL 0
854 case YY_STATE_EOF(INITIAL):
1300 * @note This function does not reset the start condition to @c INITIAL .
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.c 848 #define INITIAL 0
1709 case YY_STATE_EOF(INITIAL):
2160 * @note This function does not reset the start condition to @c INITIAL .
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.c 526 #define INITIAL 0
880 case YY_STATE_EOF(INITIAL):
1294 * @note This function does not reset the start condition to @c INITIAL .
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-lex.c 505 #define INITIAL 0
817 case YY_STATE_EOF(INITIAL):
1231 * @note This function does not reset the start condition to @c INITIAL .
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.cpp 624 #define INITIAL 0
1193 BEGIN(INITIAL);
1203 // end of multi-line comment, return to initial state
1204 BEGIN(INITIAL);
1243 case YY_STATE_EOF(INITIAL):
1779 * @note This function does not reset the start condition to @c INITIAL .
  /src/external/bsd/nsd/dist/
configlexer.c 2390 #define INITIAL 0
3518 BEGIN(INITIAL);
3537 BEGIN(INITIAL);
3553 BEGIN(INITIAL);
3578 BEGIN(INITIAL);
3585 BEGIN(INITIAL);
3606 BEGIN(INITIAL);
3609 case YY_STATE_EOF(INITIAL):
4045 * @note This function does not reset the start condition to @c INITIAL .
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 594 #define INITIAL 0
1073 case YY_STATE_EOF(INITIAL):
1487 * @note This function does not reset the start condition to @c INITIAL .
deflex.c 604 #define INITIAL 0
1100 case YY_STATE_EOF(INITIAL):
1514 * @note This function does not reset the start condition to @c INITIAL .
syslex.c 529 #define INITIAL 0
940 case YY_STATE_EOF(INITIAL):
1354 * @note This function does not reset the start condition to @c INITIAL .
  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.c 829 and <INITIAL> would match some keyword rules only with
830 initial. */
834 #define INITIAL 0
2118 BEGIN(INITIAL); return RPAREN;
2337 case YY_STATE_EOF(INITIAL):
2790 * @note This function does not reset the start condition to @c INITIAL .
loongarch-lex.c 505 #define INITIAL 0
861 case YY_STATE_EOF(INITIAL):
1312 * @note This function does not reset the start condition to @c INITIAL .
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 522 #define INITIAL 0
920 case YY_STATE_EOF(INITIAL):
1371 * @note This function does not reset the start condition to @c INITIAL .
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.c 594 #define INITIAL 0
1073 case YY_STATE_EOF(INITIAL):
1487 * @note This function does not reset the start condition to @c INITIAL .
deflex.c 604 #define INITIAL 0
1100 case YY_STATE_EOF(INITIAL):
1514 * @note This function does not reset the start condition to @c INITIAL .
syslex.c 529 #define INITIAL 0
940 case YY_STATE_EOF(INITIAL):
1354 * @note This function does not reset the start condition to @c INITIAL .
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.c 829 and <INITIAL> would match some keyword rules only with
830 initial. */
834 #define INITIAL 0
2118 BEGIN(INITIAL); return RPAREN;
2337 case YY_STATE_EOF(INITIAL):
2790 * @note This function does not reset the start condition to @c INITIAL .

Completed in 124 milliseconds

1 2