vstart 309 lib/util/params.c int vstart = 0; /* Starting position of the parameter value. */ vstart 313 lib/util/params.c while( 0 == vstart ) /* Loop until we've found the start of the value. */ vstart 340 lib/util/params.c vstart = end; /* New string is parameter value. */ vstart 426 lib/util/params.c return( pfunc( InFile->bufr, &InFile->bufr[vstart], userdata ) ); /* Pass name & value to pfunc(). */