Searched refs:POINT (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/groff/src/preproc/grn/
H A Dhpoint.cpp15 POINT *
18 return ((POINT *) NULL);
26 POINT *
29 POINT **pplist)
31 register POINT *pt;
34 *pplist = (POINT *) malloc(sizeof(POINT));
39 pt->nextpt = (POINT *) malloc(sizeof(POINT));
H A Dgprint.h71 } POINT; typedef in typeref:struct:point
76 POINT *ptlist;
83 #define Nullpoint(pt) ((pt) == (POINT *) NULL)
H A Dhdb.cpp30 extern POINT *PTInit();
31 extern POINT *PTMakePoint(double x, double y, POINT ** pplist);
54 POINT * pointlist,
86 POINT *plist; /* pointer for reading in points */
H A Dhgraph.cpp51 void HGPutText(int justify, POINT pnt, register char *string);
54 void doarc(POINT cp, POINT sp, int angle);
55 void tmove(POINT * ptr);
57 void drawwig(POINT * ptr, int type);
86 register POINT *p1;
87 register POINT *p2;
280 POINT pnt,
345 doarc(POINT cp,
346 POINT s
[all...]
H A Dmain.cpp92 extern POINT *PTInit();
93 extern POINT *PTMakePoint(double x, double y, POINT **pplist);
480 /* POINT ptr; */ /* coordinates of a point to pass to `mov' */
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dop.h61 POINT, enumerator in enum:__anon13870
H A Dtree.c99 { POINT, { 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
419 if (op == POINT) {
508 * or the left operand of POINT is no struct/union.
511 if (op == POINT) {
529 error(105, op == POINT ? "object" : "pointer");
570 if (mp->m_binary && op != ARROW && op != POINT)
592 if (mp->m_binary && op != ARROW && op != POINT &&
626 case POINT:
826 case POINT:
2336 * Create a new node for one of the operators POINT an
[all...]
H A Dscan.l134 "." return (operator(T_STROP, POINT));
H A Dcgram.y1729 if ($1 != POINT)
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm36 ENTRY POINT - callers have to jump to "saveFP+60" to save f29..f31,
H A Ddarwin-vecsave.asm39 ENTRY POINT - callers have to jump to "saveFP+60" to save f29..f31,

Completed in 331 milliseconds