Home
last modified time | relevance | path

Searched refs:fetchLineContext (Results 1 – 9 of 9) sorted by relevance

/dports/www/edbrowse/edbrowse-3.7.7/lang/
H A Dmsg-ru553 invalid session %d in fetchLineContext()
554 invalid line number %d in fetchLineContext()
H A Dmsg-en553 invalid session %d in fetchLineContext()
554 invalid line number %d in fetchLineContext()
H A Dmsg-de553 ungültige Sitzung %d im fetchLineContext()
554 ungültige Zeilennummer %d im fetchLineContext()
H A Dmsg-it553 sessione %d non valida in fetchLineContext()
554 numero di riga %d non valido in fetchLineContext()
H A Dmsg-pl553 nieprawidłowa sesja %d w fetchLineContext()
554 nieprawidłowy numer wiersza %d w fetchLineContext()
H A Dmsg-pt_br553 sessão %d inválida na fetchLineContext()
554 número de linha %d inválido na fetchLineContext()
H A Dmsg-fr553 Session %d invalide dans la fonction fetchLineContext()
554 Numéro %d de ligne invalide dans la fonction fetchLineContext()
/dports/www/edbrowse/edbrowse-3.7.7/perl/
H A Dedbrowse.pl1288 sub fetchLineContext($$$) subroutine
2335 my $inline = fetchLineContext($i, 1, $cx);
3610 $t = fetchLineContext(1, 1, $cx);
5708 $val .= fetchLineContext($ln, 1, $cx);
6555 $buffer .= fetchLineContext($ln, 1, $cx);
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dbuffers.c161 static pst fetchLineContext(int n, int show, int cx) in fetchLineContext() function
186 return fetchLineContext(n, show, context); in fetchLine()
2591 pst p = fetchLineContext(i, (lw->dirMode ? -1 : 1), cx); in readContext()
4119 p = (char *)fetchLineContext(1, 1, n); in lessFile()