Lines Matching full:tcount
724 int len, linelen, tcount, count, size = ARRAY_LEN(keywords);747 for (tcount=0, tk=strtok(confline, " \t"); tk && (tcount < 2);748 tcount++, tk=strtok(NULL,(tcount==1)?"":" \t")) {750 tokens[tcount] = xstrdup(tk);752 if (tcount<=1) goto free_tk0_continue;