Lines Matching refs:blk
345 XawTextBlock blk;
366 pos1 = XawTextSourceRead(source, pos1, &blk, (int) (pos2 - pos1));
367 for (k = 0; k < blk.length; k++) {
374 buf[j] = ((wchar_t *)blk.ptr)[k];
555 XawTextBlock blk;
558 pos = XawTextSourceRead(source, fromPos, &blk, (int)(toPos - fromPos));
563 if (i >= blk.length) {
565 XawTextSourceRead(source, pos, &blk, (int)(toPos - pos));
566 if (blk.length == 0)
569 c = ((wchar_t *)blk.ptr)[i];
596 XawTextBlock blk;
598 pos = XawTextSourceRead(source, fromPos, &blk, BUFSIZ);
604 if (i >= blk.length) {
606 pos = XawTextSourceRead(source, pos, &blk, BUFSIZ);
607 if (blk.length == 0)
610 c = ((wchar_t *)blk.ptr)[i];