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

/netbsd-current/external/bsd/flex/dist/src/
H A Dyylex.c61 if (sectnum == 1) {
63 sectnum = 2;
104 if (sectnum == 2)
122 * flexscan() has already assigned sectnum.
124 if (sectnum == 2)
H A Dscan.l192 sectnum = 2;
512 sectnum = 0;
632 sectnum = 3;
1000 sectnum = 0;
1010 sectnum = 0;
H A Dinitscan.c2329 sectnum = 2;
2995 sectnum = 0;
3160 sectnum = 3;
3805 sectnum = 0;
3829 sectnum = 0;
H A Dflexdef.h622 * sectnum - section number currently being parsed
641 extern int sectnum, nummt, hshcol, dfaeql, numeps, eps2, num_reallocs;
H A Dmain.c103 int sectnum, nummt, hshcol, dfaeql, numeps, eps2, num_reallocs;
1457 linenum = sectnum = 1;
102 int sectnum, nummt, hshcol, dfaeql, numeps, eps2, num_reallocs; variable
H A Dgen.c2158 if (sectnum == 3) {
/netbsd-current/sys/dev/pci/
H A Dif_txp.c545 const struct txp_fw_section_header *sect, int sectnum)
561 printf(": fw invalid section address, section %d\n", sectnum);
568 printf(": fw truncated section %d\n", sectnum);
574 printf(": fw dma malloc failed, section %d\n", sectnum);
594 sectnum, sect->cksum, csum);
612 device_xname(sc->sc_dev), sectnum);
544 txp_download_fw_section(struct txp_softc *sc, const struct txp_fw_section_header *sect, int sectnum) argument

Completed in 119 milliseconds