#include <stdio.h>#include <string.h>#include "regexp.h"Go to the source code of this file.
Functions | |
| main (int argc, argv) | |
| void | regerror (char *s) |
| error (char *s1, char *s2) | |
| multiple () | |
| try (char **fields) | |
| complain (char *s1, char *s2) | |
Variables | |
| char | buf [BUFSIZ] |
| int | errreport = 0 |
| char * | errseen = NULL |
| int | status = 0 |
| int | lineno |
| regexp | badregexp |
| complain | ( | char * | s1, | |
| char * | s2 | |||
| ) |
| main | ( | int | argc, | |
| argv | ||||
| ) |
Definition at line 52 of file try.c.
References buf, regexp::endp, error(), multiple(), NSUBEXP, NULL, progname, regcomp(), regexec(), regsub(), regexp::startp, and status.
| multiple | ( | ) |
| void regerror | ( | char * | s | ) |
| try | ( | char ** | fields | ) |
| char buf[BUFSIZ] |
Definition at line 45 of file try.c.
Referenced by c_psi2string(), get_numeric_feature(), main(), and pretty_psi_term().
| int status = 0 |
Definition at line 49 of file try.c.
Referenced by complain(), main(), wait_internal(), and waitpid_internal().
1.5.4