#include <stdio.h>#include "timer.t.h"#include "regexp.h"Go to the source code of this file.
Data Structures | |
| struct | try |
Functions | |
| main (int argc, argv) | |
| void | regerror (char *s) |
| error (char *s1, char *s2) | |
| multiple (int ncomp, int nexec, int nsub) | |
| try (struct try fields, int ncomp, int nexec, int nsub) | |
| complain (char *s1, char *s2) | |
Variables | |
| struct try | tests [] |
| int | errreport = 0 |
| char * | errseen = NULL |
| char * | progname |
| int | lineno = 0 |
| complain | ( | char * | s1, | |
| char * | s2 | |||
| ) |
| error | ( | char * | s1, | |
| char * | s2 | |||
| ) |
Definition at line 99 of file timer.c.
Referenced by c_global(), c_persistent(), main(), and regerror().
| main | ( | int | argc, | |
| argv | ||||
| ) |
| multiple | ( | int | ncomp, | |
| int | nexec, | |||
| int | nsub | |||
| ) |
| void regerror | ( | char * | s | ) |
| int errreport = 0 |
| char* errseen = NULL |
| int lineno = 0 |
Referenced by multiple().
1.5.4