Searched refs:scanopt (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/flex/src/ |
| H A D | scanopt.h | 117 int scanopt (scanopt_t * scanner, char **optarg, int *optindex);
|
| H A D | scanopt.c | 655 int scanopt (scanopt_t *svoid, char **arg, int *optindex) in scanopt() function
|
| H A D | main.c | 1012 while ((rv = scanopt (sopt, &arg, &optind)) != 0) { in flexinit()
|
| /freebsd/usr.bin/lex/ |
| H A D | Makefile | 23 scanopt.c skel.c sym.c tables.c tables_shared.c \
|
| /freebsd/contrib/flex/ |
| H A D | ChangeLog | 897 * src/main.c, src/misc.c, src/regex.c, src/scan.l, src/scanopt.c, 956 * src/filter.c, src/misc.c, src/scanopt.c, src/tables.c: add 961 * src/buf.c, src/misc.c, src/scan.l, src/scanopt.c, src/tables.c: 1031 * src/scanopt.c: Removed custom strcasecmp() function 1039 * src/scanopt.c: Remove some unneeded casts 1224 * src/flexdef.h, src/main.c, src/scanopt.c, src/scanopt.h, 1237 * src/scanopt.c: correct function prototype 1241 * src/main.c, src/scanopt.c, src/sym.c, src/tblcmp.c: Remove more 1376 * src/main.c, src/scanopt.c, src/tables.c: Removed NULL-checks 1406 src/scanopt.c, tests/bison_nr_scanner.l, [all …]
|