Searched refs:RIGHT_CORNER (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dpic_tab.h100 #define RIGHT_CORNER 356 macro
H A Dpic.y187 %token RIGHT_CORNER
240 %left DOT_START DOT_END TOP BOTTOM LEFT_CORNER RIGHT_CORNER
1433 | RIGHT_CORNER
1439 | UPPER RIGHT_CORNER
1441 | LOWER RIGHT_CORNER
H A Dlex.cpp1813 // change RIGHT to RIGHT_CORNER when followed by OF
1817 return RIGHT_CORNER;
H A Dpic.cpp172 #define RIGHT_CORNER 356 macro
3209 "NOTEQUAL","EQUALEQUAL","LESSEQUAL","GREATEREQUAL","LEFT_CORNER","RIGHT_CORNER",
3423 "corner : RIGHT_CORNER",
3426 "corner : UPPER RIGHT_CORNER",
3427 "corner : LOWER RIGHT_CORNER",
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddispextern.h2471 #define RIGHT_CORNER 3
2458 #define RIGHT_CORNER macro
H A Dimage.c1362 corner_pixels[1] = GET_PIXEL (ximg, corners[RIGHT_CORNER] - 1, corners[TOP_CORNER]);
1363 corner_pixels[2] = GET_PIXEL (ximg, corners[RIGHT_CORNER] - 1, corners[BOT_CORNER] - 1);
7779 img->corners[RIGHT_CORNER] = img->corners[LEFT_CORNER] + image_width;
7783 img->corners[RIGHT_CORNER]));
7841 for (x = img->corners[RIGHT_CORNER]; x < width; ++x)

Completed in 243 milliseconds