HomeSort by: relevance | last modified time | path
    Searched defs:definitions (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/config/
gram.y 305 * The machine definitions grammar.
310 definitions ENDDEFS {
317 /* Zero or more definitions. Trap errors. */
318 definitions: label
320 | definitions '\n'
321 | definitions definition '\n' { wrap_continue(); }
322 | definitions error '\n' { wrap_cleanup(); }
323 | definitions ENDFILE { enddefs(); checkfiles(); }
568 /* list of locator definitions */
1353 * the parser there are no more device definitions coming
    [all...]
gram.y 305 * The machine definitions grammar.
310 definitions ENDDEFS {
317 /* Zero or more definitions. Trap errors. */
318 definitions: label
320 | definitions '\n'
321 | definitions definition '\n' { wrap_continue(); }
322 | definitions error '\n' { wrap_cleanup(); }
323 | definitions ENDFILE { enddefs(); checkfiles(); }
568 /* list of locator definitions */
1353 * the parser there are no more device definitions coming
    [all...]
gram.y 305 * The machine definitions grammar.
310 definitions ENDDEFS {
317 /* Zero or more definitions. Trap errors. */
318 definitions: label
320 | definitions '\n'
321 | definitions definition '\n' { wrap_continue(); }
322 | definitions error '\n' { wrap_cleanup(); }
323 | definitions ENDFILE { enddefs(); checkfiles(); }
568 /* list of locator definitions */
1353 * the parser there are no more device definitions coming
    [all...]

Completed in 36 milliseconds