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

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c3381 int ofst; local
3383 ofst = stp->iTknOfst;
3384 if( ofst==NO_OFFSET ) ofst = mnTknOfst - 1;
3386 fprintf(out, " %4d,", ofst);
3402 int ofst; local
3404 ofst = stp->iNtOfst;
3405 if( ofst==NO_OFFSET ) ofst = mnNtOfst - 1;
3407 fprintf(out, " %4d,", ofst);
[all...]

Completed in 628 milliseconds