Lines Matching defs:comp
41 "[C:comp?Convert COMP-\afrom\a to COMP-\ato\a.]:[from::to]"
115 int comp;
169 int comp[10];
367 f->comp = 1;
370 f->comp = (int)strtol(s, &e, 10);
371 if (*e || f->comp <= 0 || f->comp > 9)
378 f->comp = state.comp[f->comp];
464 f->comp = 3;
530 f->comp = state.comp[5];
569 switch (field->comp)
605 switch (field->comp)
881 c += field->comp;
985 for (i = 0; i < elementsof(state.comp); i++)
986 state.comp[i] = i;
1003 state.comp[i] = j;