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

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DAsciiSrcP.h78 typedef struct _Piece { /* Piece of the text file of BUFSIZ allocated
84 } Piece; typedef in typeref:struct:_Piece
126 Piece *first_piece; /* first piece of the text */
/xsrc/external/mit/libXaw/dist/src/
H A DAsciiSrc.c89 static Piece *AllocNewPiece(AsciiSrcObject, Piece*);
90 static void BreakPiece(AsciiSrcObject, Piece*);
95 static Piece *FindPiece(AsciiSrcObject, XawTextPosition, XawTextPosition*);
100 static void RemovePiece(AsciiSrcObject, Piece*);
361 Piece *piece;
449 Piece *start_piece, *end_piece, *temp_piece;
651 Piece *piece;
847 Piece *piece;
1327 Piece *piec
[all...]

Completed in 4 milliseconds