Searched refs:firstPos (Results 1 - 12 of 12) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | MultiSrc.c | 266 text->firstPos = pos; 291 int length, firstPos; local 306 text.firstPos = u_text_p->firstPos; 312 /* WARNING! u_text->firstPos and length are in units of CHAR, not CHARACTERS! */ 315 text.firstPos = 0; 319 &(u_text_p->ptr[u_text_p->firstPos]), &(text.length) ); 385 firstPos = text.firstPos; 419 (void)wcsncpy(ptr, wptr + firstPos, fil [all...] |
H A D | Text.h | 102 int firstPos; member in struct:__anon400
|
H A D | AsciiSrc.c | 254 text->firstPos = pos; 279 int length, firstPos; local 344 firstPos = text->firstPos; 374 strncpy(ptr, text->ptr + firstPos, fill); 377 firstPos += fill; 568 strncpy(buf, (text->ptr + text->firstPos), text->length);
|
H A D | AsciiSink.c | 398 if ((int)index - blk.firstPos >= blk.length) 400 c = blk.ptr[index - blk.firstPos]; 442 if ((int)index - blk.firstPos >= blk.length) 444 c = blk.ptr[index - blk.firstPos];
|
H A D | MultiSink.c | 423 if (index - blk.firstPos >= blk.length) 425 c = ((wchar_t *)blk.ptr)[index - blk.firstPos]; 467 if (index - blk.firstPos >= blk.length) 469 c = ((wchar_t *)blk.ptr)[index - blk.firstPos];
|
H A D | TextAction.c | 270 text.firstPos = 0; 912 text.firstPos = 0; 1114 text.firstPos = 0; 1201 text.firstPos = 0; 1519 text.firstPos = 0; 1565 text.firstPos = 0; 1691 text.firstPos = 0; 1853 text.firstPos = 0; 1945 text.firstPos = 0; 2092 text.firstPos [all...] |
H A D | TextPop.c | 285 text.firstPos = 0; 823 text.firstPos = 0; 966 find.firstPos = 0; 969 replace.firstPos = 0;
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Text.h | 142 int firstPos; member in struct:__anon332
|
H A D | Xaw3_1AsciiSrc.c | 243 text->firstPos = pos; 268 int length, firstPos; local 335 firstPos = text->firstPos; 365 strncpy(ptr, text->ptr + firstPos, fill); 368 firstPos += fill; 555 strncpy(buf, (text->ptr + text->firstPos), text->length);
|
H A D | Xaw3_1AsciiSink.c | 374 if (index - blk.firstPos >= blk.length) 376 c = blk.ptr[index - blk.firstPos]; 418 if (index - blk.firstPos >= blk.length) 420 c = blk.ptr[index - blk.firstPos];
|
H A D | Xaw3_1TextAction.c | 137 text.firstPos = 0; 201 text.firstPos = 0; 511 text.firstPos = 0; 674 text.firstPos = 0; 739 text.firstPos = 0; 949 text.firstPos = 0; 978 text.firstPos = 0; 1011 text.firstPos = 0; 1154 text.firstPos = 0; 1231 text.firstPos [all...] |
H A D | Xaw3_1TextPop.c | 268 text.firstPos = 0; 784 text.firstPos = 0; 909 find.firstPos = 0; 914 replace.firstPos = 0;
|
Completed in 39 milliseconds