mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
45 lines
5.8 KiB
HTML
45 lines
5.8 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>column</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L980'>column</a> 980 lib/util.c load_file_position (const vfs_path_t *filename_vpath, long *line, long *column, off_t *offset,</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L990'>column</a> 990 lib/util.c *column = 0;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1028'>column</a> 1028 lib/util.c *column = 0;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1036'>column</a> 1036 lib/util.c *column = 0;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1041'>column</a> 1041 lib/util.c *column = strtol (pos_tokens[1], NULL, 10);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1074'>column</a> 1074 lib/util.c save_file_position (const vfs_path_t *filename_vpath, long line, long column, off_t offset,</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1112'>column</a> 1112 lib/util.c if (line != 1 || column != 0 || bookmarks != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1114'>column</a> 1114 lib/util.c if (fprintf (f, "%s %ld;%ld;%" PRIuMAX, filename_str, line, column, (uintmax_t) offset) < 0)</span>
|
|
<span class='curline'><a href='../S/lib--util.h.html#L256'>column</a> 256 lib/util.h void load_file_position (const vfs_path_t *filename_vpath, long *line, long *column, off_t *offset,</span>
|
|
<span class='curline'><a href='../S/lib--util.h.html#L259'>column</a> 259 lib/util.h void save_file_position (const vfs_path_t *filename_vpath, long line, long column, off_t offset,</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L73'>column</a> 73 lib/vfs/parse_ls_vga.c char *column = columns[idx];</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L75'>column</a> 75 lib/vfs/parse_ls_vga.c return (column != NULL && isdigit (column[0]));</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L189'>column</a> 189 lib/widget/menu.c int column = menu->start_x - 1;</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L192'>column</a> 192 lib/widget/menu.c if (column + menu->max_entry_len + 4 > (gsize) w->cols)</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L193'>column</a> 193 lib/widget/menu.c column = w->cols - menu->max_entry_len - 4;</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L196'>column</a> 196 lib/widget/menu.c tty_draw_box_shadow (w->y + 1, w->x + column, count + 2, menu->max_entry_len + 4,</span>
|
|
<span class='curline'><a href='../S/lib--widget--menu.c.html#L200'>column</a> 200 lib/widget/menu.c tty_draw_box (w->y + 1, w->x + column, count + 2, menu->max_entry_len + 4, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L467'>column</a> 467 src/editor/edit.c long line, column;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L475'>column</a> 475 src/editor/edit.c load_file_position (edit->filename_vpath, &line, &column, &offset, &edit->serialized_bookmarks);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L485'>column</a> 485 src/editor/edit.c edit->prev_col = column;</span>
|
|
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L173'>column</a> 173 src/viewer/coord_cache.c off_t offset, line, column, nextline_offset, filesize;</span>
|
|
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L204'>column</a> 204 src/viewer/coord_cache.c mcview_offset_to_coord (view, &line, &column, offset);</span>
|
|
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L206'>column</a> 206 src/viewer/coord_cache.c (uintmax_t) offset, (uintmax_t) line, (uintmax_t) column);</span>
|
|
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L215'>column</a> 215 src/viewer/coord_cache.c for (column = 0; TRUE; column++)</span>
|
|
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L217'>column</a> 217 src/viewer/coord_cache.c mcview_coord_to_offset (view, &offset, line, column);</span>
|
|
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L222'>column</a> 222 src/viewer/coord_cache.c (uintmax_t) line, (uintmax_t) column, (uintmax_t) offset);</span>
|
|
<span class='curline'><a href='../S/src--viewer--internal.h.html#L312'>column</a> 312 src/viewer/internal.h void mcview_coord_to_offset (WView *view, off_t *ret_offset, off_t line, off_t column);</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L351'>column</a> 351 src/viewer/move.c mcview_coord_to_offset (WView *view, off_t *ret_offset, off_t line, off_t column)</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L356'>column</a> 356 src/viewer/move.c coord.cc_column = column;</span>
|
|
<span class='curline'><a href='../S/src--viewer--move.c.html#L357'>column</a> 357 src/viewer/move.c coord.cc_nroff_column = column;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|