Searched refs:nextpercent (Results 1 – 1 of 1) sorted by relevance
372 char *nextpercent; in parse() local376 nextpercent = strchr(command, '%'); in parse()377 if (!nextpercent) { in parse()383 varvalue = get_var(command, nextpercent - command, ifd); in parse()407 command = nextpercent + 1; in parse()416 command = nextpercent + 1; in parse()