File: match.h

package info (click to toggle)
bibclean 2.11.4-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,212 kB
  • ctags: 1,545
  • sloc: ansic: 10,737; makefile: 817; perl: 66; sh: 40; awk: 27; sed: 6
file content (10 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
typedef struct s_pattern
{
    const char *pattern;
    const char *message;
} MATCH_PATTERN;

YESorNO		match_pattern ARGS((const char *s_, const char *pattern_));

#define BIBTEX_HIDDEN_DELIMITER	'\001' /* brackets inline comments in values */
				/* to hide them from pattern matching */