HomeSort by: relevance | last modified time | path
    Searched defs:BEFORE (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-x-reduce-exported.mk 6 # The variable 'BEFORE' is exported, the variable 'AFTER' isn't.
7 .MAKEFLAGS: BEFORE=before -X AFTER=after
13 @env | sort | grep -e '^BEFORE' -e '^AFTER'
20 @env | sort | grep -e '^BEFORE' -e '^AFTER'
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
file.c 197 enum { BEFORE, SEARCHHEADER, INHEADER, INDATA, DONE } where;
199 where = BEFORE;
218 case BEFORE:
283 where = BEFORE;
291 if (where != BEFORE) {
293 "File ends before end of PEM end tag");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMemoryLegalizer.cpp 51 BEFORE,
315 /// to instruction \p MI to ensure memory instructions before \p Pos of kind
1596 Position::BEFORE);
1641 Position::BEFORE);
1673 /// adding S_WAITCNT before a S_BARRIER.
1677 Position::BEFORE);
1689 Position::BEFORE);
1720 Position::BEFORE);
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 39 #define BEFORE 292
ldgram.c 175 #define BEFORE 292
2097 "INSERT_K","AFTER","BEFORE","LINKER_VERSION","DATA_SEGMENT_ALIGN",
2233 "ifile_p1 : INSERT_K BEFORE NAME",
3109 * before looking for error recovery */
ldlex.c 35 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
348 /* Done after the current pattern has been matched and before the
1838 must be recognised before the parser switches the lexer out of
1849 NAME in the "section" rule may be lexed before the lexer is
2272 { RTOKEN(BEFORE); }
2759 section before /DISCARD/ interpreting the '/' as a divide. */
3197 /* yy_get_previous_state - get the state just before the EOB char was reached */
3273 * If this occurs *before* the EOB characters, then it's a
3291 * try matching the token before
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 92 BEFORE = 293, /* BEFORE */
237 #define BEFORE 293
ldlex.c 35 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
348 /* Done after the current pattern has been matched and before the
1838 must be recognised before the parser switches the lexer out of
1849 NAME in the "section" rule may be lexed before the lexer is
2272 { RTOKEN(BEFORE); }
2759 section before /DISCARD/ interpreting the '/' as a divide. */
3197 /* yy_get_previous_state - get the state just before the EOB char was reached */
3273 * If this occurs *before* the EOB characters, then it's a
3291 * try matching the token before
ldgram.c 193 BEFORE = 293, /* BEFORE */
338 #define BEFORE 293
548 YYSYMBOL_BEFORE = 52, /* BEFORE */
1260 "PHDRS", "INSERT_K", "AFTER", "BEFORE", "LINKER_VERSION",
2369 /* Number of tokens to shift before error messages enabled. */
2947 case 92: /* ifile_p1: INSERT_K BEFORE NAME */
4892 approach of translating immediately before every use of yytoken.
4900 before the lookahead is translated. */

Completed in 27 milliseconds