Home
last modified time | relevance | path

Searched refs:oldcount (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.sbin/config/
H A Dmkheaders.c138 int inc, oldcount; in do_header() local
143 oldcount = -1; in do_header()
165 oldcount = inc; in do_header()
179 if (count == oldcount) { in do_header()
187 if (oldcount == -1) { in do_header()
/dragonfly/usr.bin/locate/code/
H A Dlocate.code.c121 int ch, code, count, diffcount, oldcount; in main() local
159 oldcount = 0; in main()
187 diffcount = count - oldcount + OFFSET; in main()
188 oldcount = count; in main()
/dragonfly/sys/dev/raid/vinum/
H A Dvinumvar.h642 #define EXPAND(table, element, oldcount, increment) \ argument
645 oldcount * sizeof (element), \
646 (oldcount + increment) * sizeof (element)); \
647 oldcount += increment; \
/dragonfly/contrib/cvs-1.12/lib/
H A Dglob.c253 size_t oldcount; local
515 oldcount = pglob->gl_pathc + pglob->gl_offs;
811 if (pglob->gl_pathc + pglob->gl_offs == oldcount)
877 qsort (&pglob->gl_pathv[oldcount],
878 pglob->gl_pathc + pglob->gl_offs - oldcount,
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dhashmap.c351 hsp->oldcount++; in NCURSES_SP_NAME()
375 if (hsp->oldcount == 1 && hsp->newcount == 1 in NCURSES_SP_NAME()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h752 int oldcount, newcount; member
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dclass.c2997 int oldcount = errorcount; in check_field_decl() local
3006 if (!warned && errorcount > oldcount) in check_field_decl()
H A Dparser.c14906 int oldcount = errorcount; in cp_parser_using_declaration() local
15025 if (access_declaration_p && errorcount == oldcount) in cp_parser_using_declaration()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dclass.c3320 int oldcount = errorcount; in check_field_decl() local
3329 if (!warned && errorcount > oldcount) in check_field_decl()
H A Dparser.c18720 int oldcount = errorcount; in cp_parser_using_declaration() local
18876 if (access_declaration_p && errorcount == oldcount) in cp_parser_using_declaration()