Searched refs:firstPos (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Dlog.c88 text.firstPos = 0;
/xsrc/external/mit/libXaw/dist/src/
H A DMultiSrc.c335 text->firstPos = (int)pos;
367 int length, firstPos; local in function:ReplaceText
382 text.firstPos = u_text_p->firstPos;
388 * WARNING! u_text->firstPos and length are in units of CHAR,
392 text.firstPos = 0;
398 &u_text_p->ptr[u_text_p->firstPos],
459 firstPos = text.firstPos;
491 (void)wcsncpy(ptr, wptr + firstPos, (size_
[all...]
H A DAsciiSrc.c398 text->firstPos = (int)(end = (offset + entity->length));
402 text->firstPos = (int)pos;
418 text->firstPos = (int)pos;
451 int length, firstPos; local in function:ReplaceText
572 firstPos = text->firstPos;
602 memcpy(ptr, text->ptr + firstPos, (unsigned)fill);
605 firstPos += fill;
862 case_sensitive = text->firstPos;
H A DTextAction.c440 text.firstPos = 0;
1342 text.firstPos = 0;
1576 text.firstPos = 0;
1603 save->ptr = _XawTextGetText(ctx, save->firstPos, \
1604 save->firstPos + save->length)
1614 text.firstPos = 0;
1730 text.firstPos = 0;
1874 text.firstPos = 0;
2010 block.firstPos = (int)left;
2026 block.firstPos
[all...]
H A DTextPop.c322 text.firstPos = 0;
853 text.firstPos = 0;
862 /* text.firstPos isn't useful here, so I'll use it as an
870 text.firstPos = !case_sensitive;
1021 find.firstPos = 0;
1024 replace.firstPos = 0;
H A DAsciiSink.c1417 idx = blk.firstPos;
1525 idx = blk.firstPos;
H A DTextSrc.c578 text.firstPos = 0;
1239 block.firstPos = 0;
H A DText.c2471 if (position - block.firstPos >= block.length)
2473 if ((format == XawFmt8Bit && block.ptr[position - block.firstPos] == '\t') ||
2474 (format == XawFmtWide && ((wchar_t*)block.ptr)[position - block.firstPos] == _Xaw_atowc(XawTAB))) {
/xsrc/external/mit/xmh/dist/
H A Dtsource.c168 block->firstPos = position;
176 block->firstPos = 0;
H A Dmsg.c458 block.firstPos = 0;
917 block.firstPos = 0;
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DText.h137 int firstPos; member in struct:__anon2099d1e50808
/xsrc/external/mit/xgc/dist/
H A Dtext.c183 text.firstPos = 0;
/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c373 block.firstPos = 0;
680 block.firstPos = 0;
705 block.firstPos = 0;
756 block.firstPos = 0;
/xsrc/external/mit/xedit/dist/lisp/
H A Dxedit.c205 block.firstPos = 0;
467 block.firstPos = 0;
1172 block.firstPos = 0;
1398 block.firstPos = 0;
1518 block.firstPos = (ignore_case != UNSPEC && ignore_case != NIL) ? 1 : 0;
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dxaw.c469 block.firstPos = 0;
505 block.firstPos = 0;
/xsrc/external/mit/xedit/dist/
H A Dhook.c371 block.firstPos = 0;
394 block.firstPos = 0;
999 block.firstPos = 0;
1257 block.firstPos = 0;
H A Dcommands.c615 block.firstPos = 0;
780 block.firstPos = 0;
884 block.firstPos = 0;
H A Dispell.c949 pos = block.firstPos + i;
1062 pos = block.firstPos + i;
1514 search.firstPos = 0;
1521 replace.firstPos = 0;
H A Dutil.c127 text.firstPos = 0;
/xsrc/external/mit/xclipboard/dist/
H A Dxclipboard.c406 textBlock.firstPos = 0;
426 block.firstPos = 0;
/xsrc/external/mit/xvidtune/dist/
H A Dxvidtune.c385 text.firstPos = 0;
393 text.firstPos = 0;
734 text.firstPos = 0;
/xsrc/external/mit/xditview/dist/
H A Dxditview.c291 text.firstPos = 0;

Completed in 41 milliseconds