#include "fixlib.h"

Go to the source code of this file.
Functions/Subroutines | |
| char * | load_file_data (FILE *fp) |
| void | compile_re (tCC *pat, regex_t *re, int match, tCC *e1, tCC *e2) |
| t_bool | mn_get_regexps (regex_t **label_re, regex_t **name_re, tCC *who) |
Variables | |
| tSCC | mn_label_pat [] = "^[ \t]*#[ \t]*(if|ifdef|ifndef)[ \t]+" |
| static regex_t | mn_label_re |
| static regex_t | mn_name_re |
| static int | mn_compiled = 0 |
Definition at line 186 of file fixlib.c.
References err, exit(), EXIT_FAILURE, flags, fprintf(), REG_EXTENDED, REG_NEWLINE, REG_NOSUB, regerror, and tSCC.
| char* load_file_data | ( | FILE * | fp | ) |
Definition at line 216 of file fixlib.c.
Referenced by FIX_PROC_HEAD(), and TEST_FOR_FIX_PROC_HEAD().
int mn_compiled = 0 [static] |
| tSCC mn_label_pat[] = "^[ \t]*#[ \t]*(if|ifdef|ifndef)[ \t]+" |
regex_t mn_label_re [static] |
regex_t mn_name_re [static] |
1.5.6