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

/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dpic.y45 direction current_direction;
334 { current_direction = UP_DIRECTION; }
336 { current_direction = DOWN_DIRECTION; }
338 { current_direction = LEFT_DIRECTION; }
340 { current_direction = RIGHT_DIRECTION; }
576 &current_direction);
611 $<state>$.dir = current_direction;
617 current_direction = $<state>2.dir;
648 $$->dir = current_direction;
655 $$->dir = current_direction;
[all...]
H A Dpic.cpp36 direction current_direction; variable
3586 current_direction = RIGHT_DIRECTION;
3650 current_direction = RIGHT_DIRECTION;
3948 { current_direction = UP_DIRECTION; }
3952 { current_direction = DOWN_DIRECTION; }
3956 { current_direction = LEFT_DIRECTION; }
3960 { current_direction = RIGHT_DIRECTION; }
4252 &current_direction);
4295 yyval.state.dir = current_direction;
4303 current_direction
[all...]

Completed in 208 milliseconds