HomeSort by relevance Sort by last modified time
    Searched refs:sec_end (Results 1 - 4 of 4) sorted by null

  /ndk/build/awk/
extract-debuggable.awk 118 function _xml_in_section (sec_begin, sec_end) {
120 while (!match($0, sec_end "$")) {
extract-package-name.awk 119 function _xml_in_section (sec_begin, sec_end) {
121 while (!match($0, sec_end "$")) {
xml.awk 103 function _xml_in_section (sec_begin, sec_end) {
105 while (!match($0, sec_end "$")) {
210 # sec_end: is the pattern for the end of the record (minus trailing '>').
extract-launchable.awk 177 function _xml_in_section (sec_begin, sec_end) {
179 while (!match($0, sec_end "$")) {

Completed in 19 milliseconds