Lines Matching defs:start
58 /* XCU4: add XSCON: %x exclusive start token */
310 int exclusive_flag; /* XCU4: exclusive start flag */
503 case 'x': case 'X': /* XCU4: exclusive start conditions */
505 goto start;
507 case 's': case 'S': /* start conditions */
509 start:
519 error("None-ASCII characters in start condition.");
530 /* XCU4: save exclusive flag with start name */
534 error("Too many start conditions");
740 case '<': /* start condition ? */
741 if(prev != '\n') /* not at line begin, not start */
747 error("Non-ASCII characters in start condition.");
753 error("None-ASCII characters in start condition.");
763 error("undefined start condition %ws",token);
784 error("Too many start conditions used");