Home
last modified time | relevance | path

Searched refs:ntypes (Results 1 – 5 of 5) sorted by relevance

/freebsd/bin/sh/
H A Dmknodes.c74 static int ntypes; /* number of node types */ variable
133 nodename[ntypes] = savestr(name); in parsenode()
144 nodestr[ntypes] = sp; in parsenode()
145 ntypes++; in parsenode()
220 for (i = 0 ; i < ntypes ; i++) in output()
276 fprintf(cfile, "static const short nodesize[%d] = {\n", ntypes); in outsizes()
277 for (i = 0 ; i < ntypes ; i++) { in outsizes()
304 for (i = 0 ; i < ntypes ; i++) { in outfunc()
/freebsd/lib/libc/regex/
H A Dregex2.h119 unsigned int ntypes; member
148 for (i = 0; i < cs->ntypes; i++) in CHIN1()
H A Dregcomp.c1608 if (cs->nranges != 0 || cs->ntypes != 0 || cs->icase != 0)
1700 newtypes = reallocarray(cs->types, cs->ntypes + 1,
1707 cs->types[cs->ntypes++] = wct;
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1382 int ntypes = count_types(h, buf); in ctf_parse() local
1386 tdarr = xcalloc(sizeof (tdesc_t *) * (ntypes + 1)); in ctf_parse()
1388 for (i = 1; i <= ntypes; i++) { in ctf_parse()
1398 resurrect_objects(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse()
1399 resurrect_functions(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse()
1400 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx); in ctf_parse()
1404 td->td_nextid = ntypes + 1; in ctf_parse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8601 size_t ntypes = type_list.GetSize(); in DumpFromSymbolFile() local
8603 for (size_t i = 0; i < ntypes; ++i) { in DumpFromSymbolFile()