Searched defs:get_line (Results 1 - 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognitionException.pm71 $new_args->{line} = $token->get_line();
80 $new_args->{line} = $input->get_line();
105 sub get_line { subroutine
H A DANTLRStringStream.pm60 sub get_line { subroutine
177 $self->line($state->get_line);
H A DCommonToken.pm78 $self->line($token->get_line());
98 sub get_line { subroutine
H A DLexer.pm56 $self->state->token_start_line($self->input->get_line());
204 sub get_line { subroutine
207 return $self->input->get_line();
312 my $input_symbol = $self->input->LT(1) . ' line=' . $self->get_line() . ':' . $self->get_char_position_in_line();
319 my $input_symbol = $self->input->LT(1) . ' line=' . $self->get_line() . ':' . $self->get_char_position_in_line();
/external/toybox/kconfig/lxdialog/
H A Dtextbox.c27 static char *get_line(void);
165 * by calling get_line() in the following
179 get_line();
326 line = get_line();
350 static char *get_line(void) function
/external/dhcpcd/
H A Dcommon.c85 get_line(FILE * __restrict fp) function
/external/e2fsprogs/misc/
H A De2initrd_helper.c125 static char *get_line(struct mem_file *file) function
350 buf = get_line(&file);
/external/libvorbis/vq/
H A Dbookutil.c85 char *get_line(FILE *in){ function
151 value_line_buff=get_line(in);
176 value_line_buff=get_line(in);
219 char *line=get_line(in);
250 line=get_line(in);
256 line=get_line(in);
257 line=get_line(in);
/external/harfbuzz_ng/util/
H A Doptions.cc597 text_options_t::get_line (unsigned int *len) function in class:text_options_t
/external/toybox/lib/
H A Dlib.c491 char *get_line(int fd) function
/external/openssh/
H A Dssh-keygen.c540 get_line(FILE *fp, char *line, size_t len) function
582 while ((blen = get_line(fp, line, sizeof(line))) != -1) {
/external/valgrind/coregrind/
H A Dm_errormgr.c1156 "VG_(get_line): line longer than %d chars, aborting\n",
1158 *bufpp = buf = VG_(realloc)("errormgr.get_line.1", buf, nBuf);
1181 Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) function
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c110 static int get_line(char **start, char *end, char **line) function
2962 while ((rc = get_line(&cur, end, &line)) > 0) {
3041 while ((rc = get_line(&cur, end, &line)) > 0) {
3092 while ((rc = get_line(&cur, end, &line)) > 0) {

Completed in 1665 milliseconds