line              181 lib/tty/tty-ncurses.c         const char *line;
line              213 lib/tty/tty-ncurses.c     for (res = 0; lines_codes[res].line; res++)
line              215 lib/tty/tty-ncurses.c         if (strcmp (ch, lines_codes[res].line) == 0)
line              235 lib/tty/tty-slang.c         const char *line;
line              256 lib/tty/tty-slang.c     for (res = 0; lines_codes[res].line; res++)
line              258 lib/tty/tty-slang.c         if (strcmp (str, lines_codes[res].line) == 0)
line             1156 lib/util.c     load_file_position (const vfs_path_t *filename_vpath, long *line, long *column, off_t *offset,
line             1165 lib/util.c         *line = 1;
line             1201 lib/util.c                 *line = 1;
line             1207 lib/util.c                 *line = strtol (pos_tokens[0], NULL, 10);
line             1247 lib/util.c     save_file_position (const vfs_path_t *filename_vpath, long line, long column, off_t offset,
line             1282 lib/util.c         if (line != 1 || column != 0 || bookmarks != NULL)
line             1284 lib/util.c             if (fprintf (f, "%s %ld;%ld;%" PRIuMAX, vfs_path_as_str (filename_vpath), line, column,
line              262 lib/util.h     void load_file_position (const vfs_path_t *filename_vpath, long *line, long *column, off_t *offset,
line              265 lib/util.h     void save_file_position (const vfs_path_t *filename_vpath, long line, long column, off_t offset,
line              689 lib/vfs/parse_ls_vga.c     const char *line = p;
line              867 lib/vfs/parse_ls_vga.c                  (p_copy != NULL && *p_copy != '\0') ? p_copy : line);
line               97 lib/widget/listbox.c     int line = 0;
line              119 lib/widget/listbox.c         line = 1 + ((l->current * (w->lines - 2)) / length);
line              124 lib/widget/listbox.c         if (i != line)
line              321 lib/widget/quick.c             if (quick_widget->u.separator.line)
line              353 lib/widget/quick.c                 if (quick_widget->u.separator.line)
line              150 lib/widget/quick.h                 .line = line_,                                                                     \
line              209 lib/widget/quick.h                 .line = line_,                                                                     \
line              329 lib/widget/quick.h             gboolean line;
line              416 src/cons.handler.c     int col, line;
line              422 src/cons.handler.c     for (line = begin_line; line <= end_line; line++)
line              424 src/cons.handler.c         tty_gotoyx (starty + line - begin_line, 0);
line              427 src/cons.handler.c             c = screen_shot.buf[line * screen_info.mv_csz + col] & 0xFF;
line               12 src/diffviewer/internal.h typedef int (*DFUNC) (void *ctx, int ch, int line, off_t off, size_t sz, const char *str);
line               68 src/diffviewer/internal.h     int line;
line              847 src/diffviewer/ydiff.c printer_for (char ch, DFUNC printer, void *ctx, FBUF *f, int *line, off_t *off)
line              856 src/diffviewer/ydiff.c     (*line)++;
line              857 src/diffviewer/ydiff.c     printer (ctx, ch, *line, *off, sz, buf);
line              895 src/diffviewer/ydiff.c     int line = 0;
line              933 src/diffviewer/ydiff.c         while (line < n && printer_for (EQU_CH, printer, ctx, f, &line, &off))
line              936 src/diffviewer/ydiff.c         if (line != n)
line              946 src/diffviewer/ydiff.c                  n != 0 && printer_for (ADD_CH, printer, ctx, f, &line, &off); n--)
line              956 src/diffviewer/ydiff.c                  n != 0 && printer_for (CHG_CH, printer, ctx, f, &line, &off); n--)
line              971 src/diffviewer/ydiff.c     while (printer_for (EQU_CH, printer, ctx, f, &line, &off))
line             1629 src/diffviewer/ydiff.c printer (void *ctx, int ch, int line, off_t off, size_t sz, const char *str)
line             1640 src/diffviewer/ydiff.c         p.line = line;
line             1642 src/diffviewer/ydiff.c         if (dsrc == DATA_SRC_MEM && line != 0)
line             1671 src/diffviewer/ydiff.c     if (dsrc == DATA_SRC_TMP && (line != 0 || ch == 0))
line             1757 src/diffviewer/ydiff.c             if (p->line != 0 && q->line != 0 && p->ch == CHG_CH)
line             1837 src/diffviewer/ydiff.c         if (p->line == 0)
line             1844 src/diffviewer/ydiff.c                 if (p->line != 0)
line             1850 src/diffviewer/ydiff.c         *linenum = p->line;
line             1959 src/diffviewer/ydiff.c             *start_line1 = ((DIFFLN *) &g_array_index (a0, DIFFLN, pos))->line + 1;
line             1960 src/diffviewer/ydiff.c             *start_line2 = ((DIFFLN *) &g_array_index (a1, DIFFLN, pos))->line + 1;
line             1968 src/diffviewer/ydiff.c             l0 = ((DIFFLN *) &g_array_index (a0, DIFFLN, pos))->line;
line             1969 src/diffviewer/ydiff.c             l1 = ((DIFFLN *) &g_array_index (a1, DIFFLN, pos))->line;
line             1994 src/diffviewer/ydiff.c     int line;
line             2003 src/diffviewer/ydiff.c     for (line = 0; fgets (buf, sizeof (buf), f0) != NULL && line < from1 - 1; line++)
line             2008 src/diffviewer/ydiff.c         line++;
line             2009 src/diffviewer/ydiff.c         if (line >= to1)
line             2031 src/diffviewer/ydiff.c     int line;
line             2046 src/diffviewer/ydiff.c     for (line = 0; fgets (buf, sizeof (buf), f0) != NULL && line < from1 - 1; line++)
line             2048 src/diffviewer/ydiff.c     for (line = 0; fgets (buf, sizeof (buf), f1) != NULL && line <= to2;)
line             2050 src/diffviewer/ydiff.c         line++;
line             2051 src/diffviewer/ydiff.c         if (line >= from2)
line             2561 src/diffviewer/ydiff.c         if (p->line != 0)
line             2566 src/diffviewer/ydiff.c                 g_snprintf (buf, display_numbers + 1, "%*d", nwidth, p->line);
line             2927 src/diffviewer/ydiff.c                     if (p->line == newline)
line               73 src/editor/bookmark.c         while (p->next->line == p->line)
line               82 src/editor/bookmark.c book_mark_find (WEdit *edit, long line)
line               90 src/editor/bookmark.c         edit->book_mark->line = -1;
line               96 src/editor/bookmark.c         if (p->line > line)
line              101 src/editor/bookmark.c             if (p->next->line > line)
line              116 src/editor/bookmark.c         if (p->next != NULL && p->next->line <= line)
line              119 src/editor/bookmark.c         if (p->line <= line)
line              123 src/editor/bookmark.c                 if (p->next->line > line)
line              154 src/editor/bookmark.c book_mark_query_color (WEdit *edit, long line, int c)
line              160 src/editor/bookmark.c         for (p = book_mark_find (edit, line); p != NULL; p = p->prev)
line              162 src/editor/bookmark.c             if (p->line != line)
line              176 src/editor/bookmark.c book_mark_insert (WEdit *edit, long line, int c)
line              180 src/editor/bookmark.c     p = book_mark_find (edit, line);
line              182 src/editor/bookmark.c     if (p->line == line)
line              195 src/editor/bookmark.c     q->line = line;
line              218 src/editor/bookmark.c book_mark_clear (WEdit *edit, long line, int c)
line              226 src/editor/bookmark.c     for (p = book_mark_find (edit, line); p != NULL; p = q)
line              229 src/editor/bookmark.c         if (p->line == line && (p->c == c || c == -1))
line              242 src/editor/bookmark.c     if (edit->book_mark->line == -1 && edit->book_mark->next == NULL)
line              283 src/editor/bookmark.c book_mark_inc (WEdit *edit, long line)
line              289 src/editor/bookmark.c         p = book_mark_find (edit, line);
line              291 src/editor/bookmark.c             p->line++;
line              299 src/editor/bookmark.c book_mark_dec (WEdit *edit, long line)
line              305 src/editor/bookmark.c         p = book_mark_find (edit, line);
line              307 src/editor/bookmark.c             p->line--;
line              329 src/editor/bookmark.c             if (p->c == color && p->line >= 0)
line              330 src/editor/bookmark.c                 g_array_append_val (edit->serialized_bookmarks, p->line);
line              196 src/editor/edit-impl.h void edit_move_to_line (WEdit *e, long line);
line              197 src/editor/edit-impl.h void edit_move_display (WEdit *e, long line);
line              218 src/editor/edit-impl.h void book_mark_insert (WEdit *edit, long line, int c);
line              219 src/editor/edit-impl.h gboolean book_mark_query_color (WEdit *edit, long line, int c);
line              220 src/editor/edit-impl.h struct edit_book_mark_t *book_mark_find (WEdit *edit, long line);
line              221 src/editor/edit-impl.h gboolean book_mark_clear (WEdit *edit, long line, int c);
line              223 src/editor/edit-impl.h void book_mark_inc (WEdit *edit, long line);
line              224 src/editor/edit-impl.h void book_mark_dec (WEdit *edit, long line);
line              228 src/editor/edit-impl.h gboolean edit_line_is_blank (WEdit *edit, long line);
line              472 src/editor/edit.c     long line, column;
line              480 src/editor/edit.c     load_file_position (edit->filename_vpath, &line, &column, &offset, &edit->serialized_bookmarks);
line              487 src/editor/edit.c     if (line > 0)
line              489 src/editor/edit.c         edit_move_to_line (edit, line - 1);
line              495 src/editor/edit.c         line = edit->buffer.curs_line;
line              501 src/editor/edit.c     edit_move_display (edit, line - (WIDGET (edit)->rect.lines / 2));
line              692 src/editor/edit.c edit_find_line (WEdit *edit, long line)
line              709 src/editor/edit.c     if (line >= edit->buffer.lines)
line              711 src/editor/edit.c     if (line <= 0)
line              718 src/editor/edit.c         n = labs (edit->line_numbers[i] - line);
line              731 src/editor/edit.c     if (line > edit->line_numbers[j])
line              733 src/editor/edit.c             &edit->buffer, edit->line_offsets[j], line - edit->line_numbers[j], 0);
line              736 src/editor/edit.c             &edit->buffer, edit->line_offsets[j], edit->line_numbers[j] - line);
line              737 src/editor/edit.c     edit->line_numbers[i] = line;
line             2094 src/editor/edit.c     long line;
line             2151 src/editor/edit.c         line = arg->line_number;
line             2156 src/editor/edit.c         line = 0;
line             2188 src/editor/edit.c     if ((line == 0) && edit_options.save_position)
line             2193 src/editor/edit.c         if (line <= 0)
line             2194 src/editor/edit.c             line = 1;
line             2195 src/editor/edit.c         edit_move_display (edit, line - 1);
line             2196 src/editor/edit.c         edit_move_to_line (edit, line - 1);
line             3045 src/editor/edit.c edit_line_is_blank (WEdit *edit, long line)
line             3047 src/editor/edit.c     return is_blank (&edit->buffer, edit_find_line (edit, line));
line             3054 src/editor/edit.c edit_move_to_line (WEdit *e, long line)
line             3056 src/editor/edit.c     if (line < e->buffer.curs_line)
line             3057 src/editor/edit.c         edit_move_up (e, e->buffer.curs_line - line, FALSE);
line             3059 src/editor/edit.c         edit_move_down (e, line - e->buffer.curs_line, FALSE);
line             3067 src/editor/edit.c edit_move_display (WEdit *e, long line)
line             3069 src/editor/edit.c     if (line < e->start_line)
line             3070 src/editor/edit.c         edit_scroll_upward (e, e->start_line - line);
line             3072 src/editor/edit.c         edit_scroll_downward (e, line - e->start_line);
line             3847 src/editor/edit.c                 if (p->line >= edit->start_line + w->lines || p->line < edit->start_line)
line             3848 src/editor/edit.c                     edit_move_display (edit, p->line - w->lines / 2);
line             3849 src/editor/edit.c                 edit_move_to_line (edit, p->line);
line             3859 src/editor/edit.c             while (p->line == edit->buffer.curs_line)
line             3862 src/editor/edit.c             if (p->line >= 0)
line             3864 src/editor/edit.c                 if (p->line >= edit->start_line + w->lines || p->line < edit->start_line)
line             3865 src/editor/edit.c                     edit_move_display (edit, p->line - w->lines / 2);
line             3866 src/editor/edit.c                 edit_move_to_line (edit, p->line);
line             4197 src/editor/edit.c edit_arg_init (edit_arg_t *arg, vfs_path_t *vpath, long line)
line             4200 src/editor/edit.c     arg->line_number = line;
line             4213 src/editor/edit.c edit_arg_assign (edit_arg_t *arg, vfs_path_t *vpath, long line)
line             4216 src/editor/edit.c     edit_arg_init (arg, vpath, line);
line               86 src/editor/edit.h void edit_arg_init (edit_arg_t *arg, vfs_path_t *vpath, long line);
line               87 src/editor/edit.h void edit_arg_assign (edit_arg_t *arg, vfs_path_t *vpath, long line);
line              382 src/editor/editdraw.c                  line_s line[], char *status, int bookmarked)
line              448 src/editor/editdraw.c     for (p = line; p->ch != 0; p++)
line              499 src/editor/editdraw.c     line_s line[MAX_LINE_LEN];
line              500 src/editor/editdraw.c     line_s *p = line;
line              815 src/editor/editdraw.c     print_to_widget (edit, row, start_col, start_col_real, end_col, line, line_stat, book_mark);
line               27 src/editor/editwidget.h     long line;  // line number
line               80 src/editor/etags.c parse_define (const char *buf, char **long_name, char **short_name, long *line)
line              169 src/editor/etags.c                 *line = 0;
line              172 src/editor/etags.c                 *line = atol (linedef->str);
line              187 src/editor/etags.c     *line = 0;
line              256 src/editor/etags.c                     def_hash->line = 0;
line              258 src/editor/etags.c                     parse_define (chekedstr, &longname, &shortname, &def_hash->line);
line              300 src/editor/etags.c                                  def_hash->line);
line              391 src/editor/etags.c                              vfs_path_from_str ((char *) curr_def->fullpath), curr_def->line);
line               15 src/editor/etags.h     long line;
line               72 src/editor/format.c line_start (const edit_buffer_t *buf, long line)
line               80 src/editor/format.c     if (line < l)
line               81 src/editor/format.c         p = edit_buffer_get_backward_offset (buf, p, l - line);
line               82 src/editor/format.c     else if (line > l)
line               83 src/editor/format.c         p = edit_buffer_get_forward_offset (buf, p, line - l, 0);
line               87 src/editor/syntax.c         result = line;                                                                             \
line               94 src/editor/syntax.c             result = line;                                                                         \
line              102 src/editor/syntax.c             result = line;                                                                         \
line              687 src/editor/syntax.c read_one_line (char **line, FILE *f)
line              728 src/editor/syntax.c         *line = g_string_free (p, FALSE);
line              939 src/editor/syntax.c xx_lowerize_line (WEdit *edit, char *line, size_t len)
line              946 src/editor/syntax.c             line[i] = tolower (line[i]);
line              962 src/editor/syntax.c     int save_line = 0, line = 0;
line              984 src/editor/syntax.c         line++;
line              996 src/editor/syntax.c             line = save_line + 1;
line             1016 src/editor/syntax.c                 result = line;
line             1024 src/editor/syntax.c                 result = line;
line             1027 src/editor/syntax.c             save_line = line;
line             1028 src/editor/syntax.c             line = 0;
line             1143 src/editor/syntax.c                 result = line;
line             1253 src/editor/syntax.c             return line;
line             1292 src/editor/syntax.c     long line = 0;
line             1312 src/editor/syntax.c         line++;
line             1325 src/editor/syntax.c                 result = line;
line             1340 src/editor/syntax.c             result = line;
line             1378 src/editor/syntax.c                         result = line + line_error;
line              408 src/filemanager/chattr.c     int line;
line              428 src/filemanager/chattr.c     line = 1 + (cb->pos * (w->rect.lines - 2)) / check_attr_mod_num;
line              433 src/filemanager/chattr.c         if (i != line)
line             1044 src/filemanager/find.c         int line = 1;
line             1057 src/filemanager/find.c             line = last_line;
line             1135 src/filemanager/find.c                 g_snprintf (result, sizeof (result), "%d:%s", line, filename);
line             1149 src/filemanager/find.c                 line++;
line             1152 src/filemanager/find.c             if ((line & 0xff) == 0)
line             1165 src/filemanager/find.c                     last_line = line;
line             1450 src/filemanager/find.c     int line;
line             1456 src/filemanager/find.c         line = atoi (file + 4);
line             1461 src/filemanager/find.c         line = 0;
line             1466 src/filemanager/find.c         edit_file_at_line (fullname_vpath, use_internal_edit, line);
line             1468 src/filemanager/find.c         view_file_at_line (fullname_vpath, unparsed_view, use_internal_view, line, search_start,
line              619 src/filemanager/mountlist.c             char *line = NULL;
line              622 src/filemanager/mountlist.c             while (getline (&line, &buf_size, fp) != -1)
line              631 src/filemanager/mountlist.c                 rc = sscanf (line,
line              644 src/filemanager/mountlist.c                 dash = strstr (line + target_e, " - ");
line              658 src/filemanager/mountlist.c                 line[mntroot_e] = '\0';
line              659 src/filemanager/mountlist.c                 line[target_e] = '\0';
line              663 src/filemanager/mountlist.c                 unescape_tab (line + target_s);
line              664 src/filemanager/mountlist.c                 unescape_tab (line + mntroot_s);
line              669 src/filemanager/mountlist.c                 me->me_mountdir = g_strdup (line + target_s);
line              670 src/filemanager/mountlist.c                 me->me_mntroot = g_strdup (line + mntroot_s);
line              684 src/filemanager/mountlist.c             free (line);
line              321 src/filemanager/panelize.c         GString *line;
line              357 src/filemanager/panelize.c         while (ok && (line = mc_pstream_get_string (&external->out)) != NULL)
line              365 src/filemanager/panelize.c             if (line->str[line->len - 1] == '\n')
line              369 src/filemanager/panelize.c                 g_string_truncate (line, line->len - 1);
line              374 src/filemanager/panelize.c                     g_string_append_len (remain_file_name, line->str, line->len);
line              375 src/filemanager/panelize.c                     g_string_free (line, TRUE);
line              376 src/filemanager/panelize.c                     line = remain_file_name;
line              385 src/filemanager/panelize.c                     remain_file_name = line;
line              388 src/filemanager/panelize.c                     g_string_append_len (remain_file_name, line->str, line->len);
line              389 src/filemanager/panelize.c                     g_string_free (line, TRUE);
line              395 src/filemanager/panelize.c             name = line->str;
line              413 src/filemanager/panelize.c             g_string_free (line, TRUE);
line              226 src/filemanager/tree.c     int line;
line              233 src/filemanager/tree.c         line = tree_lines + 2;
line              236 src/filemanager/tree.c         line = tree_lines + 1;
line              242 src/filemanager/tree.c         tty_draw_hline (w->rect.y + line, w->rect.x + 1, ' ', tree_cols);
line              243 src/filemanager/tree.c         widget_gotoyx (w, line, 1);
line              256 src/filemanager/tree.c         tty_draw_hline (w->rect.y + line, w->rect.x + 1, ' ', tree_cols);
line              257 src/filemanager/tree.c         widget_gotoyx (w, line, 1);
line              209 src/help.c         int line;
line              212 src/help.c         for (line = 0, p = currentpoint; (*p != '\0') && (*p != CHAR_NODE_END); str_cnext_char (&p))
line              214 src/help.c             if (line == lines)
line              218 src/help.c                 line++;
line              229 src/help.c         int line;
line              232 src/help.c         for (line = 0, p = currentpoint; (*p != '\0') && ((int) (p - fdata) >= 0); str_cprev_char (&p))
line              244 src/help.c                 line++;
line              245 src/help.c             if (line == lines)
line              404 src/help.c     help_print_word (WDialog *h, GString *word, int *col, int *line, gboolean add_space)
line              406 src/help.c         if (*line >= help_lines)
line              416 src/help.c                 (*line)++;
line              419 src/help.c             if (*line >= help_lines)
line              423 src/help.c                 widget_gotoyx (h, *line + 2, *col + 2);
line              440 src/help.c                 (*line)++;
line              461 src/help.c             int line = 0;
line              477 src/help.c             while ((n[0] != '\0') && (n[0] != CHAR_NODE_END) && (line < help_lines))
line              500 src/help.c                         active_line = line + 2;
line              502 src/help.c                     start_link_area (col, line, p);
line              509 src/help.c                     help_print_word (h, word, &col, &line, FALSE);
line              510 src/help.c                     end_link_area (col - 1, line);
line              520 src/help.c                     widget_gotoyx (h, line + 2, col + 2);
line              531 src/help.c                     help_print_word (h, word, &col, &line, FALSE);
line              536 src/help.c                         help_print_word (h, word, &col, &line, FALSE);
line              537 src/help.c                     line++;
line              545 src/help.c                         help_print_word (h, word, &col, &line, c == ' ');
line              551 src/help.c                                 line++;
line              558 src/help.c                     if (painting && (line < help_lines))
line              565 src/help.c                             widget_gotoyx (h, line + 2, col + 2);
line              573 src/help.c                                 SLsmg_draw_object (WIDGET (h)->rect.y + line + 2,
line              584 src/help.c                 help_print_word (h, word, &col, &line, FALSE);
line              587 src/help.c             end_of_node = line < help_lines;
line               62 src/vfs/ftpfs/ftpfs_parse_ls.c #define FIRST_TOKEN       strtok (line, " \t")
line               64 src/vfs/ftpfs/ftpfs_parse_ls.c #define FIRST_TOKEN_R     strtok_r (line, " \t", &next)
line               85 src/vfs/ftpfs/ftpfs_parse_ls.c typedef gboolean (*ftpfs_line_parser) (char *line, struct stat *s, char **filename, char **linkname,
line               90 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename,
line               92 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename,
line               94 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename,
line               96 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename,
line               98 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename,
line              100 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename,
line              102 src/vfs/ftpfs/ftpfs_parse_ls.c static gboolean ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename,
line              279 src/vfs/ftpfs/ftpfs_parse_ls.c parse_ls_line (char *line, struct stat *s, char **filename, char **linkname)
line              421 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_UNIX (char *line, struct stat *s, char **filename, char **linkname, int *err)
line              426 src/vfs/ftpfs/ftpfs_parse_ls.c     if (sscanf (line, "total %d", &tmp) == 1)
line              429 src/vfs/ftpfs/ftpfs_parse_ls.c     if (strncasecmp (line, "Status of ", 10) == 0)
line              432 src/vfs/ftpfs/ftpfs_parse_ls.c     ret = parse_ls_line (line, s, filename, linkname);
line              452 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_NT (char *line, struct stat *s, char **filename, char **linkname, int *err)
line              543 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_EPLF (char *line, struct stat *s, char **filename, char **linkname, int *err)
line              559 src/vfs/ftpfs/ftpfs_parse_ls.c     len = strlen (line);
line              560 src/vfs/ftpfs/ftpfs_parse_ls.c     b = line;
line              655 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MLSD (char *line, struct stat *s, char **filename, char **linkname, int *err)
line              667 src/vfs/ftpfs/ftpfs_parse_ls.c     space = strstr (line, "; ");
line              676 src/vfs/ftpfs/ftpfs_parse_ls.c         space = strchr (line, ' ');
line              683 src/vfs/ftpfs/ftpfs_parse_ls.c     for (tok = strtok (line, ";"); tok != NULL; tok = strtok (NULL, ";"))
line              820 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_AS400 (char *line, struct stat *s, char **filename, char **linkname, int *err)
line              924 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_OS2 (char *line, struct stat *s, char **filename, char **linkname, int *err)
line              992 src/vfs/ftpfs/ftpfs_parse_ls.c ftpfs_parse_long_list_MacWebStar (char *line, struct stat *s, char **filename, char **linkname,
line              173 src/viewer/coord_cache.c     off_t offset, line, column, nextline_offset, filesize;
line              204 src/viewer/coord_cache.c         mcview_offset_to_coord (view, &line, &column, offset);
line              206 src/viewer/coord_cache.c                         (uintmax_t) offset, (uintmax_t) line, (uintmax_t) column);
line              210 src/viewer/coord_cache.c     for (line = 0; TRUE; line++)
line              212 src/viewer/coord_cache.c         mcview_coord_to_offset (view, &nextline_offset, line + 1, 0);
line              217 src/viewer/coord_cache.c             mcview_coord_to_offset (view, &offset, line, column);
line              222 src/viewer/coord_cache.c                             (uintmax_t) line, (uintmax_t) column, (uintmax_t) offset);
line              314 src/viewer/internal.h void mcview_coord_to_offset (WView *view, off_t *ret_offset, off_t line, off_t column);
line              432 src/viewer/mcviewer.c         long line, col;
line              435 src/viewer/mcviewer.c         load_file_position (view->filename_vpath, &line, &col, &new_offset, &view->saved_bookmarks);
line              340 src/viewer/move.c mcview_moveto (WView *view, off_t line, off_t col)
line              344 src/viewer/move.c     mcview_coord_to_offset (view, &offset, line, col);
line              351 src/viewer/move.c mcview_coord_to_offset (WView *view, off_t *ret_offset, off_t line, off_t column)
line              355 src/viewer/move.c     coord.cc_line = line;
line              303 tests/lib/utilunix__mc_pstream_get_string.c         GString *line;
line              310 tests/lib/utilunix__mc_pstream_get_string.c         while ((line = mc_pstream_get_string (&pip->out)) != NULL)
line              314 tests/lib/utilunix__mc_pstream_get_string.c             if (line->str[line->len - 1] == '\n')
line              318 tests/lib/utilunix__mc_pstream_get_string.c                 g_string_truncate (line, line->len - 1);
line              323 tests/lib/utilunix__mc_pstream_get_string.c                     g_string_append_len (remain_file_name, line->str, line->len);
line              324 tests/lib/utilunix__mc_pstream_get_string.c                     g_string_free (line, TRUE);
line              325 tests/lib/utilunix__mc_pstream_get_string.c                     line = remain_file_name;
line              333 tests/lib/utilunix__mc_pstream_get_string.c                     remain_file_name = line;
line              336 tests/lib/utilunix__mc_pstream_get_string.c                     g_string_append_len (remain_file_name, line->str, line->len);
line              337 tests/lib/utilunix__mc_pstream_get_string.c                     g_string_free (line, TRUE);
line              340 tests/lib/utilunix__mc_pstream_get_string.c                 line = NULL;
line              344 tests/lib/utilunix__mc_pstream_get_string.c             if (line == NULL)
line              348 tests/lib/utilunix__mc_pstream_get_string.c                 result_long_file_list = line;
line              351 tests/lib/utilunix__mc_pstream_get_string.c                 g_string_append_len (result_long_file_list, line->str, line->len);
line              352 tests/lib/utilunix__mc_pstream_get_string.c                 g_string_free (line, TRUE);
line              348 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c process_ls_line (const char *line)
line              358 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     success = vfs_parse_ls_lga (line, &st, &filename, &linkname, NULL);
line              364 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         yaml_dump_record (success, line, &st, filename, linkname);
line              366 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         ls_dump_record (success, line, &st, filename, linkname);
line              377 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     char line[BUF_4K];
line              379 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     while (fgets (line, sizeof line, input) != NULL)
line              381 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         str_rstrip_eol (line);                 // Not mandatory. Makes error messages nicer.
line              382 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         if (strncmp (line, "total ", 6) == 0)  // Convenience only: makes 'ls -l' parse cleanly.
line              384 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         process_ls_line (line);