Home | History | Annotate | Download | only in scripts

Lines Matching defs:contributor

87     // get the number (of changesets or of modified lines for each contributor)
91 // get the name of the contributor
96 // if new contributor, insert
117 struct contributor
125 contributor() : changedlines(0), changesets(0) {}
127 bool operator < (const contributor& other)
133 void add_online_info_into_contributors_list(list<contributor>& contributors_list, const char *filename)
165 list<contributor>::iterator it;
171 contributor c;
193 list<contributor> contributors_list;
197 contributor c;
213 list<contributor>::iterator itc;