g_string_append_c  159 lib/filehighlight/ini-file-read.c             g_string_append_c (buf, '|');
g_string_append_c   84 lib/search/glob.c                 g_string_append_c (buff, inside_group ? '|' : ',');
g_string_append_c   91 lib/search/glob.c                 g_string_append_c (buff, '(');
g_string_append_c   99 lib/search/glob.c                 g_string_append_c (buff, ')');
g_string_append_c  110 lib/search/glob.c             g_string_append_c (buff, '\\');
g_string_append_c  115 lib/search/glob.c         g_string_append_c (buff, str[loop]);
g_string_append_c  141 lib/search/glob.c                 g_string_append_c (buff, '\\');
g_string_append_c  149 lib/search/glob.c                 g_string_append_c (buff, '\\');
g_string_append_c  155 lib/search/glob.c                 g_string_append_c (buff, '\\');
g_string_append_c  160 lib/search/glob.c         g_string_append_c (buff, c);
g_string_append_c  180 lib/search/glob.c         g_string_append_c (tmp, '$');
g_string_append_c  107 lib/search/hex.c                 g_string_append_c (buff, str[loop2]);
g_string_append_c  237 lib/search/regex.c                 g_string_append_c (ret_str, astr->str[loop]);
g_string_append_c  241 lib/search/regex.c             g_string_append_c (ret_str, astr->str[loop]);
g_string_append_c  248 lib/search/regex.c         g_string_append_c (accumulator, astr->str[loop]);
g_string_append_c  755 lib/search/regex.c         g_string_append_c (dest_str, (char) c);
g_string_append_c  759 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  761 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  766 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  768 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  775 lib/search/regex.c         g_string_append_c (dest_str, b);
g_string_append_c  777 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  947 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  176 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 1134 lib/strutil/strutilutf8.c         g_string_append_c (fixed, end[0]);
g_string_append_c 1181 lib/strutil/strutilutf8.c         g_string_append_c (fixed, end[0]);
g_string_append_c 1389 lib/strutil/strutilutf8.c             g_string_append_c (fixed, '.');
g_string_append_c 1402 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 1324 lib/utilunix.c                 g_string_append_c (path, PATH_SEP);
g_string_append_c  516 lib/vfs/path.c             g_string_append_c (ret_tokens, PATH_SEP);
g_string_append_c  525 lib/vfs/path.c             g_string_append_c (ret_tokens, PATH_SEP);
g_string_append_c  586 lib/vfs/path.c             g_string_append_c (buffer, PATH_SEP); \
g_string_append_c  632 lib/vfs/path.c                 g_string_append_c (buffer, PATH_SEP);
g_string_append_c  641 lib/vfs/path.c                 g_string_append_c (buffer, PATH_SEP);
g_string_append_c 1471 lib/vfs/path.c                         g_string_append_c (element_tokens, PATH_SEP);
g_string_append_c 1539 lib/vfs/path.c         g_string_append_c (buffer, ':');
g_string_append_c 1546 lib/vfs/path.c             g_string_append_c (buffer, '@');
g_string_append_c 1548 lib/vfs/path.c             g_string_append_c (buffer, '[');
g_string_append_c 1551 lib/vfs/path.c             g_string_append_c (buffer, ']');
g_string_append_c 1589 lib/vfs/path.c         g_string_append_c (pretty_path, PATH_SEP);
g_string_append_c  210 lib/vfs/utilvfs.c             g_string_append_c (suffix, *p);
g_string_append_c  291 lib/widget/input_complete.c                 g_string_append_c (temp, PATH_SEP);
g_string_append_c  295 lib/widget/input_complete.c             g_string_append_c (temp, PATH_SEP);
g_string_append_c  380 lib/widget/input_complete.c             g_string_append_c (temp, '}');
g_string_append_c  520 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  419 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  427 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 1261 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, c);
g_string_append_c 1276 src/filemanager/hotlist.c             g_string_append_c (tkn_buf, c == '\n' ? ' ' : c);
g_string_append_c 1295 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  728 src/subshell/common.c             g_string_append_c (subshell_prompt_temp_buffer, buffer[i]);
g_string_append_c  965 src/usermenu.c                         g_string_append_c (block, ' ');
g_string_append_c  629 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  296 tests/src/editor/edit_complete_word_cmd.c             g_string_append_c (actual_completed_str, chr);
g_string_append_c  370 tests/src/editor/edit_complete_word_cmd.c             g_string_append_c (actual_completed_str, chr);