Rev 8185 | Rev 8219 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8185 | Rev 8195 | ||
---|---|---|---|
Line 122... | Line 122... | ||
122 | #define op_nocs (1<<6) |
122 | #define op_nocs (1<<6) |
123 | #define op_noquote (1<<7) |
123 | #define op_noquote (1<<7) |
124 | #define op_matchall (1<<8) |
124 | #define op_matchall (1<<8) |
125 | #define op_alphaonly (1<<9) |
125 | #define op_alphaonly (1<<9) |
126 | #define op_alnumonly (1<<10) |
126 | #define op_alnumonly (1<<10) |
127 | void |
127 | void sym_error(char *msg,...); |
128 | void _getdef(char buf[], char *name, char value[]); |
128 | void _getdef(char buf[], char *name, char value[]); |
129 | /* from match.c */ |
129 | /* from match.c */ |
130 | int mt_string(struct block *blk, char *start, int level); |
130 | int mt_string(struct block *blk, char *start, int level); |
131 | int mt_permpick(struct block *blk, char *start, int level); |
131 | int mt_permpick(struct block *blk, char *start, int level); |
132 | int mt_m(struct block *blk, char *start, int level); |
132 | int mt_m(struct block *blk, char *start, int level); |