Lines Matching refs:tokens
364 cc_sweep_phase(buffer, bufsize, tokens) in cc_sweep_phase() argument
366 struct cc **tokens;
368 struct cc **pp = tokens;
418 return pp - tokens;
451 cc_sweep(buffer, bufsize, tokens, length) in cc_sweep() argument
453 struct cc **tokens;
461 struct cc **pp = tokens;
608 if ((i = pp - tokens) > 0) {
611 cc_sweep_reverse(tokens, places);
614 qsort((char *) tokens, i, sizeof *tokens,
620 tokens[i] = 0;
647 cc_compress_phase(output, bufsize, tokens, ntoken)
649 struct cc **tokens; variable
655 cc_compress_phase1(output, tokens, ntoken, 0);
657 cc_compress_phase1(output, tokens, ntoken, 1);
661 cc_compress_phase1(output, tokens, ntoken, flag)
663 struct cc **tokens; variable
677 pp = tokens;
678 while (pp < tokens + ntoken) {
747 cc_compress(output, tokens, flag)
749 struct cc **tokens; variable
752 struct cc **pp = tokens;
856 return pp - tokens;