Searched defs:firstPos (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrc.c243 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 DXaw3_1Text.h142 int firstPos; member in struct:__anon332
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrc.c254 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 DText.h102 int firstPos; member in struct:__anon400
H A DMultiSrc.c266 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