Home
last modified time | relevance | path

Searched refs:mkopt (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/lex/
Dnfa.c415 return mkopt(mkposcl(state)); in mkclos()
434 mkopt(int mach) in mkopt() function
569 tail = mkopt(link_machines(copy, tail)); in mkrep()
Dparse.y565 $$ = mkopt(
625 $$ = mkopt( $1 );
648 $$ = mkopt(
Dflexdef.h952 extern int mkopt PROTO ((int)); /* make a machine optional */
/openbsd/src/usr.bin/sndiod/
Dsndiod.c109 struct opt *mkopt(char *, struct dev *,
443 mkopt(char *path, struct dev *d, in mkopt() function
646 if (mkopt(optarg, d, pmin, pmax, rmin, rmax, in main()
723 o = mkopt("default", dev_list, pmin, pmax, rmin, rmax, in main()