Searched defs:firstPos (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
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_1Text.h | 142 int firstPos; member in struct:__anon332
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
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 | Text.h | 102 int firstPos; member in struct:__anon400
|
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...] |
Completed in 517 milliseconds