Home
last modified time | relevance | path

Searched refs:num_strings (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcurses/tinfo/
H A DMKcaptab.awk33 offsets[num_strings] = offset;
37 offsets[num_strings] = -1;
39 num_strings = num_strings + 1;
40 if ((num_strings % 3) == 0) {
43 return offsets[num_strings - 1];
48 num_strings = 0;
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp33 size_t num_strings = user_source.GetSize(); in SerializeToStructuredData() local
34 if (num_strings == 0 && script_source.empty()) { in SerializeToStructuredData()
46 for (size_t i = 0; i < num_strings; i++) { in SerializeToStructuredData()
/openbsd-src/usr.bin/tic/
H A Ddump_entry.c923 PredIdx num_strings = 0; in fmt_entry() local
1109 && i + 1 > num_strings) in fmt_entry()
1110 num_strings = i + 1; in fmt_entry()
1192 len += (int) (num_strings * 2); in fmt_entry()
1301 fprintf(stderr, "num_strings = %d\n", num_strings); in fmt_entry()