HomeSort by: relevance | last modified time | path
    Searched refs:firstPos (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/xsm/dist/
log.c 88 text.firstPos = 0;
  /xsrc/external/mit/libXaw/dist/src/
MultiSrc.c 335 text->firstPos = (int)pos;
367 int length, firstPos;
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_t)fill)
    [all...]
AsciiSrc.c 398 text->firstPos = (int)(end = (offset + entity->length));
402 text->firstPos = (int)pos;
418 text->firstPos = (int)pos;
451 int length, firstPos;
572 firstPos = text->firstPos;
602 memcpy(ptr, text->ptr + firstPos, (unsigned)fill);
605 firstPos += fill;
862 case_sensitive = text->firstPos;
TextAction.c 440 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 = 0
    [all...]
TextPop.c 322 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;
AsciiSink.c 1417 idx = blk.firstPos;
1525 idx = blk.firstPos;
TextSrc.c 578 text.firstPos = 0;
1239 block.firstPos = 0;
Text.c 2471 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/
tsource.c 168 block->firstPos = position;
176 block->firstPos = 0;
msg.c 458 block.firstPos = 0;
917 block.firstPos = 0;
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Text.h 137 int firstPos;
  /xsrc/external/mit/xconsole/dist/
xconsole.c 373 block.firstPos = 0;
680 block.firstPos = 0;
705 block.firstPos = 0;
756 block.firstPos = 0;
  /xsrc/external/mit/xgc/dist/
text.c 183 text.firstPos = 0;
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 205 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/
xaw.c 469 block.firstPos = 0;
505 block.firstPos = 0;
  /xsrc/external/mit/xedit/dist/
hook.c 371 block.firstPos = 0;
394 block.firstPos = 0;
999 block.firstPos = 0;
1257 block.firstPos = 0;
commands.c 615 block.firstPos = 0;
780 block.firstPos = 0;
884 block.firstPos = 0;
ispell.c 949 pos = block.firstPos + i;
1062 pos = block.firstPos + i;
1514 search.firstPos = 0;
1521 replace.firstPos = 0;
util.c 127 text.firstPos = 0;
  /xsrc/external/mit/xclipboard/dist/
xclipboard.c 406 textBlock.firstPos = 0;
426 block.firstPos = 0;
  /xsrc/external/mit/xvidtune/dist/
xvidtune.c 385 text.firstPos = 0;
393 text.firstPos = 0;
734 text.firstPos = 0;
  /xsrc/external/mit/xditview/dist/
xditview.c 291 text.firstPos = 0;

Completed in 23 milliseconds