Searched refs:a_line (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/byacc/dist/
H A Derror.c88 print_pos(a->a_line, a->a_cptr);
97 print_pos(a->a_line, a->a_cptr);
106 print_pos(a->a_line, a->a_cptr);
115 print_pos(a->a_line, a->a_cptr);
229 print_pos(a->a_line, a->a_cptr);
241 dollar_error(int a_lineno, char *a_line, char *a_cptr) argument
245 print_pos(a_line, a_cptr);
313 at_error(int a_lineno, char *a_line, char *a_cptr) argument
318 print_pos(a_line, a_cptr);
328 print_pos(a->a_line,
[all...]
H A Dreader.c350 a.a_line = dup_line();
351 a.a_cptr = a.a_line + (cptr - line);
359 FREE(a.a_line);
600 a.a_line = dup_line();
601 a.a_cptr = a.a_line + (cptr - line - 1);
610 FREE(a.a_line);
652 a.a_line = dup_line();
653 a.a_cptr = a.a_line + (cptr - line - 1);
665 FREE(a.a_line);
808 a.a_line
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h267 int a_line,
270 : file_(a_file), line_(a_line), index_(an_index),
266 InternalRunDeathTestFlag(const std::string& a_file, int a_line, int an_index, int a_write_fd) argument
H A Dgtest-internal.h481 CodeLocation(const std::string& a_file, int a_line) argument
482 : file(a_file), line(a_line) {}
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h257 UntypedOnCallSpecBase(const char* a_file, int a_line) argument
258 : file_(a_file), line_(a_line), last_clause_(kNone) {}
303 OnCallSpec(const char* a_file, int a_line, argument
305 : UntypedOnCallSpecBase(a_file, a_line),
896 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line,
899 : ExpectationBase(a_file, a_line, a_source_text),
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc78 ExpectationBase::ExpectationBase(const char* a_file, int a_line, argument
81 line_(a_line),

Completed in 218 milliseconds