Searched refs:ntypes (Results 1 – 5 of 5) sorted by relevance
/freebsd/bin/sh/ |
H A D | mknodes.c | 74 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 D | regex2.h | 119 unsigned int ntypes; member 148 for (i = 0; i < cs->ntypes; i++) in CHIN1()
|
H A D | regcomp.c | 1608 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 D | ctf.c | 1382 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 D | TypeSystemClang.cpp | 8601 size_t ntypes = type_list.GetSize(); in DumpFromSymbolFile() local 8603 for (size_t i = 0; i < ntypes; ++i) { in DumpFromSymbolFile()
|