g_string_append_c  159 lib/filehighlight/ini-file-read.c             g_string_append_c (buf, '|');
g_string_append_c   81 lib/search/glob.c                 g_string_append_c (buff, inside_group ? '|' : ',');
g_string_append_c   88 lib/search/glob.c                 g_string_append_c (buff, '(');
g_string_append_c   96 lib/search/glob.c                 g_string_append_c (buff, ')');
g_string_append_c  107 lib/search/glob.c             g_string_append_c (buff, '\\');
g_string_append_c  112 lib/search/glob.c         g_string_append_c (buff, str[loop]);
g_string_append_c  138 lib/search/glob.c                 g_string_append_c (buff, '\\');
g_string_append_c  146 lib/search/glob.c                 g_string_append_c (buff, '\\');
g_string_append_c  152 lib/search/glob.c                 g_string_append_c (buff, '\\');
g_string_append_c  157 lib/search/glob.c         g_string_append_c (buff, c);
g_string_append_c  177 lib/search/glob.c         g_string_append_c (tmp, '$');
g_string_append_c  108 lib/search/hex.c                 g_string_append_c (buff, str[loop2]);
g_string_append_c  240 lib/search/regex.c                 g_string_append_c (ret_str, astr->str[loop]);
g_string_append_c  244 lib/search/regex.c             g_string_append_c (ret_str, astr->str[loop]);
g_string_append_c  251 lib/search/regex.c         g_string_append_c (accumulator, astr->str[loop]);
g_string_append_c  759 lib/search/regex.c         g_string_append_c (dest_str, (char) c);
g_string_append_c  763 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  765 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  770 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  772 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  774 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  779 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  781 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  783 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  785 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  951 lib/search/regex.c                 g_string_append_c (lc_mc_search->regex_buffer, (char) current_chr);
g_string_append_c   96 lib/strutil/strescape.c             g_string_append_c (ret, '\\');
g_string_append_c   98 lib/strutil/strescape.c         g_string_append_c (ret, src[curr_index]);
g_string_append_c  128 lib/strutil/strescape.c             g_string_append_c (ret, src[curr_index]);
g_string_append_c  137 lib/strutil/strescape.c             g_string_append_c (ret, '\\');
g_string_append_c  146 lib/strutil/strescape.c                     g_string_append_c (ret, '\n');
g_string_append_c  149 lib/strutil/strescape.c                     g_string_append_c (ret, '\t');
g_string_append_c  152 lib/strutil/strescape.c                     g_string_append_c (ret, '\b');
g_string_append_c  155 lib/strutil/strescape.c                     g_string_append_c (ret, '\0');
g_string_append_c  163 lib/strutil/strescape.c                 g_string_append_c (ret, '\\');
g_string_append_c  166 lib/strutil/strescape.c         g_string_append_c (ret, src[curr_index]);
g_string_append_c  168 lib/strutil/strescape.c     g_string_append_c (ret, src[curr_index]);
g_string_append_c  180 lib/strutil/strutil.c                 g_string_append_c (buffer, *(string - 1));
g_string_append_c   84 lib/strutil/strutil8bit.c     g_string_append_c (buffer, replch);
g_string_append_c   57 lib/strutil/strutilascii.c     g_string_append_c (buffer, replch);
g_string_append_c  408 lib/strutil/strutilutf8.c     g_string_append_c (buffer, '?');
g_string_append_c 1115 lib/strutil/strutilutf8.c         g_string_append_c (fixed, end[0]);
g_string_append_c 1162 lib/strutil/strutilutf8.c         g_string_append_c (fixed, end[0]);
g_string_append_c 1370 lib/strutil/strutilutf8.c             g_string_append_c (fixed, '.');
g_string_append_c 1383 lib/strutil/strutilutf8.c             g_string_append_c (fixed, end[0]);
g_string_append_c 1182 lib/tty/key.c          g_string_append_c (buffer, '^');
g_string_append_c 1183 lib/tty/key.c          g_string_append_c (buffer, c + 'a' - 1);
g_string_append_c 1188 lib/tty/key.c          g_string_append_c (buffer, (char) c);
g_string_append_c 1502 lib/tty/key.c              g_string_append_c (s, '-');
g_string_append_c 1507 lib/tty/key.c              g_string_append_c (s, '-');
g_string_append_c 1512 lib/tty/key.c                  g_string_append_c (s, (gchar) g_ascii_toupper ((gchar) k));
g_string_append_c 1516 lib/tty/key.c                  g_string_append_c (s, '-');
g_string_append_c 1523 lib/tty/key.c                  g_string_append_c (s, (gchar) g_ascii_tolower ((gchar) k));
g_string_append_c 1530 lib/tty/key.c              g_string_append_c (s, (gchar) g_ascii_tolower ((gchar) key));
g_string_append_c 1579 lib/tty/key.c              g_string_append_c (s, '-');
g_string_append_c 1591 lib/tty/key.c                  g_string_append_c (s, '-');
g_string_append_c 1600 lib/tty/key.c                      g_string_append_c (s, (gchar) g_ascii_toupper ((gchar) k));
g_string_append_c 1604 lib/tty/key.c                      g_string_append_c (s, '-');
g_string_append_c 1612 lib/tty/key.c                  g_string_append_c (s, (gchar) k);
g_string_append_c 1619 lib/tty/key.c              g_string_append_c (s, (gchar) keycode);
g_string_append_c  273 lib/util.c                     g_string_append_c (ret, '%');
g_string_append_c  298 lib/util.c                 g_string_append_c (ret, '\\');
g_string_append_c  303 lib/util.c                     g_string_append_c (ret, '\\');
g_string_append_c  308 lib/util.c             g_string_append_c (ret, *s);
g_string_append_c 1256 lib/utilunix.c                 g_string_append_c (path, PATH_SEP);
g_string_append_c  543 lib/vfs/path.c             g_string_append_c (ret_tokens, PATH_SEP);
g_string_append_c  552 lib/vfs/path.c             g_string_append_c (ret_tokens, PATH_SEP);
g_string_append_c  613 lib/vfs/path.c             g_string_append_c (buffer, PATH_SEP); \
g_string_append_c  659 lib/vfs/path.c                 g_string_append_c (buffer, PATH_SEP);
g_string_append_c  668 lib/vfs/path.c                 g_string_append_c (buffer, PATH_SEP);
g_string_append_c 1465 lib/vfs/path.c                         g_string_append_c (element_tokens, PATH_SEP);
g_string_append_c 1533 lib/vfs/path.c         g_string_append_c (buffer, ':');
g_string_append_c 1540 lib/vfs/path.c             g_string_append_c (buffer, '@');
g_string_append_c 1542 lib/vfs/path.c             g_string_append_c (buffer, '[');
g_string_append_c 1545 lib/vfs/path.c             g_string_append_c (buffer, ']');
g_string_append_c 1550 lib/vfs/path.c         g_string_append_c (buffer, ':');
g_string_append_c 1586 lib/vfs/path.c         g_string_append_c (pretty_path, PATH_SEP);
g_string_append_c  206 lib/vfs/utilvfs.c             g_string_append_c (suffix, *p);
g_string_append_c  297 lib/widget/input_complete.c                 g_string_append_c (temp, PATH_SEP);
g_string_append_c  301 lib/widget/input_complete.c             g_string_append_c (temp, PATH_SEP);
g_string_append_c  386 lib/widget/input_complete.c             g_string_append_c (temp, '}');
g_string_append_c  540 lib/widget/input_complete.c             g_string_append_c (temp, '@');
g_string_append_c  297 lib/widget/widget-common.c         g_string_append_c (text, '&');
g_string_append_c  420 src/editor/editbuffer.c         g_string_append_c (match_expr, c1);
g_string_append_c   94 src/editor/editcomplete.c                 g_string_append_c (temp, chr);
g_string_append_c  142 src/editor/editcomplete.c             g_string_append_c (temp, ch);
g_string_append_c  444 src/editor/editcomplete.c         g_string_append_c (match_expr, edit_buffer_get_byte (&edit->buffer, word_start + i));
g_string_append_c  113 src/editor/etags.c                 g_string_append_c (longdef, c);
g_string_append_c  135 src/editor/etags.c                 g_string_append_c (shortdef, c);
g_string_append_c  150 src/editor/etags.c                 g_string_append_c (shortdef, c);
g_string_append_c  162 src/editor/etags.c                 g_string_append_c (linedef, c);
g_string_append_c  432 src/editor/etags.c         g_string_append_c (match_expr, edit_buffer_get_byte (&edit->buffer, word_start + i));
g_string_append_c  182 src/editor/format.c         g_string_append_c (t, edit_buffer_get_byte (buf, p));
g_string_append_c  185 src/editor/format.c     g_string_append_c (t, '\n');
g_string_append_c  706 src/editor/syntax.c         g_string_append_c (p, c);
g_string_append_c 1246 src/editor/syntax.c             g_string_append_c (first_chars, (char) 1);
g_string_append_c 1252 src/editor/syntax.c                 g_string_append_c (first_chars, k->keyword->str[0]);
g_string_append_c  128 src/file_history.c                 g_string_append_c (s, ' ');
g_string_append_c  107 src/filemanager/cd.c                 g_string_append_c (q, '$');
g_string_append_c  112 src/filemanager/cd.c                 g_string_append_c (q, *p);
g_string_append_c  143 src/filemanager/cd.c                     g_string_append_c (q, '$');
g_string_append_c  145 src/filemanager/cd.c                         g_string_append_c (q, '{');
g_string_append_c  136 src/filemanager/command.c                 g_string_append_c (command, cmd[i]);
g_string_append_c  362 src/filemanager/ext.c                 g_string_append_c (shell_string, *lc_data);
g_string_append_c 1269 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, c);
g_string_append_c 1284 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, c == '\n' ? ' ' : c);
g_string_append_c 1303 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, g_ascii_toupper (c));
g_string_append_c  663 src/filemanager/tree.c         g_string_append_c (tree->search_buffer, (gchar) key);
g_string_append_c  721 src/subshell/common.c             g_string_append_c (subshell_prompt_temp_buffer, buffer[i]);
g_string_append_c  948 src/usermenu.c                         g_string_append_c (block, ' ');
g_string_append_c  626 src/vfs/extfs/extfs.c                     g_string_append_c (err_msg, '\n');
g_string_append_c  365 tests/lib/utilunix__mc_pstream_get_string.c             g_string_append_c (result_long_file_list, '\n');
g_string_append_c  293 tests/src/editor/edit_complete_word_cmd.c             g_string_append_c (actual_completed_str, chr);
g_string_append_c  367 tests/src/editor/edit_complete_word_cmd.c             g_string_append_c (actual_completed_str, chr);