Home | History | Annotate | Download | only in src

Lines Matching defs:MAGIC

439  * Make MAGIC a char that might be printed to make bugs more obvious, but
443 #define MAGIC (7) /* prefix for *?[!{,} during expand */
444 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC)
918 #define C_SUBOP2 BIT(8) /* "#%" (magic, see below) */
1141 #define INT_L BIT(20) /* long integer (no-op but used as magic) */
1383 #define DOMAGIC BIT(7) /* used by expand(): string contains MAGIC */
1978 #define WDS_MAGIC BIT(2) /* make MAGIC */