Home | History | Annotate | Download | only in util

Lines Matching defs:mod

127 	char				*mod;
150 char *mod;
162 item->mod = NULL;
167 (float *)(void *)&item->mod);
172 if (item->mod)
173 item->mod[strlen(item->mod) - 1] = 0;
188 func_list[i].mod = list->mod;
202 func_list[func_count].mod = NULL;
247 if (func_list[i].mod)
248 printf(" [%s]\n", func_list[i].mod);