Home
last modified time | relevance | path

Searched refs:_nc_STRCAT (Results 1 – 21 of 21) sorted by relevance

/dports/devel/ncurses/ncurses-6.3/ncurses/trace/
H A Dlib_tracebits.c93 _nc_STRCAT(buf, label, TRACE_BUF_SIZE(0)); in lookup_bits()
94 _nc_STRCAT(buf, ": {", TRACE_BUF_SIZE(0)); in lookup_bits()
98 _nc_STRCAT(buf, sp->name, TRACE_BUF_SIZE(0)); in lookup_bits()
99 _nc_STRCAT(buf, ", ", TRACE_BUF_SIZE(0)); in lookup_bits()
103 _nc_STRCAT(buf, "} ", TRACE_BUF_SIZE(0)); in lookup_bits()
214 _nc_STRCAT(buf, result, TRACE_BUF_SIZE(0)); in _nc_trace_ttymode()
H A Dlib_tracemse.c55 _nc_STRCAT(my_buffer, ", ", sizeof(my_buffer)); \ in NCURSES_EXPORT()
56 _nc_STRCAT(my_buffer, s, sizeof(my_buffer)); \ in NCURSES_EXPORT()
132 _nc_STRCAT(my_buffer, "}", sizeof(my_buffer)); in _nc_tracemouse()
H A Dlib_trace.c116 _nc_STRCAT(MyPath, "/trace", sizeof(MyPath)); in curses_trace()
118 _nc_STRCAT(MyPath, ".log", sizeof(MyPath)); in curses_trace()
/dports/devel/ncurses/ncurses-6.3/include/
H A Dnc_string.h63 #define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n)) macro
66 #define _nc_STRCAT(d,s,n) NCURSES_VOID strcat((d),(s)) macro
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dmake_hash.c237 _nc_STRCAT(result, "|", sizeof(result)); in get_type()
238 _nc_STRCAT(result, "1<<", sizeof(result)); in get_type()
239 _nc_STRCAT(result, typenames[n], sizeof(result)); in get_type()
242 _nc_STRCAT(result, R_PAREN, sizeof(result)); in get_type()
H A Dcomp_scan.c224 _nc_STRCAT(result, "\n", allocated); in next_char()
H A Dread_termcap.c828 _nc_STRCAT(temp, ".termcap", sizeof(temp)); in _nc_tgetent()
H A Dwrite_entry.c160 _nc_STRCAT(dst, suffix, limit); in make_db_path()
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dvsscanf.c297 _nc_STRCAT(my_fmt, "%n", len_fmt); in vsscanf()
302 _nc_STRCAT(my_fmt, "%n", len_fmt); in vsscanf()
/dports/devel/ncurses/ncurses-6.3/test/
H A Ddemo_menus.c568 _nc_STRCAT(buf, t_tbl[0].name ? t_tbl[0].name : "", need); in tracetrace()
569 _nc_STRCAT(buf, ", ", need); in tracetrace()
573 _nc_STRCAT(buf, t_tbl[n].name, need); in tracetrace()
574 _nc_STRCAT(buf, ", ", need); in tracetrace()
579 _nc_STRCAT(buf, "}", need); in tracetrace()
H A Dnewdemo.c307 _nc_STRCAT(buffer, " ... ", sizeof(buffer)); in main()
308 _nc_STRCAT(buffer, messages[++j % NMESSAGES], sizeof(buffer)); in main()
H A Ddemo_forms.c121 _nc_STRCAT(value, "\n", need); in read_data()
122 _nc_STRCAT(value, buffer, need); in read_data()
H A Ddemo_defkey.c113 _nc_STRCAT(result, temp, need); in visible()
H A Dpicsmap.c580 _nc_STRCAT(full_name, filename, need); in read_palette()
611 _nc_STRCAT(full_name, ".dat", need); in read_palette()
1287 _nc_STRCAT(cmd, " 2>/dev/null", need); in parse_img()
1318 _nc_STRCAT(cmd, " 2>/dev/null", need); in parse_img()
H A Dtest.priv.h735 #define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n)) macro
738 #define _nc_STRCAT(d,s,n) NCURSES_VOID strcat((d),(s))
H A Dncurses.c519 _nc_STRCAT(buf, s, sizeof(buf)); \ in mouse_decode()
520 _nc_STRCAT(buf, ", ", sizeof(buf)); \ in mouse_decode()
577 _nc_STRCAT(buf, "}", sizeof(buf)); in mouse_decode()
6235 _nc_STRCAT(buf, t_tbl[0].name ? t_tbl[0].name : "", need); in tracetrace()
6236 _nc_STRCAT(buf, ", ", need); in tracetrace()
6240 _nc_STRCAT(buf, t_tbl[n].name, need); in tracetrace()
6241 _nc_STRCAT(buf, ", ", need); in tracetrace()
6246 _nc_STRCAT(buf, "}", need); in tracetrace()
/dports/devel/ncurses/ncurses-6.3/progs/
H A Dtic.c585 _nc_STRCAT(result, suffix, need); in valid_db_path()
1592 _nc_STRCAT(show, " ka1", sizeof(show)); in check_keypad()
1595 _nc_STRCAT(show, " ka3", sizeof(show)); in check_keypad()
1598 _nc_STRCAT(show, " kb2", sizeof(show)); in check_keypad()
1601 _nc_STRCAT(show, " kc1", sizeof(show)); in check_keypad()
1604 _nc_STRCAT(show, " kc3", sizeof(show)); in check_keypad()
1619 _nc_STRCAT(show, " ka1", sizeof(show)); in check_keypad()
1621 _nc_STRCAT(show, " ka3", sizeof(show)); in check_keypad()
1623 _nc_STRCAT(show, " kb2", sizeof(show)); in check_keypad()
1625 _nc_STRCAT(show, " kc1", sizeof(show)); in check_keypad()
[all …]
H A Dtabs.c326 _nc_STRCAT(result, comma, need); in add_to_tab_list()
327 _nc_STRCAT(result, copied, need); in add_to_tab_list()
H A Dinfocmp.c795 _nc_STRCAT(dst, ap->to, MAX_TERMINFO_LENGTH); in lookup_params()
802 _nc_STRCAT(dst, ep, MAX_TERMINFO_LENGTH); in lookup_params()
803 _nc_STRCAT(dst, ";", MAX_TERMINFO_LENGTH); in lookup_params()
953 _nc_STRCAT(buf2, ecma_highlights[0].to, sizeof(buf2)); in analyze_string()
H A Dtset.c155 _nc_STRCAT(temp, ": ", sizeof(temp)); in failed()
H A Ddump_entry.c973 _nc_STRCAT(buffer, "@", sizeof(buffer)); in fmt_entry()
1248 _nc_STRCAT(buffer, tmp, sizeof(buffer)); in fmt_entry()