Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y47 direction current_direction; variable
336 { current_direction = UP_DIRECTION; }
338 { current_direction = DOWN_DIRECTION; }
340 { current_direction = LEFT_DIRECTION; }
342 { current_direction = RIGHT_DIRECTION; }
578 &current_direction);
613 $<state>$.dir = current_direction;
619 current_direction = $<state>2.dir;
650 $$->dir = current_direction;
657 $$->dir = current_direction;
[all …]