Lines Matching defs:table_index
167 cfg_get_num_flds(struct parser *tbl, const char *tag, int *table_index)
180 *table_index = i;
345 int table_index;
350 nflds = cfg_get_num_flds(tbl, tag, &table_index);
704 int table_index;
806 nflds = cfg_get_num_flds(&chead[0], section, &table_index);
812 (cfp, table_index, relnum - secnum))) < 0)
844 (cfp, bufp, table_index, relnum - secnum);
899 nflds = cfg_get_num_flds(&chead[0], section, &table_index);
926 (cfp, newbuf, table_index, relnum - secnum);
948 nflds = cfg_get_num_flds(&chead[0], section, &table_index);
991 (*cfp->cf_pp->addcf)(cfp, bufp, table_index);