Home
last modified time | relevance | path

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

/dports/textproc/groff/groff-1.22.4/src/preproc/pic/
H A Dpic.hpp149 LEFT_CORNER = 356, enumerator
274 #define LEFT_CORNER 356 macro
H A Dpic.ypp182 %token LEFT_CORNER
239 %left DOT_START DOT_END TOP BOTTOM LEFT_CORNER RIGHT_CORNER
1456 | LEFT_CORNER
1460 | UPPER LEFT_CORNER
1462 | LOWER LEFT_CORNER
H A Dpic.cpp248 LEFT_CORNER = 356, enumerator
373 #define LEFT_CORNER 356 macro
H A Dlex.cpp1847 return LEFT_CORNER; in yylex()
/dports/graphics/plotutils/plotutils-2.6/pic2plot/
H A Dgram.h115 #define LEFT_CORNER 353 macro
H A Dgram.yy189 %token LEFT_CORNER
229 %left DOT_START DOT_END TOP BOTTOM LEFT_CORNER RIGHT_CORNER
1350 | LEFT_CORNER
1354 | UPPER LEFT_CORNER
1356 | LOWER LEFT_CORNER
H A Dlex.cc2093 return LEFT_CORNER; in yylex()
H A Dgram.cc103 #define LEFT_CORNER 353 macro
/dports/japanese/groff/groff-1.18.1.1/src/preproc/pic/
H A Dpic_tab.h98 #define LEFT_CORNER 354 macro
H A Dpic.y203 %token LEFT_CORNER
257 %left DOT_START DOT_END TOP BOTTOM LEFT_CORNER RIGHT_CORNER
1401 | LEFT_CORNER
1405 | UPPER LEFT_CORNER
1407 | LOWER LEFT_CORNER
H A Dlex.cc1800 return LEFT_CORNER; in yylex()
H A Dpic.cc188 #define LEFT_CORNER 354 macro
/dports/devel/bison/bison-3.7.6/tests/
H A Dexisting.at1560 %token LEFT_CORNER
1938 | LEFT_CORNER
1940 | UPPER LEFT_CORNER
1941 | LOWER LEFT_CORNER
2842 + 199 | . LEFT_CORNER
2844 + 201 | . UPPER LEFT_CORNER
2845 + 202 | . LOWER LEFT_CORNER
2978 + 199 | . LEFT_CORNER
2980 + 201 | . UPPER LEFT_CORNER
2981 + 202 | . LOWER LEFT_CORNER
[all …]
H A Dtestsuite347631 input.y:167.1-5: warning: useless associativity for LEFT_CORNER, use %precedence [-Wprecedence]
348816 input.y:167.1-5: warning: useless associativity for LEFT_CORNER, use %precedence [-Wprecedence]
/dports/editors/emacs/emacs-27.2/src/
H A Dimage.c1330 corner_pixels[0] = GET_PIXEL (pimg, corners[LEFT_CORNER], corners[TOP_CORNER]); in four_corners_best()
1333 corner_pixels[3] = GET_PIXEL (pimg, corners[LEFT_CORNER], corners[BOT_CORNER] - 1); in four_corners_best()
8250 img->corners[LEFT_CORNER] = gif->SavedImages[0].ImageDesc.Left; in gif_load()
8254 = img->corners[LEFT_CORNER] + gif->SavedImages[0].ImageDesc.Width; in gif_load()
8314 for (x = 0; x < img->corners[LEFT_CORNER]; ++x) in gif_load()
H A Ddispextern.h3097 #define LEFT_CORNER 1 macro
H A DChangeLog.104303 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Ddispextern.h3127 #define LEFT_CORNER 1 macro
H A Dimage.c1500 corner_pixels[0] = GET_PIXEL (pimg, corners[LEFT_CORNER], corners[TOP_CORNER]); in four_corners_best()
1503 corner_pixels[3] = GET_PIXEL (pimg, corners[LEFT_CORNER], corners[BOT_CORNER] - 1); in four_corners_best()
8716 img->corners[LEFT_CORNER] = gif->SavedImages[0].ImageDesc.Left; in gif_load()
8720 = img->corners[LEFT_CORNER] + gif->SavedImages[0].ImageDesc.Width; in gif_load()
8775 for (x = 0; x < img->corners[LEFT_CORNER]; ++x) in gif_load()
H A DChangeLog.104303 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.