Searched refs:XawTextSourceRead (Results 1 - 9 of 9) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextSrc.h | 77 /* Function Name: XawTextSourceRead 86 XawTextPosition XawTextSourceRead(/* w, pos, text, length */);
|
H A D | Xaw3_1AsciiSink.c | 245 pos1 = XawTextSourceRead(source, pos1, &blk, pos2 - pos1); 371 XawTextSourceRead(source, fromPos, &blk, toPos - fromPos); 375 XawTextSourceRead(source, index, &blk, toPos - fromPos); 412 XawTextSourceRead(source, fromPos, &blk, BUFSIZ); 419 XawTextSourceRead(source, index, &blk, BUFSIZ);
|
H A D | Xaw3_1TextSrc.c | 287 /* Function Name: XawTextSourceRead 297 XawTextSourceRead(w, pos, text, length) function
|
H A D | Xaw3_1Text.c | 60 #define SrcRead XawTextSourceRead
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSrc.h | 101 /* Function Name: XawTextSourceRead 110 extern XawTextPosition XawTextSourceRead(
|
H A D | AsciiSink.c | 269 pos1 = XawTextSourceRead(source, pos1, &blk, (int)(pos2 - pos1)); 395 XawTextSourceRead(source, fromPos, &blk, (int)(toPos - fromPos)); 399 XawTextSourceRead(source, index, &blk, (int)(toPos - fromPos)); 436 XawTextSourceRead(source, fromPos, &blk, BUFSIZ); 443 XawTextSourceRead(source, index, &blk, BUFSIZ);
|
H A D | MultiSink.c | 297 pos1 = XawTextSourceRead(source, pos1, &blk, (int) (pos2 - pos1)); 420 XawTextSourceRead(source, fromPos, &blk, (int) (toPos - fromPos)); 424 XawTextSourceRead(source, index, &blk, (int) (toPos - fromPos)); 461 XawTextSourceRead(source, fromPos, &blk, BUFSIZ); 468 XawTextSourceRead(source, index, &blk, BUFSIZ);
|
H A D | TextSrc.c | 346 /* Function Name: XawTextSourceRead 357 XawTextSourceRead(Widget w, XawTextPosition pos, XawTextBlock *text, function 360 XawTextSourceRead(w, pos, text, length) 371 "XawTextSourceRead's 1st parameter must be subclass of asciiSrc.",
|
H A D | Text.c | 87 #define SrcRead XawTextSourceRead
|
Completed in 52 milliseconds