Searched refs:sectnum (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dyylex.c55 if (sectnum == 1) {
57 sectnum = 2;
98 if (sectnum == 2)
116 * flexscan() has already assigned sectnum.
118 if (sectnum == 2)
H A Dscan.l166 sectnum = 2;
483 sectnum = 0;
603 sectnum = 3;
964 <<EOF>> sectnum = 0; yyterminate();
H A Dmain.c99 int sectnum, nummt, hshcol, dfaeql, numeps, eps2, num_reallocs;
1444 linenum = sectnum = 1;
98 int sectnum, nummt, hshcol, dfaeql, numeps, eps2, num_reallocs; variable
H A Dflexdef.h656 * sectnum - section number currently being parsed
675 extern int sectnum, nummt, hshcol, dfaeql, numeps, eps2, num_reallocs;
H A Dgen.c2165 if (sectnum == 3) {
/freebsd-10-stable/usr.bin/lex/
H A Dinitscan.c2382 sectnum = 2;
3185 sectnum = 0;
3366 sectnum = 3;
4113 sectnum = 0; yyterminate();
/freebsd-10-stable/sys/dev/txp/
H A Dif_txp.c704 struct txp_fw_section_header *sect, int sectnum)
724 "firmware invalid section address, section %d\n", sectnum);
732 sectnum);
761 sectnum, le16toh(sect->cksum), csum);
783 "firmware wait failed, section %d\n", sectnum);
703 txp_download_fw_section(struct txp_softc *sc, struct txp_fw_section_header *sect, int sectnum) argument

Completed in 134 milliseconds