===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ardour-6.3.0+ds0/session_utils/debug-1-#!/bin/sh
ardour-6.3.0+ds0/session_utils/debug:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/session_utils/debug-3-. "$TOP/build/gtk2_ardour/ardev_common_waf.sh"
##############################################
ardour-6.3.0+ds0/session_utils/ardour-util.sh.in-15-
ardour-6.3.0+ds0/session_utils/ardour-util.sh.in:16:SELF=`basename $0`
ardour-6.3.0+ds0/session_utils/ardour-util.sh.in-17-exec "@LIBDIR@/utils/$SELF" "$@"
##############################################
ardour-6.3.0+ds0/session_utils/run-1-#!/bin/sh
ardour-6.3.0+ds0/session_utils/run:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/session_utils/run-3-. "$TOP/build/gtk2_ardour/ardev_common_waf.sh"
##############################################
ardour-6.3.0+ds0/libs/pbd/pbd/file_utils.h-248- * Remove all the contents of a directory recursively.
ardour-6.3.0+ds0/libs/pbd/pbd/file_utils.h:249: * including the dir itself (`rm -rf $dir`)
ardour-6.3.0+ds0/libs/pbd/pbd/file_utils.h-250- *
##############################################
ardour-6.3.0+ds0/libs/pbd/fpu.cc-58-{
ardour-6.3.0+ds0/libs/pbd/fpu.cc:59:	asm volatile (
ardour-6.3.0+ds0/libs/pbd/fpu.cc-60-#if defined(__i386__)
##############################################
ardour-6.3.0+ds0/libs/pbd/fpu.cc-103-	// to place this function into its own (unoptimized) source file.
ardour-6.3.0+ds0/libs/pbd/fpu.cc:104:	__asm {
ardour-6.3.0+ds0/libs/pbd/fpu.cc-105-			 mov ecx, [xcr]
ardour-6.3.0+ds0/libs/pbd/fpu.cc:106:			 __asm _emit 0x0f __asm _emit 0x01 __asm _emit 0xd0 /*xgetbv*/
ardour-6.3.0+ds0/libs/pbd/fpu.cc-107-	}
##############################################
ardour-6.3.0+ds0/libs/pbd/fpu.cc-264-			char *buf = *fxbuf;
ardour-6.3.0+ds0/libs/pbd/fpu.cc:265:			__asm {
ardour-6.3.0+ds0/libs/pbd/fpu.cc-266-				mov eax, buf
##############################################
ardour-6.3.0+ds0/libs/pbd/fpu.cc-269-#else
ardour-6.3.0+ds0/libs/pbd/fpu.cc:270:			asm volatile (
ardour-6.3.0+ds0/libs/pbd/fpu.cc-271-				"fxsave (%0)"
##############################################
ardour-6.3.0+ds0/libs/pbd/stacktrace.cc-115-	for (i = 0; i < frames; ++i) {
ardour-6.3.0+ds0/libs/pbd/stacktrace.cc:116:		SymFromAddr (process, (DWORD64)(stack[i]), 0, symbol);
ardour-6.3.0+ds0/libs/pbd/stacktrace.cc-117-		out << string_compose ("%1: %2 - %3\n", frames - i - 1, symbol->Name, symbol->Address);
##############################################
ardour-6.3.0+ds0/libs/pbd/crossthread.win.cc-32-	send_address.sin_family = AF_INET;
ardour-6.3.0+ds0/libs/pbd/crossthread.win.cc:33:	send_address.sin_addr.s_addr = inet_addr("127.0.0.1");
ardour-6.3.0+ds0/libs/pbd/crossthread.win.cc-34-	send_address.sin_port = htons(0);
##############################################
ardour-6.3.0+ds0/libs/pbd/crossthread.win.cc-54-	recv_address.sin_family = AF_INET;
ardour-6.3.0+ds0/libs/pbd/crossthread.win.cc:55:	recv_address.sin_addr.s_addr = inet_addr("127.0.0.1");
ardour-6.3.0+ds0/libs/pbd/crossthread.win.cc-56-	recv_address.sin_port = htons(0);
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/message.cc-64-			// throws if datatype not uint32_t
ardour-6.3.0+ds0/libs/surfaces/websockets/message.cc:65:			_state.add_addr (boost::lexical_cast<uint32_t> (it->second.data ()));
ardour-6.3.0+ds0/libs/surfaces/websockets/message.cc-66-		}
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/message.cc-121-
ardour-6.3.0+ds0/libs/surfaces/websockets/message.cc:122:	int n_addr = _state.n_addr ();
ardour-6.3.0+ds0/libs/surfaces/websockets/message.cc-123-
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/message.cc-131-
ardour-6.3.0+ds0/libs/surfaces/websockets/message.cc:132:			ss << _state.nth_addr (i);
ardour-6.3.0+ds0/libs/surfaces/websockets/message.cc-133-		}
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/state.h-67-
ardour-6.3.0+ds0/libs/surfaces/websockets/state.h:68:	int      n_addr () const;
ardour-6.3.0+ds0/libs/surfaces/websockets/state.h:69:	uint32_t nth_addr (int) const;
ardour-6.3.0+ds0/libs/surfaces/websockets/state.h:70:	void     add_addr (uint32_t);
ardour-6.3.0+ds0/libs/surfaces/websockets/state.h-71-
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc-34-    : _node (node)
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc:35:    , _addr (addr)
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc-36-    , _val (val)
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc-63-int
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc:64:NodeState::n_addr () const
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc-65-{
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc-69-uint32_t
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc:70:NodeState::nth_addr (int n) const
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc-71-{
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc-75-void
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc:76:NodeState::add_addr (uint32_t addr)
ardour-6.3.0+ds0/libs/surfaces/websockets/state.cc-77-{
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-177-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:178:	if (state.n_addr () < 1) {
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-179-		return;
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-181-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:182:	uint32_t strip_id = state.nth_addr (0);
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-183-
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-195-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:196:	if (state.n_addr () < 1) {
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-197-		return;
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-199-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:200:	uint32_t strip_id = state.nth_addr (0);
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-201-
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-213-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:214:	if (state.n_addr () < 1) {
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-215-		return;
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-217-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:218:	uint32_t strip_id = state.nth_addr (0);
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-219-
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-231-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:232:	if (state.n_addr () < 2) {
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-233-		return;
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-235-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:236:	uint32_t strip_id  = state.nth_addr (0);
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:237:	uint32_t plugin_id = state.nth_addr (1);
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-238-
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-251-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:252:	if (state.n_addr () < 3) {
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-253-		return;
##############################################
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-255-
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:256:	uint32_t strip_id  = state.nth_addr (0);
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:257:	uint32_t plugin_id = state.nth_addr (1);
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc:258:	uint32_t param_id  = state.nth_addr (2);
ardour-6.3.0+ds0/libs/surfaces/websockets/dispatcher.cc-259-
##############################################
ardour-6.3.0+ds0/libs/surfaces/osc/osc.cc-1163-	const char *returl = argv[1]->s;
ardour-6.3.0+ds0/libs/surfaces/osc/osc.cc:1164:	lo_address addr = find_or_cache_addr (returl);
ardour-6.3.0+ds0/libs/surfaces/osc/osc.cc-1165-
##############################################
ardour-6.3.0+ds0/libs/audiographer/run-tests.sh-5-
ardour-6.3.0+ds0/libs/audiographer/run-tests.sh:6:TOP=`dirname "$0"`/../..
ardour-6.3.0+ds0/libs/audiographer/run-tests.sh-7-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/libs/audiographer/run-tests.sh-17-        fi
ardour-6.3.0+ds0/libs/audiographer/run-tests.sh:18:	for test_program in `find $LIB_BUILD_DIR -name "$TESTS" -type f -perm /u+x`;
ardour-6.3.0+ds0/libs/audiographer/run-tests.sh-19-	do
##############################################
ardour-6.3.0+ds0/libs/midi++2/ipmidi_port.cc-193-	struct ip_mreq mreq;
ardour-6.3.0+ds0/libs/midi++2/ipmidi_port.cc:194:	mreq.imr_multiaddr.s_addr = ::inet_addr("225.0.0.37"); /* ipMIDI group multicast address */
ardour-6.3.0+ds0/libs/midi++2/ipmidi_port.cc-195-	mreq.imr_interface.s_addr = if_addr_in.s_addr;
##############################################
ardour-6.3.0+ds0/libs/midi++2/ipmidi_port.cc-227-	addrout.sin_family = AF_INET;
ardour-6.3.0+ds0/libs/midi++2/ipmidi_port.cc:228:	addrout.sin_addr.s_addr = ::inet_addr("225.0.0.37");
ardour-6.3.0+ds0/libs/midi++2/ipmidi_port.cc-229-	addrout.sin_port = htons (base_port);
##############################################
ardour-6.3.0+ds0/libs/midi++2/midi++/channel.h-71-
ardour-6.3.0+ds0/libs/midi++2/midi++/channel.h:72:	controller_value_t *controller_addr (byte n) {
ardour-6.3.0+ds0/libs/midi++2/midi++/channel.h-73-		return &_controller_val[n%128];
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-59-
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:60:static TValue *index2addr (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-61-  CallInfo *ci = L->ci;
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-210-  t = L->top - 1;  /* end of stack segment being rotated */
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:211:  p = index2addr(L, idx);  /* start of segment */
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-212-  api_checkstackindex(L, idx, p);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-224-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:225:  fr = index2addr(L, fromidx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:226:  to = index2addr(L, toidx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-227-  api_checkvalidindex(L, to);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-238-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:239:  setobj2s(L, L->top, index2addr(L, idx));
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-240-  api_incr_top(L);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-251-LUA_API int lua_type (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:252:  StkId o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-253-  return (isvalid(o) ? ttnov(o) : LUA_TNONE);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-264-LUA_API int lua_iscfunction (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:265:  StkId o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-266-  return (ttislcf(o) || (ttisCclosure(o)));
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-270-LUA_API int lua_isinteger (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:271:  StkId o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-272-  return ttisinteger(o);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-277-  lua_Number n;
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:278:  const TValue *o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-279-  return tonumber(o, &n);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-283-LUA_API int lua_isstring (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:284:  const TValue *o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-285-  return (ttisstring(o) || cvt2str(o));
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-289-LUA_API int lua_isuserdata (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:290:  const TValue *o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-291-  return (ttisfulluserdata(o) || ttislightuserdata(o));
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-295-LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:296:  StkId o1 = index2addr(L, index1);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:297:  StkId o2 = index2addr(L, index2);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-298-  return (isvalid(o1) && isvalid(o2)) ? luaV_rawequalobj(o1, o2) : 0;
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-321-  lua_lock(L);  /* may call tag method */
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:322:  o1 = index2addr(L, index1);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:323:  o2 = index2addr(L, index2);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-324-  if (isvalid(o1) && isvalid(o2)) {
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-346-  lua_Number n;
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:347:  const TValue *o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-348-  int isnum = tonumber(o, &n);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-357-  lua_Integer res;
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:358:  const TValue *o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-359-  int isnum = tointeger(o, &res);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-367-LUA_API int lua_toboolean (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:368:  const TValue *o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-369-  return !l_isfalse(o);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-373-LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:374:  StkId o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-375-  if (!ttisstring(o)) {
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-382-    luaC_checkGC(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:383:    o = index2addr(L, idx);  /* previous call may reallocate the stack */
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-384-    lua_unlock(L);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-392-LUA_API size_t lua_rawlen (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:393:  StkId o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-394-  switch (ttype(o)) {
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-404-LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:405:  StkId o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-406-  if (ttislcf(o)) return fvalue(o);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-413-LUA_API void *lua_touserdata (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:414:  StkId o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-415-  switch (ttnov(o)) {
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-423-LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:424:  StkId o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-425-  return (!ttisthread(o)) ? NULL : thvalue(o);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-429-LUA_API const void *lua_topointer (lua_State *L, int idx) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:430:  StkId o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-431-  switch (ttype(o)) {
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-614-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:615:  t = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-616-  luaV_gettable(L, t, L->top - 1, L->top - 1);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-623-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:624:  return auxgetstr(L, index2addr(L, idx), k);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-625-}
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-631-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:632:  t = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-633-  if (luaV_fastget(L, t, n, slot, luaH_getint)) {
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-649-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:650:  t = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-651-  api_check(L, ttistable(t), "table expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-660-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:661:  t = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-662-  api_check(L, ttistable(t), "table expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-673-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:674:  t = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-675-  api_check(L, ttistable(t), "table expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-701-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:702:  obj = index2addr(L, objindex);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-703-  switch (ttnov(obj)) {
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-726-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:727:  o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-728-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-769-  api_checknelems(L, 2);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:770:  t = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-771-  luaV_settable(L, t, L->top - 2, L->top - 1);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-778-  lua_lock(L);  /* unlock done in 'auxsetstr' */
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:779:  auxsetstr(L, index2addr(L, idx), k);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-780-}
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-787-  api_checknelems(L, 1);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:788:  t = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-789-  if (luaV_fastset(L, t, n, slot, luaH_getint, L->top - 1))
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-805-  api_checknelems(L, 2);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:806:  o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-807-  api_check(L, ttistable(o), "table expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-820-  api_checknelems(L, 1);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:821:  o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-822-  api_check(L, ttistable(o), "table expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-834-  api_checknelems(L, 1);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:835:  o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-836-  api_check(L, ttistable(o), "table expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-850-  api_checknelems(L, 1);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:851:  obj = index2addr(L, objindex);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-852-  if (ttisnil(L->top - 1))
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-889-  api_checknelems(L, 1);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:890:  o = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-891-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-961-  else {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:962:    StkId o = index2addr(L, errfunc);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-963-    api_checkstackindex(L, errfunc, o);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1126-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:1127:  t = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1128-  api_check(L, ttistable(t), "table expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1158-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:1159:  t = index2addr(L, idx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1160-  luaV_objlen(L, L->top, t);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1225-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:1226:  name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL, NULL);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1227-  if (name) {
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1242-  lua_lock(L);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:1243:  fi = index2addr(L, funcindex);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1244-  api_checknelems(L, 1);
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1258-  LClosure *f;
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:1259:  StkId fi = index2addr(L, fidx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1260-  api_check(L, ttisLclosure(fi), "Lua function expected");
##############################################
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1268-LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) {
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c:1269:  StkId fi = index2addr(L, fidx);
ardour-6.3.0+ds0/libs/lua/lua-5.3.5/lapi.c-1270-  switch (ttype(fi)) {
##############################################
ardour-6.3.0+ds0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.cpp-61-	// our compiler does ALL floating point with SSE
ardour-6.3.0+ds0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.cpp:62:	inline int  GETCSR ()    { int _result; asm volatile ("stmxcsr %0" : "=m" (*&_result) ); return _result; }
ardour-6.3.0+ds0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.cpp:63:	inline void SETCSR (int a)    { int _temp = a; asm volatile( "ldmxcsr %0" : : "m" (*&_temp ) ); }
ardour-6.3.0+ds0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUBase/AUBase.cpp-64-
##############################################
ardour-6.3.0+ds0/libs/ardour/run-tests.sh-5-
ardour-6.3.0+ds0/libs/ardour/run-tests.sh:6:TOP=`dirname "$0"`/../..
ardour-6.3.0+ds0/libs/ardour/run-tests.sh-7-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/libs/ardour/run-tests.sh-17-        fi
ardour-6.3.0+ds0/libs/ardour/run-tests.sh:18:	for test_program in `find $ARDOUR_LIBS_DIR -name "$TESTS" -type f -perm /u+x`;
ardour-6.3.0+ds0/libs/ardour/run-tests.sh-19-	do
##############################################
ardour-6.3.0+ds0/libs/ardour/mp3fileimportable.cc-41-	: _fd (-1)
ardour-6.3.0+ds0/libs/ardour/mp3fileimportable.cc:42:	, _map_addr (0)
ardour-6.3.0+ds0/libs/ardour/mp3fileimportable.cc-43-	, _map_length (0)
##############################################
ardour-6.3.0+ds0/libs/ardour/load-save-session.sh-11-
ardour-6.3.0+ds0/libs/ardour/load-save-session.sh:12:TOP=`dirname "$0"`/../..
ardour-6.3.0+ds0/libs/ardour/load-save-session.sh-13-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/libs/ardour/load-save-session.sh-33-
ardour-6.3.0+ds0/libs/ardour/load-save-session.sh:34:NAME=`basename $DIR_PATH`
ardour-6.3.0+ds0/libs/ardour/load-save-session.sh-35-
##############################################
ardour-6.3.0+ds0/libs/ardour/load-save-session-collection.sh-15-
ardour-6.3.0+ds0/libs/ardour/load-save-session-collection.sh:16:for SESSION_DIR in `find $DIR_PATH -mindepth 1 -maxdepth 1 -type d`; do
ardour-6.3.0+ds0/libs/ardour/load-save-session-collection.sh-17-	./load-save-session.sh $SESSION_DIR
##############################################
ardour-6.3.0+ds0/libs/fst/scanner.wine-1-#!/bin/sh
ardour-6.3.0+ds0/libs/fst/scanner.wine:2:exec wine "`dirname "$0"`/ardour-vst-scanner.exe.so" "$@"
##############################################
ardour-6.3.0+ds0/headless/hardbg-1-#!/bin/sh
ardour-6.3.0+ds0/headless/hardbg:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/headless/hardbg-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/headless/hardev-1-#!/bin/sh
ardour-6.3.0+ds0/headless/hardev:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/headless/hardev-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/headless/harval-7-
ardour-6.3.0+ds0/headless/harval:8:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/headless/harval-9-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/vst/ardevst-2-
ardour-6.3.0+ds0/vst/ardevst:3:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/vst/ardevst-4-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/tools/doxy2json/postproc.sh-1-#!/bin/bash
ardour-6.3.0+ds0/tools/doxy2json/postproc.sh:2:cd `dirname $0`
ardour-6.3.0+ds0/tools/doxy2json/postproc.sh-3-cd ../..
##############################################
ardour-6.3.0+ds0/tools/doxy2json/ardourdoc.sh-1-#!/bin/bash
ardour-6.3.0+ds0/tools/doxy2json/ardourdoc.sh:2:cd `dirname $0`
ardour-6.3.0+ds0/tools/doxy2json/ardourdoc.sh-3-set -e
##############################################
ardour-6.3.0+ds0/tools/update_lv2stack.sh-31-	REV=`git rev-parse --short HEAD`
ardour-6.3.0+ds0/tools/update_lv2stack.sh:32:	REL=`ls ${PROJ}*.tar.bz2`
ardour-6.3.0+ds0/tools/update_lv2stack.sh:33:	VER=`basename $REL .tar.bz2 | sed 's/^[^-]*-//g'`
ardour-6.3.0+ds0/tools/update_lv2stack.sh:34:	OFN=`basename $REL .tar.bz2`-g${REV}${SUF}.tar.bz2
ardour-6.3.0+ds0/tools/update_lv2stack.sh-35-
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/startup_script-30-
ardour-6.3.0+ds0/tools/osx_packaging/startup_script:31:CWD="`/usr/bin/dirname \"$0\"`"
ardour-6.3.0+ds0/tools/osx_packaging/startup_script-32-exec "$CWD/Ardour.bin" "$@"
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-247-	for pkg in gtk2_ardour libs/ardour libs/gtkmm2ext ; do
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:248:		files=`find ../../$pkg -name "*.mo"`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-249-
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-256-
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:257:		vsuffix=`echo $release_version | sed 's/^\([0-9][0-9]*\).*/\1/'`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-258-
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-267-			echo $file
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:268:			lang=`basename $file | sed 's/\.mo//'`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-269-			mkdir -p $Locale/$lang/LC_MESSAGES
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:270:			cp $file $Locale/$lang/LC_MESSAGES/`basename $pkg`$vsuffix.mo
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:271:			echo copy $file to $Locale/$lang/LC_MESSAGES/`basename $pkg`$vsuffix.mo
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-272-			if echo $LINGUAS | grep $lang >/dev/null 2>&1 ; then
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-286-			# try with just the language spec
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:287:			just_lang=`echo $l | sed 's/_[A-Z][A-Z]$//'`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-288-			if [ -d $GTKSTACK_ROOT/share/locale/$just_lang ] ; then
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-458-
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:459:		deps=`otool -L $file | awk '{print $1}' | egrep "($GTKSTACK_ROOT|$ARDOURSTACK_ROOT|/opt/|/local/|libs/$STDCPP)" | grep -v 'libjack\.' | grep -v "$(basename $file)"`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-460-		# echo -n "."
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-461-		for dep in $deps ; do
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:462:			base=`basename $dep`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-463-			if ! test -f $Frameworks/$base; then
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-503-# go through and recursively remove any .svn dirs in the bundle
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:504:for svndir in `find $APPDIR -name .svn -type dir`; do
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-505-	rm -rf $svndir
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-556-	changes=""
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:557:	for lib in `otool -L $EXE | egrep "($GTKSTACK_ROOT|$ARDOURSTACK_ROOT|/opt/|/local/|libs/$STDCPP)" | awk '{print $1}' | grep -v 'libjack\.'` ; do
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:558:		base=`basename $lib`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-559-		changes="$changes -change $lib @executable_path/../lib/$base"
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-569-
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:570:	libbase=`basename $libdir`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-571-
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-582-		changes=""
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:583:		for lib in `otool -L $dylib | egrep "($GTKSTACK_ROOT|$ARDOURSTACK_ROOT|/opt/|/local/|libs/$STDCPP)" | awk '{print $1}' | grep -v 'libjack\.'` ; do
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:584:			base=`basename $lib`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-585-			if echo $lib | grep -s libbase; then
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-601-
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:602:		base=`basename $dylib`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-603-		install_name_tool -id @executable_path/../$libbase/$base $dylib
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-802-EXTRA_SPACE_MB=30
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:803:DMGMEGABYTES=$[ `du -sk "$PRODUCT_PKG_DIR" | cut -f 1` * 1024 / 1048576 + $EXTRA_SPACE_MB ]
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-804-
##############################################
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-829-	# OSX 10.9.X and later
ardour-6.3.0+ds0/tools/osx_packaging/osx_build:830:	DISKNAME=`basename "${MNTPATH}"`
ardour-6.3.0+ds0/tools/osx_packaging/osx_build-831-fi
##############################################
ardour-6.3.0+ds0/tools/videotimeline/vsrv.php-22-			# TODO support optional plain text version
ardour-6.3.0+ds0/tools/videotimeline/vsrv.php:23:			echo '"'.$docroot.'",'.$_SERVER['SERVER_ADDR'].','.$_SERVER['SERVER_PORT'].',0,"/info /rc /status",""'."\n";
ardour-6.3.0+ds0/tools/videotimeline/vsrv.php-24-			echo 'status: ok, online.';
##############################################
ardour-6.3.0+ds0/tools/videotimeline/vsrv.php-76-
ardour-6.3.0+ds0/tools/videotimeline/vsrv.php:77:#$fr=`$exe_ffprobe $fn 2>&1 | awk '/Video:/{printf "%f\\n", $11}'`;
ardour-6.3.0+ds0/tools/videotimeline/vsrv.php:78:$nfo=shell_exec("$exe_ffprobe $fn 2>&1");
ardour-6.3.0+ds0/tools/videotimeline/vsrv.php-79-if (preg_match('@Video:.* ([0-9.]+) tbr,@m',$nfo, $m))
##############################################
ardour-6.3.0+ds0/tools/run-readtest.sh-52-	
ardour-6.3.0+ds0/tools/run-readtest.sh:53:	for i in `seq 1 $numfiles` ; do
ardour-6.3.0+ds0/tools/run-readtest.sh-54-	    dd of=$dir/testfile_$i if=/dev/zero bs=1$ddmega count=$filesize >/dev/null 2>&1
##############################################
ardour-6.3.0+ds0/tools/run-readtest.sh-63-	size=0
ardour-6.3.0+ds0/tools/run-readtest.sh:64:	limit=`expr $filesize * 1048576`
ardour-6.3.0+ds0/tools/run-readtest.sh-65-	while [ $size -lt $limit ] ; do
ardour-6.3.0+ds0/tools/run-readtest.sh:66:	    for i in `seq 1 $numfiles` ; do
ardour-6.3.0+ds0/tools/run-readtest.sh-67-		dd if=/dev/zero bs=$write_blocksize count=1 >> $dir/testfile_$i 2>/dev/null
ardour-6.3.0+ds0/tools/run-readtest.sh-68-	    done
ardour-6.3.0+ds0/tools/run-readtest.sh:69:	    size=`expr $size + $write_blocksize`
ardour-6.3.0+ds0/tools/run-readtest.sh-70-	done
##############################################
ardour-6.3.0+ds0/tools/pre-commit-16-
ardour-6.3.0+ds0/tools/pre-commit:17:files=`git diff-index --name-only --cached $against`
ardour-6.3.0+ds0/tools/pre-commit-18-
##############################################
ardour-6.3.0+ds0/tools/pre-commit-21-for f in $files ; do
ardour-6.3.0+ds0/tools/pre-commit:22:    if test `echo $f | egrep -c "\.([ch]|cc)$"` -gt 0 ; then
ardour-6.3.0+ds0/tools/pre-commit-23-	cfiles="$cfiles $f"
##############################################
ardour-6.3.0+ds0/tools/pre-commit-40-		echo > /dev/null
ardour-6.3.0+ds0/tools/pre-commit:41:	elif test `head -5 $f | grep -c -i copyright` -eq 0 ; then
ardour-6.3.0+ds0/tools/pre-commit-42-	    missing_copyright="$missing_copyright $f"
##############################################
ardour-6.3.0+ds0/tools/define_versions.sh-12-
ardour-6.3.0+ds0/tools/define_versions.sh:13:major_version=`cut -d'"' -f2 < ../../libs/ardour/revision.cc | sed $EXTENDED_RE -e 1d -e "s/$GIT_REV_REGEXP/\1/"`
ardour-6.3.0+ds0/tools/define_versions.sh:14:minor_version=`cut -d'"' -f2 < ../../libs/ardour/revision.cc | sed $EXTENDED_RE -e 1d -e "s/$GIT_REV_REGEXP/\2/"`
ardour-6.3.0+ds0/tools/define_versions.sh-15-
##############################################
ardour-6.3.0+ds0/tools/define_versions.sh-18-
ardour-6.3.0+ds0/tools/define_versions.sh:19:micro_version=`cut -d'"' -f2 < ../../libs/ardour/revision.cc | sed $EXTENDED_RE -e 1d -e "s/$GIT_REV_REGEXP/\3/"`
ardour-6.3.0+ds0/tools/define_versions.sh-20-
##############################################
ardour-6.3.0+ds0/tools/define_versions.sh-27-#
ardour-6.3.0+ds0/tools/define_versions.sh:28:rc=`cut -d'"' -f2 < ../../libs/ardour/revision.cc | sed $EXTENDED_RE -e 1d -e "s/$GIT_REV_REGEXP/\3/"`
ardour-6.3.0+ds0/tools/define_versions.sh-29-
##############################################
ardour-6.3.0+ds0/tools/define_versions.sh-32-#
ardour-6.3.0+ds0/tools/define_versions.sh:33:r=`cut -d'"' -f2 < ../../libs/ardour/revision.cc | sed $EXTENDED_RE -e 1d -e "s/$GIT_REV_REGEXP/\4/"`
ardour-6.3.0+ds0/tools/define_versions.sh-34-
##############################################
ardour-6.3.0+ds0/tools/define_versions.sh-37-#
ardour-6.3.0+ds0/tools/define_versions.sh:38:commit=`cut -d'"' -f2 < ../../libs/ardour/revision.cc | sed $EXTENDED_RE -e 1d -e "s/$GIT_REV_REGEXP/\6/"`
ardour-6.3.0+ds0/tools/define_versions.sh-39-
##############################################
ardour-6.3.0+ds0/tools/update_luadoc.sh-5-
ardour-6.3.0+ds0/tools/update_luadoc.sh:6:cd `dirname $0`
ardour-6.3.0+ds0/tools/update_luadoc.sh-7-DIR=`pwd`
##############################################
ardour-6.3.0+ds0/tools/nofuzz.sh-9-TEMPFILE=`mktemp`
ardour-6.3.0+ds0/tools/nofuzz.sh:10:for file in `git ls-files | grep -e '.po$'`; do
ardour-6.3.0+ds0/tools/nofuzz.sh-11-	cp $file $TEMPFILE
##############################################
ardour-6.3.0+ds0/tools/bb/bbdev-1-#!/bin/sh
ardour-6.3.0+ds0/tools/bb/bbdev:2:TOP=`dirname "$0"`/../..
ardour-6.3.0+ds0/tools/bb/bbdev-3-. $TOP/build/tools/bb/bbdev_common_waf.sh
##############################################
ardour-6.3.0+ds0/tools/run-threadreadtest.sh-52-	
ardour-6.3.0+ds0/tools/run-threadreadtest.sh:53:	for i in `seq 1 $numfiles` ; do
ardour-6.3.0+ds0/tools/run-threadreadtest.sh-54-	    dd of=$dir/testfile_$i if=/dev/zero bs=1$ddmega count=$filesize >/dev/null 2>&1
##############################################
ardour-6.3.0+ds0/tools/run-threadreadtest.sh-63-	size=0
ardour-6.3.0+ds0/tools/run-threadreadtest.sh:64:	limit=`expr $filesize * 1048576`
ardour-6.3.0+ds0/tools/run-threadreadtest.sh-65-	while [ $size -lt $limit ] ; do
ardour-6.3.0+ds0/tools/run-threadreadtest.sh:66:	    for i in `seq 1 $numfiles` ; do
ardour-6.3.0+ds0/tools/run-threadreadtest.sh-67-		dd if=/dev/zero bs=$write_blocksize count=1 >> $dir/testfile_$i 2>/dev/null
ardour-6.3.0+ds0/tools/run-threadreadtest.sh-68-	    done
ardour-6.3.0+ds0/tools/run-threadreadtest.sh:69:	    size=`expr $size + $write_blocksize`
ardour-6.3.0+ds0/tools/run-threadreadtest.sh-70-	done
##############################################
ardour-6.3.0+ds0/tools/x-win/compile.sh-3-# we assuem this script is <ardour-src>/tools/x-win/compile.sh
ardour-6.3.0+ds0/tools/x-win/compile.sh:4:pushd "`/usr/bin/dirname \"$0\"`" > /dev/null; this_script_dir="`pwd`"; popd > /dev/null
ardour-6.3.0+ds0/tools/x-win/compile.sh-5-cd $this_script_dir/../..
##############################################
ardour-6.3.0+ds0/tools/x-win/compile.sh-36-		${DEBIANPKGS} \
ardour-6.3.0+ds0/tools/x-win/compile.sh:37:		git autoconf automake libtool pkg-config yasm python
ardour-6.3.0+ds0/tools/x-win/compile.sh-38-
##############################################
ardour-6.3.0+ds0/tools/x-win/package.sh-3-# we assume this script is <ardour-src>/tools/x-win/package.sh
ardour-6.3.0+ds0/tools/x-win/package.sh:4:pushd "`/usr/bin/dirname \"$0\"`" > /dev/null; this_script_dir="`pwd`"; popd > /dev/null
ardour-6.3.0+ds0/tools/x-win/package.sh-5-cd $this_script_dir
##############################################
ardour-6.3.0+ds0/tools/x-win/nsis/FileAssociation.nsh-78-  !verbose ${_FileAssociation_VERBOSE}
ardour-6.3.0+ds0/tools/x-win/nsis/FileAssociation.nsh:79:  Push `${_DESCRIPTION}`
ardour-6.3.0+ds0/tools/x-win/nsis/FileAssociation.nsh:80:  Push `${_EXTENSION}`
ardour-6.3.0+ds0/tools/x-win/nsis/FileAssociation.nsh:81:  Push `${_EXECUTABLE}`
ardour-6.3.0+ds0/tools/x-win/nsis/FileAssociation.nsh-82-  ${CallArtificialFunction} RegisterExtension_
##############################################
ardour-6.3.0+ds0/tools/x-win/nsis/FileAssociation.nsh-88-  !verbose ${_FileAssociation_VERBOSE}
ardour-6.3.0+ds0/tools/x-win/nsis/FileAssociation.nsh:89:  Push `${_EXTENSION}`
ardour-6.3.0+ds0/tools/x-win/nsis/FileAssociation.nsh:90:  Push `${_DESCRIPTION}`
ardour-6.3.0+ds0/tools/x-win/nsis/FileAssociation.nsh-91-  ${CallArtificialFunction} UnRegisterExtension_
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/ardour.sh.in-33-# NSM needs a path to this script
ardour-6.3.0+ds0/tools/linux_packaging/ardour.sh.in:34:export ARDOUR_SELF=`basename "$0"`
ardour-6.3.0+ds0/tools/linux_packaging/ardour.sh.in-35-
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/stage2.run.in-444-
ardour-6.3.0+ds0/tools/linux_packaging/stage2.run.in:445:BUNDLE_DIR=$(basename `find -maxdepth 1 -type d -name "${PGM_NAME}_${ARCH}-*"`)
ardour-6.3.0+ds0/tools/linux_packaging/stage2.run.in-446-
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-124-. ../define_versions.sh
ardour-6.3.0+ds0/tools/linux_packaging/build:125:lower_case_appname=`echo $APPNAME | tr '[:upper:]' '[:lower:]'`
ardour-6.3.0+ds0/tools/linux_packaging/build-126-
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-295-        for pkg in gtk2_ardour libs/ardour libs/gtkmm2ext ; do
ardour-6.3.0+ds0/tools/linux_packaging/build:296:	    files=`find ../../$pkg -name "*.mo"`
ardour-6.3.0+ds0/tools/linux_packaging/build-297-
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-304-
ardour-6.3.0+ds0/tools/linux_packaging/build:305:            vsuffix=`echo $release_version | sed 's/^\([0-9][0-9]*\).*/\1/'`
ardour-6.3.0+ds0/tools/linux_packaging/build-306-
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-315-		echo $file
ardour-6.3.0+ds0/tools/linux_packaging/build:316:		lang=`basename $file | sed 's/\.mo//'`
ardour-6.3.0+ds0/tools/linux_packaging/build-317-		mkdir -p $Locale/$lang/LC_MESSAGES
ardour-6.3.0+ds0/tools/linux_packaging/build:318:		cp $file $Locale/$lang/LC_MESSAGES/`basename $pkg`$vsuffix.mo
ardour-6.3.0+ds0/tools/linux_packaging/build:319:		echo copy $file to $Locale/$lang/LC_MESSAGES/`basename $pkg`$vsuffix.mo
ardour-6.3.0+ds0/tools/linux_packaging/build-320-                if echo $LINGUAS | grep $lang >/dev/null 2>&1 ; then
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-337-				# try with just the language spec
ardour-6.3.0+ds0/tools/linux_packaging/build:338:				just_lang=`echo $l | sed 's/_[A-Z][A-Z]$//'`
ardour-6.3.0+ds0/tools/linux_packaging/build-339-				if [ -f $LOCALEROOT/$just_lang/LC_MESSAGES/$MO ] ; then
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-530-	missing=false
ardour-6.3.0+ds0/tools/linux_packaging/build:531:	filelist=`find $APPLIB/ -type f`
ardour-6.3.0+ds0/tools/linux_packaging/build-532-	filelist="$APPBIN/${EXENAME}-${release_version} $filelist"
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-551-		# do not include libjack, nor libwine
ardour-6.3.0+ds0/tools/linux_packaging/build:552:		deps=`LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file | grep -v libwine.so | awk '{print $3}'`
ardour-6.3.0+ds0/tools/linux_packaging/build-553-
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-591-
ardour-6.3.0+ds0/tools/linux_packaging/build:592:			base=`basename $dep`
ardour-6.3.0+ds0/tools/linux_packaging/build-593-			if ! test -f $Libraries/$base; then
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-601-				fi
ardour-6.3.0+ds0/tools/linux_packaging/build:602:				chmod 755 $Libraries/`basename $dep`
ardour-6.3.0+ds0/tools/linux_packaging/build-603-                                #
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-606-                                #
ardour-6.3.0+ds0/tools/linux_packaging/build:607:                                chrpath -r foo $Libraries/`basename $dep`
ardour-6.3.0+ds0/tools/linux_packaging/build-608-                                if echo $dep | grep -sq '^/' ; then
##############################################
ardour-6.3.0+ds0/tools/linux_packaging/build-684-# go through and recursively remove any .svn dirs in the bundle
ardour-6.3.0+ds0/tools/linux_packaging/build:685:for svndir in `find $APPDIR -name .svn -type d`; do
ardour-6.3.0+ds0/tools/linux_packaging/build-686-	rm -rf $svndir
##############################################
ardour-6.3.0+ds0/share/web_surfaces/shared/ardour.js-148-	_fetchResponseStatusError (status) {
ardour-6.3.0+ds0/share/web_surfaces/shared/ardour.js:149:		return new Error(`HTTP response status ${status}`);
ardour-6.3.0+ds0/share/web_surfaces/shared/ardour.js-150-	}
##############################################
ardour-6.3.0+ds0/share/web_surfaces/shared/base/component.js-80- 	
ardour-6.3.0+ds0/share/web_surfaces/shared/base/component.js:81: 	get addr () {
ardour-6.3.0+ds0/share/web_surfaces/shared/base/component.js-82- 		return this._addr;
##############################################
ardour-6.3.0+ds0/share/web_surfaces/shared/base/protocol.js-84-	toString () {
ardour-6.3.0+ds0/share/web_surfaces/shared/base/protocol.js:85:		return `${this.node} (${this.addr}) = ${this.val}`;
ardour-6.3.0+ds0/share/web_surfaces/shared/base/protocol.js-86-	}
##############################################
ardour-6.3.0+ds0/share/web_surfaces/shared/base/channel.js-30-		return new Promise((resolve, reject) => {
ardour-6.3.0+ds0/share/web_surfaces/shared/base/channel.js:31:			this._socket = new WebSocket(`ws://${this._host}`);
ardour-6.3.0+ds0/share/web_surfaces/shared/base/channel.js-32-
##############################################
ardour-6.3.0+ds0/share/web_surfaces/index/main.js-27-        } catch (err) {
ardour-6.3.0+ds0/share/web_surfaces/index/main.js:28:            printError(`Error loading surfaces list: ${err.message}`);
ardour-6.3.0+ds0/share/web_surfaces/index/main.js-29-        }
##############################################
ardour-6.3.0+ds0/share/web_surfaces/index/main.js-35-        for (const group of surfaces) {
ardour-6.3.0+ds0/share/web_surfaces/index/main.js:36:            const ul = document.querySelector(`#${group.path} > ul`);
ardour-6.3.0+ds0/share/web_surfaces/index/main.js-37-            
##############################################
ardour-6.3.0+ds0/share/web_surfaces/builtin/protocol/main.js-37-            if (inbound) {
ardour-6.3.0+ds0/share/web_surfaces/builtin/protocol/main.js:38:                log(`↙ ${msg}`, 'message-in');
ardour-6.3.0+ds0/share/web_surfaces/builtin/protocol/main.js-39-            } else {
ardour-6.3.0+ds0/share/web_surfaces/builtin/protocol/main.js:40:                log(`↗ ${msg}`, 'message-out');
ardour-6.3.0+ds0/share/web_surfaces/builtin/protocol/main.js-41-            }
##############################################
ardour-6.3.0+ds0/share/web_surfaces/builtin/transport/main.js-111-        const image = _rolling ? 'img/pause.svg' : 'img/play.svg';
ardour-6.3.0+ds0/share/web_surfaces/builtin/transport/main.js:112:        dom.roll.style.backgroundImage = `url(${image})`;
ardour-6.3.0+ds0/share/web_surfaces/builtin/transport/main.js-113-    }
##############################################
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js-59-    // stylesheets can be loaded in parallel
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js:60:    const p = STYLES.map((style) => loadStylesheet(import.meta, `${tkPath}/styles/${style}.css`));
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js-61-    await Promise.all(p);
##############################################
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js-63-    for (const script of SCRIPTS) {
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js:64:        await loadScript(import.meta, `${tkPath}/${script}.js`);
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js-65-    }
##############################################
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js-72-        link.type = 'text/css';
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js:73:        link.href = `${getModuleBasename(importMeta)}/${path}`;
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js-74-        link.addEventListener('error', (ev) => reject(Error('Stylesheet failed to load')));
##############################################
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js-82-        const script = document.createElement('script'); 
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js:83:        script.src = `${getModuleBasename(importMeta)}/${path}`;
ardour-6.3.0+ds0/share/web_surfaces/builtin/mixer/js/tkloader.js-84-        script.addEventListener('error', (ev) => reject(Error('Script failed to load')));
##############################################
ardour-6.3.0+ds0/share/scripts/_system_exec.lua-18-	os.forkexec ("/usr/bin/xterm")
ardour-6.3.0+ds0/share/scripts/_system_exec.lua:19:	os.forkexec ("/bin/sh", "-c", "import --frame \"/tmp/scr_$(date).png\"")
ardour-6.3.0+ds0/share/scripts/_system_exec.lua-20-end end
##############################################
ardour-6.3.0+ds0/share/patchfiles/Access_Virus_Rack.midnam-802-          <Patch Number="F069" Name="MuffBassHS" ProgramChange="69"/>
ardour-6.3.0+ds0/share/patchfiles/Access_Virus_Rack.midnam:803:          <Patch Number="F070" Name="Multasm HS" ProgramChange="70"/>
ardour-6.3.0+ds0/share/patchfiles/Access_Virus_Rack.midnam-804-          <Patch Number="F071" Name="MW-StepsHS" ProgramChange="71"/>
##############################################
ardour-6.3.0+ds0/share/patchfiles/Access_Virus_B_KB_Indigo.midnam-801-          <Patch Number="F066" Name="MoonWeedHS" ProgramChange="66"/>
ardour-6.3.0+ds0/share/patchfiles/Access_Virus_B_KB_Indigo.midnam:802:          <Patch Number="F067" Name="Multasm HS" ProgramChange="67"/>
ardour-6.3.0+ds0/share/patchfiles/Access_Virus_B_KB_Indigo.midnam-803-          <Patch Number="F068" Name="MW-StepsHS" ProgramChange="68"/>
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arcanvas-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/arcanvas:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arcanvas-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/ardev-win-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/ardev-win:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/ardev-win-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/artest-2-
ardour-6.3.0+ds0/gtk2_ardour/artest:3:cd "`dirname \"$0\"`"
ardour-6.3.0+ds0/gtk2_ardour/artest-4-
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arrr-replay-2-
ardour-6.3.0+ds0/gtk2_ardour/arrr-replay:3:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arrr-replay-4-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arrr-3-
ardour-6.3.0+ds0/gtk2_ardour/arrr:4:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arrr-5-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/ardev-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/ardev:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/ardev-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/video_server_dialog.h-45-	std::string get_docroot ();
ardour-6.3.0+ds0/gtk2_ardour/video_server_dialog.h:46:	std::string get_listenaddr () { return listenaddr_combo.get_active_text();}
ardour-6.3.0+ds0/gtk2_ardour/video_server_dialog.h-47-	int get_listenport () { return listenport_spinner.get_value_as_int();}
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arval-8-
ardour-6.3.0+ds0/gtk2_ardour/arval:9:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arval-10-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arcall-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/arcall:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arcall-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/vstdbg-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/vstdbg:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/vstdbg-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/ardbg-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/ardbg:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/ardbg-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arldd-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/arldd:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arldd-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arluadoc-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/arluadoc:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arluadoc-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/ardbg-core-2-COREFILE=core
ardour-6.3.0+ds0/gtk2_ardour/ardbg-core:3:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/ardbg-core-4-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arscan-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/arscan:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arscan-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/armass-4-
ardour-6.3.0+ds0/gtk2_ardour/armass:5:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/armass-6-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arhell-5-
ardour-6.3.0+ds0/gtk2_ardour/arhell:6:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arhell-7-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arlua-1-#!/bin/sh
ardour-6.3.0+ds0/gtk2_ardour/arlua:2:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arlua-3-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/arprof-9-
ardour-6.3.0+ds0/gtk2_ardour/arprof:10:TOP=`dirname "$0"`/..
ardour-6.3.0+ds0/gtk2_ardour/arprof-11-. $TOP/build/gtk2_ardour/ardev_common_waf.sh
##############################################
ardour-6.3.0+ds0/gtk2_ardour/ardour_ui_video.cc-170-		argp[1] = strdup("-P");
ardour-6.3.0+ds0/gtk2_ardour/ardour_ui_video.cc:171:		argp[2] = (char*) calloc(16,sizeof(char)); snprintf(argp[2], 16, "%s", video_server_dialog->get_listenaddr().c_str());
ardour-6.3.0+ds0/gtk2_ardour/ardour_ui_video.cc-172-		argp[3] = strdup("-p");
##############################################
ardour-6.3.0+ds0/debian/waf/configure-28-#possible relative path
ardour-6.3.0+ds0/debian/waf/configure:29:WORKINGDIR=`dirname $0`
ardour-6.3.0+ds0/debian/waf/configure-30-cd $WORKINGDIR
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/TaskGen.py-833-	"""
ardour-6.3.0+ds0/debian/waf/waflib/TaskGen.py:834:	Processes *.pc.in* files to *.pc*. Installs the results to ``${PREFIX}/lib/pkgconfig/`` by default
ardour-6.3.0+ds0/debian/waf/waflib/TaskGen.py-835-
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-19-		bld(
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py:20:			features='asm asmprogram',
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-21-			source = 'test.S',
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-23-
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py:24:Support for pure asm programs and libraries should also work::
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-25-
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-31-		bld(
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py:32:			features='asm asmprogram',
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-33-			source = 'test.S',
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-55-	"""
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py:56:	Compiles asm files by gas/nasm/yasm/...
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-57-	"""
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-66-		elif self.env.ASM_NAME == 'nasm':
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py:67:			Logs.warn('The Nasm dependency scanner is incomplete!')
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-68-
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-85-	"""
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py:86:	Binds the asm extension to the asm task
ardour-6.3.0+ds0/debian/waf/waflib/Tools/asm.py-87-
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/fc_config.py-346-		# An WafError might indicate an error code during the command
ardour-6.3.0+ds0/debian/waf/waflib/Tools/fc_config.py:347:		# execution, in this case we still obtain the stderr and stdout,
ardour-6.3.0+ds0/debian/waf/waflib/Tools/fc_config.py-348-		# which we can use to find the version string.
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/gas.py-6-
ardour-6.3.0+ds0/debian/waf/waflib/Tools/gas.py:7:import waflib.Tools.asm # - leave this
ardour-6.3.0+ds0/debian/waf/waflib/Tools/gas.py-8-from waflib.Tools import ar
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/nasm.py-5-"""
ardour-6.3.0+ds0/debian/waf/waflib/Tools/nasm.py:6:Nasm tool (asm processing)
ardour-6.3.0+ds0/debian/waf/waflib/Tools/nasm.py-7-"""
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/nasm.py-9-import os
ardour-6.3.0+ds0/debian/waf/waflib/Tools/nasm.py:10:import waflib.Tools.asm # leave this
ardour-6.3.0+ds0/debian/waf/waflib/Tools/nasm.py-11-from waflib.TaskGen import feature
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/Tools/nasm.py-19-	"""
ardour-6.3.0+ds0/debian/waf/waflib/Tools/nasm.py:20:	Detect nasm/yasm and set the variable *AS*
ardour-6.3.0+ds0/debian/waf/waflib/Tools/nasm.py-21-	"""
##############################################
ardour-6.3.0+ds0/debian/waf/waflib/extras/pytest.py-15-   - `pytest_source`: Test input files.
ardour-6.3.0+ds0/debian/waf/waflib/extras/pytest.py:16:   - `ut_str`: Test runner command, e.g. ``${PYTHON} -B -m unittest discover`` or
ardour-6.3.0+ds0/debian/waf/waflib/extras/pytest.py:17:               if nose is used: ``${NOSETESTS} --no-byte-compile ${SRC}``.
ardour-6.3.0+ds0/debian/waf/waflib/extras/pytest.py-18-   - `ut_shell`: Determines if ``ut_str`` is executed in a shell. Default: False.