OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sec_begin
(Results
1 - 4
of
4
) sorted by null
/ndk/build/awk/
extract-debuggable.awk
118
function _xml_in_section (
sec_begin
, sec_end) {
119
if (!match( $0, "^"
sec_begin
)) return 0;
extract-package-name.awk
119
function _xml_in_section (
sec_begin
, sec_end) {
120
if (!match( $0, "^"
sec_begin
)) return 0;
xml.awk
103
function _xml_in_section (
sec_begin
, sec_end) {
104
if (!match( $0, "^"
sec_begin
)) return 0;
209
#
sec_begin
: is the pattern for the start of the record.
extract-launchable.awk
177
function _xml_in_section (
sec_begin
, sec_end) {
178
if (!match( $0, "^"
sec_begin
)) return 0;
Completed in 17 milliseconds