sp                556 src/editor/edit.c     unsigned long sp = edit->undo_stack_pointer;
sp                558 src/editor/edit.c     if (sp == edit->undo_stack_bottom)
sp                561 src/editor/edit.c     sp = (sp - 1) & edit->undo_stack_size_mask;
sp                562 src/editor/edit.c     c = edit->undo_stack[sp];
sp                570 src/editor/edit.c     if (sp == edit->undo_stack_bottom)
sp                573 src/editor/edit.c     c = edit->undo_stack[(sp - 1) & edit->undo_stack_size_mask];
sp                574 src/editor/edit.c     if (edit->undo_stack[sp] == -2)
sp                577 src/editor/edit.c         edit->undo_stack_pointer = sp;
sp                580 src/editor/edit.c         edit->undo_stack[sp]++;
sp                591 src/editor/edit.c     unsigned long sp = edit->redo_stack_pointer;
sp                593 src/editor/edit.c     if (sp == edit->redo_stack_bottom)
sp                596 src/editor/edit.c     sp = (sp - 1) & edit->redo_stack_size_mask;
sp                597 src/editor/edit.c     c = edit->redo_stack[sp];
sp                604 src/editor/edit.c     if (sp == edit->redo_stack_bottom)
sp                607 src/editor/edit.c     c = edit->redo_stack[(sp - 1) & edit->redo_stack_size_mask];
sp                608 src/editor/edit.c     if (edit->redo_stack[sp] == -2)
sp                609 src/editor/edit.c         edit->redo_stack_pointer = sp;
sp                611 src/editor/edit.c         edit->redo_stack[sp]++;
sp                622 src/editor/edit.c     unsigned long sp = edit->undo_stack_pointer;
sp                624 src/editor/edit.c     if (sp == edit->undo_stack_bottom)
sp                627 src/editor/edit.c     sp = (sp - 1) & edit->undo_stack_size_mask;
sp                628 src/editor/edit.c     c = edit->undo_stack[sp];
sp                632 src/editor/edit.c     if (sp == edit->undo_stack_bottom)
sp                635 src/editor/edit.c     c = edit->undo_stack[(sp - 1) & edit->undo_stack_size_mask];
sp               2378 src/editor/edit.c     unsigned long sp = edit->undo_stack_pointer;
sp               2382 src/editor/edit.c     if (sp > edit->undo_stack_size - 10)
sp               2410 src/editor/edit.c     if (edit->undo_stack_bottom != sp
sp               2412 src/editor/edit.c         && ((sp - 2) & edit->undo_stack_size_mask) != edit->undo_stack_bottom)
sp               2418 src/editor/edit.c             d = edit->undo_stack[(sp - 2) & edit->undo_stack_size_mask];
sp               2433 src/editor/edit.c                 edit->undo_stack[sp] = -2;
sp               2438 src/editor/edit.c     edit->undo_stack[sp] = c;
sp               2469 src/editor/edit.c     unsigned long sp = edit->redo_stack_pointer;
sp               2472 src/editor/edit.c     if (sp > edit->redo_stack_size - 10)
sp               2491 src/editor/edit.c     if (edit->redo_stack_bottom != sp
sp               2493 src/editor/edit.c         && ((sp - 2) & edit->redo_stack_size_mask) != edit->redo_stack_bottom)
sp               2499 src/editor/edit.c             d = edit->redo_stack[(sp - 2) & edit->redo_stack_size_mask];
sp               2514 src/editor/edit.c                 edit->redo_stack[sp] = -2;
sp               2519 src/editor/edit.c     edit->redo_stack[sp] = c;
sp               1862 src/filemanager/file.c     char *sp;
sp               1912 src/filemanager/file.c     sp = format_string;
sp               1913 src/filemanager/file.c     format_string = str_replace_all (sp, "%n", cp);
sp               1914 src/filemanager/file.c     g_free (sp);
sp               1924 src/filemanager/file.c     sp = format_string;
sp               1925 src/filemanager/file.c     format_string = str_replace_all (sp, "%f", cp);
sp               1926 src/filemanager/file.c     g_free (sp);
sp               1930 src/filemanager/file.c     sp = format_string;
sp               1931 src/filemanager/file.c     format_string = str_replace_all (sp, "%m", cp);
sp               1932 src/filemanager/file.c     g_free (sp);
sp                112 src/vfs/tar/tar-internal.h     struct sparse sp[SPARSES_IN_SPARSE_HEADER];
sp                133 src/vfs/tar/tar-internal.h     struct sparse sp[SPARSES_IN_OLDGNU_HEADER];
sp                171 src/vfs/tar/tar-internal.h     struct sparse sp[SPARSES_IN_STAR_HEADER]; /* 356  */
sp                182 src/vfs/tar/tar-internal.h     struct sparse sp[SPARSES_IN_STAR_EXT_HEADER];
sp                480 src/vfs/tar/tar-sparse.c sparse_add_map (struct tar_stat_info *st, struct sp_array *sp)
sp                484 src/vfs/tar/tar-sparse.c     g_array_append_val (st->sparse_map, *sp);
sp                495 src/vfs/tar/tar-sparse.c     struct sp_array sp;
sp                500 src/vfs/tar/tar-sparse.c     sp.offset = OFF_FROM_HEADER (s->offset);
sp                501 src/vfs/tar/tar-sparse.c     sp.numbytes = OFF_FROM_HEADER (s->numbytes);
sp                503 src/vfs/tar/tar-sparse.c     if (sp.offset < 0 || sp.numbytes < 0
sp                504 src/vfs/tar/tar-sparse.c         || INT_ADD_OVERFLOW (sp.offset, sp.numbytes)
sp                505 src/vfs/tar/tar-sparse.c         || file->stat_info->stat.st_size < sp.offset + sp.numbytes
sp                509 src/vfs/tar/tar-sparse.c     sparse_add_map (file->stat_info, &sp);
sp                558 src/vfs/tar/tar-sparse.c         rc = oldgnu_add_sparse (file, &h->oldgnu_header.sp[i]);
sp                573 src/vfs/tar/tar-sparse.c             rc = oldgnu_add_sparse (file, &h->sparse_header.sp[i]);
sp                621 src/vfs/tar/tar-sparse.c     if (h->star_in_header.prefix[0] == '\0' && h->star_in_header.sp[0].offset[10] != '\0')
sp                626 src/vfs/tar/tar-sparse.c             rc = oldgnu_add_sparse (file, &h->star_in_header.sp[i]);
sp                643 src/vfs/tar/tar-sparse.c             rc = oldgnu_add_sparse (file, &h->star_ext_header.sp[i]);
sp                700 src/vfs/tar/tar-sparse.c             struct sp_array sp;
sp                708 src/vfs/tar/tar-sparse.c             sp.offset = u;
sp                710 src/vfs/tar/tar-sparse.c             if (!decode_num (&u, nbuf, TYPE_MAXIMUM (size_t)) || INT_ADD_OVERFLOW (sp.offset, u)
sp                711 src/vfs/tar/tar-sparse.c                 || (uintmax_t) file->stat_info->stat.st_size < sp.offset + u)
sp                716 src/vfs/tar/tar-sparse.c             sp.numbytes = u;
sp                717 src/vfs/tar/tar-sparse.c             sparse_add_map (file->stat_info, &sp);
sp                260 src/vfs/tar/tar.c         struct sp_array *sp;
sp                262 src/vfs/tar/tar.c         sp = &g_array_index (sm, struct sp_array, i);
sp                263 src/vfs/tar/tar.c         sp->arch_offset = begin;
sp                264 src/vfs/tar/tar.c         begin += BLOCKSIZE * (sp->numbytes / BLOCKSIZE + sp->numbytes % BLOCKSIZE);
sp                157 src/viewer/growbuf.c             mc_pipe_t *sp = view->ds_stdio_pipe;
sp                163 src/viewer/growbuf.c             sp->out.len = bytesfree;
sp                164 src/viewer/growbuf.c             sp->err.len = MC_PIPE_BUFSIZE;
sp                166 src/viewer/growbuf.c             mc_pread (sp, &error);
sp                176 src/viewer/growbuf.c             if (view->pipe_first_err_msg && sp->err.len > 0)
sp                185 src/viewer/growbuf.c                 mcview_show_error (view, sp->err.buf);
sp                198 src/viewer/growbuf.c             if (sp->out.len > 0)
sp                200 src/viewer/growbuf.c                 memmove (p, sp->out.buf, sp->out.len);
sp                201 src/viewer/growbuf.c                 nread = sp->out.len;
sp                203 src/viewer/growbuf.c             else if (sp->out.len == MC_PIPE_STREAM_EOF || sp->out.len == MC_PIPE_ERROR_READ)
sp                205 src/viewer/growbuf.c                 if (sp->out.len == MC_PIPE_ERROR_READ)
sp                210 src/viewer/growbuf.c                                                unix_error_string (sp->out.error));