Lines Matching defs:tab
83 * \fn static SANE_String_Const *char_to_array(SANE_String_Const *tab, int *tabsize, SANE_String_Const mode, int good_array)
90 char_to_array(SANE_String_Const *tab, int *tabsize, SANE_String_Const mode, int good_array)
97 return (tab);
101 return (tab);
106 if (strcmp(tab[i], convert) == 0)
107 return (tab);
113 board = (SANE_String_Const *)realloc(tab, sizeof(SANE_String_Const) * ((*tabsize) + 1));
120 * \fn static SANE_Int *int_to_array(SANE_Int *tab, int *tabsize, int cont)
126 int_to_array(SANE_Int *tab, int *tabsize, int cont)
132 if (tab[i] == cont)
133 return (tab);
141 board = realloc(tab, sizeof(SANE_Int *) * (*tabsize) + 1);