Searched refs:default_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Doutput.c570 int default_state; local
586 default_state = 0;
592 default_state = i;
596 return (default_state);
600 save_column(int symbol, int default_state) argument
617 if (to_state[i] != default_state)
630 if (to_state[i] != default_state)
/freebsd-10-stable/gnu/usr.bin/rcs/ci/
H A Dci.c281 static char const default_state[] = DEFAULTSTATE; variable
540 newdelta.state = default_state;
653 if (newdelta.state != default_state)

Completed in 83 milliseconds