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

/macosx-10.10.1/lsof-53/lsof/scripts/
H A Didentd.perl591 while ($a_line = <LSOFP>) {
93 if ($a_line =~ /^L.*/) {
94 ($user) = ($a_line =~ /^L(.*)/);
98 if ($a_line =~ /^n.*:\Q$serv_port->/) {
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h224 int a_line,
227 : file_(a_file), line_(a_line), index_(an_index),
223 InternalRunDeathTestFlag(const String& a_file, int a_line, int an_index, int a_write_fd) argument
/macosx-10.10.1/nano-12/src/
H A Dtext.c1065 /* a_line and b_line are lines of text. The quotation part of a_line is
1068 bool quotes_match(const char *a_line, size_t a_quote, const char argument
1072 assert(a_quote == quote_length(a_line));
1075 strncmp(a_line, b_line, a_quote) == 0);
1078 /* We assume a_line and b_line have no quote part. Then, we return
1079 * whether b_line could follow a_line in a paragraph. */
1080 bool indents_match(const char *a_line, size_t a_indent, const char argument
1083 assert(a_indent == indent_length(a_line));
1087 strncmp(a_line, b_lin
[all...]
H A Dproto.h660 bool quotes_match(const char *a_line, size_t a_quote, const char
662 bool indents_match(const char *a_line, size_t a_indent, const char

Completed in 111 milliseconds