Home
last modified time | relevance | path

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

/dragonfly/contrib/flex/src/
HDtblcmp.c81 void bldtbl (int state[], int statenum, int totaltrans, int comstate, int comfreq) in bldtbl() argument
119 if (protcomst[i] == comstate) { in bldtbl()
134 comstate = 0; in bldtbl()
178 comstate); in bldtbl()
181 mkprot (state, statenum, comstate); in bldtbl()
197 mkprot (state, statenum, comstate); in bldtbl()
638 void mkprot (int state[], int statenum, int comstate) in mkprot() argument
661 protcomst[slot] = comstate; in mkprot()
675 void mktemplate (int state[], int statenum, int comstate) in mktemplate() argument
708 tnxt[tmpbase + i] = comstate; in mktemplate()
[all …]
HDdfa.c377 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local
750 comstate = 0; in ntod()
755 comstate = targstate[i]; in ntod()
758 bldtbl (state, ds, totaltrans, comstate, comfreq); in ntod()
/dragonfly/sbin/slattach/
HDslattach.c75 int comstate; /* TIOCMGET current state of serial driver */ variable
210 if (ioctl(fd, TIOCMGET, &comstate) < 0) in main()
212 if (!(comstate & TIOCM_CD)) { /* check for carrier */ in main()
478 ioctl(fd, TIOCMGET, &comstate); in sighup_handler()
479 if (!(comstate & TIOCM_CD)) { /* check for carrier */ in sighup_handler()
501 ioctl(fd, TIOCMGET, &comstate); in sighup_handler()
502 if (comstate & TIOCM_CD) in sighup_handler()
/dragonfly/sbin/startslip/
HDstartslip.c554 int comstate; in carrier() local
556 if (ioctl(fd, TIOCMGET, &comstate) < 0) { in carrier()
561 return !!(comstate & TIOCM_CD); in carrier()