Lines Matching refs:start
351 /* Read non-empty lines that don't start with a space character. */
366 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
370 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
380 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
424 uint16_t pos=0, start, limit, length, cnv;
440 start=pos;
447 length=(uint16_t)(limit-start);
448 converter=allocString(&stringBlock, line+start, length);
454 pos = start;
470 start=pos;
477 length=(uint16_t)(limit-start);
478 if (start == 0) {
484 alias=allocString(&stringBlock, line+start, length);
501 start = pos;
507 if (start != limit) {
509 uint16_t tag = getTagNumber(line + start, (uint16_t)(limit - start));
600 fprintf(stderr, "%s:%d: error: Missing start of tag group\n", path, lineNum);
1053 /* Offset the next array to make the index start at 1. */