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

  /src/bin/ksh/
syn.c 59 static int reject; /* token(cf) gets symbol again */ variable in typeref:typename:int
62 #define REJECT (reject = 1)
63 #define ACCEPT (reject = 0)
65 ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
67 ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
100 REJECT;
118 REJECT;
157 REJECT;
    [all...]
  /src/usr.bin/msgs/
msgs.c 69 #define REJECT /* will reject messages without Subjects
393 #ifdef REJECT
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 394 * any uses of REJECT which flex missed.
396 #define REJECT reject_used_but_not_detected
1169 "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
  /src/tools/m4/bootstrap/
tokenizer.c 468 * any uses of REJECT which flex missed.
470 #define REJECT reject_used_but_not_detected

Completed in 16 milliseconds