===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
scite-4.4.5/scintilla/doc/ScintillaHistory.html-816-	<li>
scite-4.4.5/scintilla/doc/ScintillaHistory.html:817:	Assembler lexers asm and as can change comment character with lexer.as.comment.character property.
scite-4.4.5/scintilla/doc/ScintillaHistory.html-818-	<a href="https://sourceforge.net/p/scintilla/feature-requests/1314/">Feature #1314</a>.
##############################################
scite-4.4.5/scintilla/include/Scintilla.iface-3906-# Lexical states for SCLEX_ASM, SCLEX_AS
scite-4.4.5/scintilla/include/Scintilla.iface:3907:lex Asm=SCLEX_ASM SCE_ASM_
scite-4.4.5/scintilla/include/Scintilla.iface-3908-lex As=SCLEX_AS SCE_ASM_
##############################################
scite-4.4.5/scintilla/include/SciLexer.h-48-#define SCLEX_SCRIPTOL 33
scite-4.4.5/scintilla/include/SciLexer.h:49:#define SCLEX_ASM 34
scite-4.4.5/scintilla/include/SciLexer.h-50-#define SCLEX_CPPNOCASE 35
##############################################
scite-4.4.5/scintilla/include/SciLexer.h-444-#define SCE_B_CONSTANT 13
scite-4.4.5/scintilla/include/SciLexer.h:445:#define SCE_B_ASM 14
scite-4.4.5/scintilla/include/SciLexer.h-446-#define SCE_B_LABEL 15
##############################################
scite-4.4.5/scintilla/include/SciLexer.h-1458-#define SCE_PAS_OPERATOR 13
scite-4.4.5/scintilla/include/SciLexer.h:1459:#define SCE_PAS_ASM 14
scite-4.4.5/scintilla/include/SciLexer.h-1460-#define SCE_SORCUS_DEFAULT 0
##############################################
scite-4.4.5/scintilla/lexers/LexPascal.cxx-93-
scite-4.4.5/scintilla/lexers/LexPascal.cxx:94:- Keywords: absolute abstract and array as asm assembler automated begin case
scite-4.4.5/scintilla/lexers/LexPascal.cxx-95-cdecl class const constructor delayed deprecated destructor dispid dispinterface
##############################################
scite-4.4.5/scintilla/lexers/LexPascal.cxx-160-enum {
scite-4.4.5/scintilla/lexers/LexPascal.cxx:161:	stateInAsm = 0x1000,
scite-4.4.5/scintilla/lexers/LexPascal.cxx-162-	stateInProperty = 0x2000,
##############################################
scite-4.4.5/scintilla/lexers/LexTACL.cxx-109-	}
scite-4.4.5/scintilla/lexers/LexTACL.cxx:110:	ColourTo(styler, end, chAttr, (bInAsm && ret != -1));
scite-4.4.5/scintilla/lexers/LexTACL.cxx-111-	return ret;
##############################################
scite-4.4.5/scintilla/lexers/LexTACL.cxx-145-
scite-4.4.5/scintilla/lexers/LexTACL.cxx:146:	bool bInAsm = (state == SCE_C_REGEX);
scite-4.4.5/scintilla/lexers/LexTACL.cxx-147-	if (bInAsm)
##############################################
scite-4.4.5/scintilla/lexers/LexTACL.cxx-208-				} else if(lStateChange == 2) {
scite-4.4.5/scintilla/lexers/LexTACL.cxx:209:					bInAsm = true;
scite-4.4.5/scintilla/lexers/LexTACL.cxx-210-				} else if(lStateChange == -1) {
##############################################
scite-4.4.5/scintilla/lexers/LexTACL.cxx-212-					bInClassDefinition = false;
scite-4.4.5/scintilla/lexers/LexTACL.cxx:213:					bInAsm = false;
scite-4.4.5/scintilla/lexers/LexTACL.cxx-214-				}
##############################################
scite-4.4.5/scintilla/lexers/LexTAL.cxx-105-	}
scite-4.4.5/scintilla/lexers/LexTAL.cxx:106:	ColourTo(styler, end, chAttr, (bInAsm && ret != -1));
scite-4.4.5/scintilla/lexers/LexTAL.cxx-107-	return ret;
##############################################
scite-4.4.5/scintilla/lexers/LexTAL.cxx-145-
scite-4.4.5/scintilla/lexers/LexTAL.cxx:146:	bool bInAsm = (state == SCE_C_REGEX);
scite-4.4.5/scintilla/lexers/LexTAL.cxx-147-	if (bInAsm)
##############################################
scite-4.4.5/scintilla/lexers/LexTAL.cxx-207-				} else if(lStateChange == 2) {
scite-4.4.5/scintilla/lexers/LexTAL.cxx:208:					bInAsm = true;
scite-4.4.5/scintilla/lexers/LexTAL.cxx-209-				} else if(lStateChange == -1) {
##############################################
scite-4.4.5/scintilla/lexers/LexTAL.cxx-211-					bInClassDefinition = false;
scite-4.4.5/scintilla/lexers/LexTAL.cxx:212:					bInAsm = false;
scite-4.4.5/scintilla/lexers/LexTAL.cxx-213-				}
##############################################
scite-4.4.5/scintilla/lexers/LexA68k.cxx-2-/** @file LexA68k.cxx
scite-4.4.5/scintilla/lexers/LexA68k.cxx:3: ** Lexer for Assembler, just for the MASM syntax
scite-4.4.5/scintilla/lexers/LexA68k.cxx-4- ** Written by Martial Demolins AKA Folco
##############################################
scite-4.4.5/scintilla/lexers/LexSorcus.cxx-4-** Written by Eugen Bitter and Christoph Baumann at SORCUS Computer, Heidelberg Germany
scite-4.4.5/scintilla/lexers/LexSorcus.cxx:5:** Based on the ASM Lexer by The Black Horus
scite-4.4.5/scintilla/lexers/LexSorcus.cxx-6-**/
##############################################
scite-4.4.5/scintilla/lexers/LexAsm.cxx-2-/** @file LexAsm.cxx
scite-4.4.5/scintilla/lexers/LexAsm.cxx:3: ** Lexer for Assembler, just for the MASM syntax
scite-4.4.5/scintilla/lexers/LexAsm.cxx-4- ** Written by The Black Horus
scite-4.4.5/scintilla/lexers/LexAsm.cxx:5: ** Enhancements and NASM stuff by Kein-Hong Man, 2003-10
scite-4.4.5/scintilla/lexers/LexAsm.cxx-6- ** SCE_ASM_COMMENTBLOCK and SCE_ASM_CHARACTER are for future GNU as colouring
##############################################
scite-4.4.5/scintilla/lexers/LexAsm.cxx-72-// Options used for LexerAsm
scite-4.4.5/scintilla/lexers/LexAsm.cxx:73:struct OptionsAsm {
scite-4.4.5/scintilla/lexers/LexAsm.cxx-74-	std::string delimiter;
##############################################
scite-4.4.5/scintilla/lexers/LexAsm.cxx-109-
scite-4.4.5/scintilla/lexers/LexAsm.cxx:110:struct OptionSetAsm : public OptionSet<OptionsAsm> {
scite-4.4.5/scintilla/lexers/LexAsm.cxx-111-	OptionSetAsm() {
##############################################
scite-4.4.5/scintilla/lexers/LexAsm.cxx-123-		DefineProperty("fold.asm.comment.explicit", &OptionsAsm::foldCommentExplicit,
scite-4.4.5/scintilla/lexers/LexAsm.cxx:124:			"This option enables folding explicit fold points when using the Asm lexer. "
scite-4.4.5/scintilla/lexers/LexAsm.cxx-125-			"Explicit fold points allows adding extra folding by placing a ;{ comment at the start and a ;} "
##############################################
scite-4.4.5/scintilla/lexers/LexAsm.cxx-139-		DefineProperty("lexer.as.comment.character", &OptionsAsm::commentChar,
scite-4.4.5/scintilla/lexers/LexAsm.cxx:140:			"Overrides the default comment character (which is ';' for asm and '#' for as).");
scite-4.4.5/scintilla/lexers/LexAsm.cxx-141-
##############################################
scite-4.4.5/scintilla/lexers/LexAsm.cxx-145-
scite-4.4.5/scintilla/lexers/LexAsm.cxx:146:class LexerAsm : public DefaultLexer {
scite-4.4.5/scintilla/lexers/LexAsm.cxx-147-	WordList cpuInstruction;
##############################################
scite-4.4.5/scintilla/lexers/LexAsm.cxx-154-	WordList directives4foldend;
scite-4.4.5/scintilla/lexers/LexAsm.cxx:155:	OptionsAsm options;
scite-4.4.5/scintilla/lexers/LexAsm.cxx:156:	OptionSetAsm osAsm;
scite-4.4.5/scintilla/lexers/LexAsm.cxx-157-	int commentChar;
##############################################
scite-4.4.5/scintilla/lexers/LexPB.cxx-27-//    #define SCE_B_CONSTANT 13         //PB lexer only, not in VB lexer
scite-4.4.5/scintilla/lexers/LexPB.cxx:28://    #define SCE_B_ASM 14              //PB lexer only, not in VB lexer
scite-4.4.5/scintilla/lexers/LexPB.cxx-29-
##############################################
scite-4.4.5/scintilla/qt/ScintillaEditPy/testsepq.py-18-keywords = \
scite-4.4.5/scintilla/qt/ScintillaEditPy/testsepq.py:19:		"and and_eq asm auto bitand bitor bool break " \
scite-4.4.5/scintilla/qt/ScintillaEditPy/testsepq.py-20-		"case catch char class compl const const_cast continue " \
##############################################
scite-4.4.5/scintilla/test/unit/catch.hpp-1377-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
scite-4.4.5/scintilla/test/unit/catch.hpp:1378:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
scite-4.4.5/scintilla/test/unit/catch.hpp-1379-    #else // Fall back to the generic way.
##############################################
scite-4.4.5/scintilla/win32/scintilla.mak-68-clean:
scite-4.4.5/scintilla/win32/scintilla.mak:69:	-del /q $(DIR_O)\*.obj $(DIR_O)\*.pdb $(DIR_O)\*.asm $(COMPONENT) $(LEXCOMPONENT) \
scite-4.4.5/scintilla/win32/scintilla.mak-70-	$(DIR_O)\*.res $(DIR_BIN)\*.map $(DIR_BIN)\*.exp $(DIR_BIN)\*.pdb \
##############################################
scite-4.4.5/scite/doc/SciTEDoc.html-2207-	<td>fold.asm.comment.explicit</td>
scite-4.4.5/scite/doc/SciTEDoc.html:2208:	<td>This option enables folding explicit fold points when using the Asm lexer. Explicit fold points allows adding extra folding by placing a ;{ comment at the start and a ;} at the end of a section that should fold.</td>
scite-4.4.5/scite/doc/SciTEDoc.html-2209-	</tr>
##############################################
scite-4.4.5/scite/doc/SciTEDoc.html-2427-	<td>lexer.as.comment.character</td>
scite-4.4.5/scite/doc/SciTEDoc.html:2428:	<td>Overrides the default comment character (which is ';' for asm and '#' for as).</td>
scite-4.4.5/scite/doc/SciTEDoc.html-2429-	</tr>
##############################################
scite-4.4.5/scite/doc/SciTEDoc.html-3355-          The properties files shipped with SciTE, and which can be included or excluded with these properties, are:<br />
scite-4.4.5/scite/doc/SciTEDoc.html:3356:          abaqus ada asl asm asn1 au3 ave avs baan blitzbasic
scite-4.4.5/scite/doc/SciTEDoc.html-3357-          bullant caml cmake cobol coffeescript conf cpp csound css d ecl
##############################################
scite-4.4.5/scite/lua/src/lapi.c-59-
scite-4.4.5/scite/lua/src/lapi.c:60:static TValue *index2addr (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c-61-  CallInfo *ci = L->ci;
##############################################
scite-4.4.5/scite/lua/src/lapi.c-210-  t = L->top - 1;  /* end of stack segment being rotated */
scite-4.4.5/scite/lua/src/lapi.c:211:  p = index2addr(L, idx);  /* start of segment */
scite-4.4.5/scite/lua/src/lapi.c-212-  api_checkstackindex(L, idx, p);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-224-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:225:  fr = index2addr(L, fromidx);
scite-4.4.5/scite/lua/src/lapi.c:226:  to = index2addr(L, toidx);
scite-4.4.5/scite/lua/src/lapi.c-227-  api_checkvalidindex(L, to);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-238-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:239:  setobj2s(L, L->top, index2addr(L, idx));
scite-4.4.5/scite/lua/src/lapi.c-240-  api_incr_top(L);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-251-LUA_API int lua_type (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:252:  StkId o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-253-  return (isvalid(o) ? ttnov(o) : LUA_TNONE);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-264-LUA_API int lua_iscfunction (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:265:  StkId o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-266-  return (ttislcf(o) || (ttisCclosure(o)));
##############################################
scite-4.4.5/scite/lua/src/lapi.c-270-LUA_API int lua_isinteger (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:271:  StkId o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-272-  return ttisinteger(o);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-277-  lua_Number n;
scite-4.4.5/scite/lua/src/lapi.c:278:  const TValue *o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-279-  return tonumber(o, &n);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-283-LUA_API int lua_isstring (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:284:  const TValue *o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-285-  return (ttisstring(o) || cvt2str(o));
##############################################
scite-4.4.5/scite/lua/src/lapi.c-289-LUA_API int lua_isuserdata (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:290:  const TValue *o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-291-  return (ttisfulluserdata(o) || ttislightuserdata(o));
##############################################
scite-4.4.5/scite/lua/src/lapi.c-295-LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
scite-4.4.5/scite/lua/src/lapi.c:296:  StkId o1 = index2addr(L, index1);
scite-4.4.5/scite/lua/src/lapi.c:297:  StkId o2 = index2addr(L, index2);
scite-4.4.5/scite/lua/src/lapi.c-298-  return (isvalid(o1) && isvalid(o2)) ? luaV_rawequalobj(o1, o2) : 0;
##############################################
scite-4.4.5/scite/lua/src/lapi.c-321-  lua_lock(L);  /* may call tag method */
scite-4.4.5/scite/lua/src/lapi.c:322:  o1 = index2addr(L, index1);
scite-4.4.5/scite/lua/src/lapi.c:323:  o2 = index2addr(L, index2);
scite-4.4.5/scite/lua/src/lapi.c-324-  if (isvalid(o1) && isvalid(o2)) {
##############################################
scite-4.4.5/scite/lua/src/lapi.c-346-  lua_Number n;
scite-4.4.5/scite/lua/src/lapi.c:347:  const TValue *o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-348-  int isnum = tonumber(o, &n);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-357-  lua_Integer res;
scite-4.4.5/scite/lua/src/lapi.c:358:  const TValue *o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-359-  int isnum = tointeger(o, &res);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-367-LUA_API int lua_toboolean (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:368:  const TValue *o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-369-  return !l_isfalse(o);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-373-LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) {
scite-4.4.5/scite/lua/src/lapi.c:374:  StkId o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-375-  if (!ttisstring(o)) {
##############################################
scite-4.4.5/scite/lua/src/lapi.c-382-    luaC_checkGC(L);
scite-4.4.5/scite/lua/src/lapi.c:383:    o = index2addr(L, idx);  /* previous call may reallocate the stack */
scite-4.4.5/scite/lua/src/lapi.c-384-    lua_unlock(L);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-392-LUA_API size_t lua_rawlen (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:393:  StkId o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-394-  switch (ttype(o)) {
##############################################
scite-4.4.5/scite/lua/src/lapi.c-404-LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:405:  StkId o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-406-  if (ttislcf(o)) return fvalue(o);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-413-LUA_API void *lua_touserdata (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:414:  StkId o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-415-  switch (ttnov(o)) {
##############################################
scite-4.4.5/scite/lua/src/lapi.c-423-LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:424:  StkId o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-425-  return (!ttisthread(o)) ? NULL : thvalue(o);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-429-LUA_API const void *lua_topointer (lua_State *L, int idx) {
scite-4.4.5/scite/lua/src/lapi.c:430:  StkId o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-431-  switch (ttype(o)) {
##############################################
scite-4.4.5/scite/lua/src/lapi.c-613-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:614:  t = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-615-  luaV_gettable(L, t, L->top - 1, L->top - 1);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-622-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:623:  return auxgetstr(L, index2addr(L, idx), k);
scite-4.4.5/scite/lua/src/lapi.c-624-}
##############################################
scite-4.4.5/scite/lua/src/lapi.c-630-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:631:  t = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-632-  if (luaV_fastget(L, t, n, slot, luaH_getint)) {
##############################################
scite-4.4.5/scite/lua/src/lapi.c-648-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:649:  t = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-650-  api_check(L, ttistable(t), "table expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-659-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:660:  t = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-661-  api_check(L, ttistable(t), "table expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-672-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:673:  t = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-674-  api_check(L, ttistable(t), "table expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-700-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:701:  obj = index2addr(L, objindex);
scite-4.4.5/scite/lua/src/lapi.c-702-  switch (ttnov(obj)) {
##############################################
scite-4.4.5/scite/lua/src/lapi.c-725-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:726:  o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-727-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-768-  api_checknelems(L, 2);
scite-4.4.5/scite/lua/src/lapi.c:769:  t = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-770-  luaV_settable(L, t, L->top - 2, L->top - 1);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-777-  lua_lock(L);  /* unlock done in 'auxsetstr' */
scite-4.4.5/scite/lua/src/lapi.c:778:  auxsetstr(L, index2addr(L, idx), k);
scite-4.4.5/scite/lua/src/lapi.c-779-}
##############################################
scite-4.4.5/scite/lua/src/lapi.c-786-  api_checknelems(L, 1);
scite-4.4.5/scite/lua/src/lapi.c:787:  t = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-788-  if (luaV_fastset(L, t, n, slot, luaH_getint, L->top - 1))
##############################################
scite-4.4.5/scite/lua/src/lapi.c-804-  api_checknelems(L, 2);
scite-4.4.5/scite/lua/src/lapi.c:805:  o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-806-  api_check(L, ttistable(o), "table expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-819-  api_checknelems(L, 1);
scite-4.4.5/scite/lua/src/lapi.c:820:  o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-821-  api_check(L, ttistable(o), "table expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-833-  api_checknelems(L, 1);
scite-4.4.5/scite/lua/src/lapi.c:834:  o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-835-  api_check(L, ttistable(o), "table expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-849-  api_checknelems(L, 1);
scite-4.4.5/scite/lua/src/lapi.c:850:  obj = index2addr(L, objindex);
scite-4.4.5/scite/lua/src/lapi.c-851-  if (ttisnil(L->top - 1))
##############################################
scite-4.4.5/scite/lua/src/lapi.c-888-  api_checknelems(L, 1);
scite-4.4.5/scite/lua/src/lapi.c:889:  o = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-890-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-960-  else {
scite-4.4.5/scite/lua/src/lapi.c:961:    StkId o = index2addr(L, errfunc);
scite-4.4.5/scite/lua/src/lapi.c-962-    api_checkstackindex(L, errfunc, o);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-1125-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:1126:  t = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-1127-  api_check(L, ttistable(t), "table expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-1157-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:1158:  t = index2addr(L, idx);
scite-4.4.5/scite/lua/src/lapi.c-1159-  luaV_objlen(L, L->top, t);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-1224-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:1225:  name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL, NULL);
scite-4.4.5/scite/lua/src/lapi.c-1226-  if (name) {
##############################################
scite-4.4.5/scite/lua/src/lapi.c-1241-  lua_lock(L);
scite-4.4.5/scite/lua/src/lapi.c:1242:  fi = index2addr(L, funcindex);
scite-4.4.5/scite/lua/src/lapi.c-1243-  api_checknelems(L, 1);
##############################################
scite-4.4.5/scite/lua/src/lapi.c-1257-  LClosure *f;
scite-4.4.5/scite/lua/src/lapi.c:1258:  StkId fi = index2addr(L, fidx);
scite-4.4.5/scite/lua/src/lapi.c-1259-  api_check(L, ttisLclosure(fi), "Lua function expected");
##############################################
scite-4.4.5/scite/lua/src/lapi.c-1267-LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) {
scite-4.4.5/scite/lua/src/lapi.c:1268:  StkId fi = index2addr(L, fidx);
scite-4.4.5/scite/lua/src/lapi.c-1269-  switch (ttype(fi)) {
##############################################
scite-4.4.5/scite/src/nim.properties-12-# Primary keywords
scite-4.4.5/scite/src/nim.properties:13:keywords.$(file.patterns.nim)=addr and as asm bind block break case cast concept \
scite-4.4.5/scite/src/nim.properties-14-const continue converter defer discard distinct div do elif else end enum \
##############################################
scite-4.4.5/scite/src/nimrod.properties-12-
scite-4.4.5/scite/src/nimrod.properties:13:keywordclass.nimrod=addr and as asm \
scite-4.4.5/scite/src/nimrod.properties-14-block break \
##############################################
scite-4.4.5/scite/src/cpp.properties-67-
scite-4.4.5/scite/src/cpp.properties:68:keywordclass.cpp=alignas alignof and and_eq asm audit auto axiom bitand bitor bool break \
scite-4.4.5/scite/src/cpp.properties-69-case catch char char8_t char16_t char32_t class compl concept \
##############################################
scite-4.4.5/scite/src/Embedded.properties-890-
scite-4.4.5/scite/src/Embedded.properties:891:command.compile.$(file.patterns.asm)=nasm $(FileNameExt)
scite-4.4.5/scite/src/Embedded.properties-892-
##############################################
scite-4.4.5/scite/src/Embedded.properties-1807-    # https://docs.microsoft.com/en-us/dotnet/framework/tools/ilasm-exe-il-assembler
scite-4.4.5/scite/src/Embedded.properties:1808:    command.compile.$(file.patterns.cil)=ilasm /nologo $(FileNameExt)
scite-4.4.5/scite/src/Embedded.properties-1809-    command.compile.subsystem.$(file.patterns.cil)=1
##############################################
scite-4.4.5/scite/src/Embedded.properties-1813-    
scite-4.4.5/scite/src/Embedded.properties:1814:    command.help.$(file.patterns.cil)=ilasm /?
scite-4.4.5/scite/src/Embedded.properties-1815-
##############################################
scite-4.4.5/scite/src/Embedded.properties-2382-
scite-4.4.5/scite/src/Embedded.properties:2383:keywordclass.cpp=alignas alignof and and_eq asm audit auto axiom bitand bitor bool break \
scite-4.4.5/scite/src/Embedded.properties-2384-case catch char char8_t char16_t char32_t class compl concept \
##############################################
scite-4.4.5/scite/src/Embedded.properties-3049-
scite-4.4.5/scite/src/Embedded.properties:3050:keywords.$(file.patterns.d)=abstract alias align asm assert auto \
scite-4.4.5/scite/src/Embedded.properties-3051- body bool break byte \
##############################################
scite-4.4.5/scite/src/Embedded.properties-4078-keywordclass.freebasic=\
scite-4.4.5/scite/src/Embedded.properties:4079:append as asc asin asm atan2 atn beep bin binary bit bitreset bitset bload \
scite-4.4.5/scite/src/Embedded.properties-4080-bsave byref byte byval call callocate case cbyte cdbl cdecl chain chdir chr \
##############################################
scite-4.4.5/scite/src/Embedded.properties-5870-
scite-4.4.5/scite/src/Embedded.properties:5871:keywords.$(file.patterns.nim)=addr and as asm bind block break case cast concept \
scite-4.4.5/scite/src/Embedded.properties-5872-const continue converter defer discard distinct div do elif else end enum \
##############################################
scite-4.4.5/scite/src/Embedded.properties-5934-
scite-4.4.5/scite/src/Embedded.properties:5935:keywordclass.nimrod=addr and as asm \
scite-4.4.5/scite/src/Embedded.properties-5936-block break \
##############################################
scite-4.4.5/scite/src/Embedded.properties-6560-
scite-4.4.5/scite/src/Embedded.properties:6561:keywordclass.pascal=absolute abstract and array as asm assembler automated begin case \
scite-4.4.5/scite/src/Embedded.properties-6562-cdecl class const constructor delayed deprecated destructor dispid dispinterface \
##############################################
scite-4.4.5/scite/src/kix.properties-3-
scite-4.4.5/scite/src/kix.properties:4:# Masm files
scite-4.4.5/scite/src/kix.properties-5-file.patterns.kix=*.kix
##############################################
scite-4.4.5/scite/src/d.properties-32-# D keywords
scite-4.4.5/scite/src/d.properties:33:keywords.$(file.patterns.d)=abstract alias align asm assert auto \
scite-4.4.5/scite/src/d.properties-34- body bool break byte \
##############################################
scite-4.4.5/scite/src/asm.properties-5-
scite-4.4.5/scite/src/asm.properties:6:# Nasm files
scite-4.4.5/scite/src/asm.properties-7-file.patterns.asm=*.asm
##############################################
scite-4.4.5/scite/src/asm.properties-475-
scite-4.4.5/scite/src/asm.properties:476:command.compile.$(file.patterns.asm)=nasm $(FileNameExt)
scite-4.4.5/scite/src/asm.properties-477-
##############################################
scite-4.4.5/scite/src/pascal.properties-15-
scite-4.4.5/scite/src/pascal.properties:16:keywordclass.pascal=absolute abstract and array as asm assembler automated begin case \
scite-4.4.5/scite/src/pascal.properties-17-cdecl class const constructor delayed deprecated destructor dispid dispinterface \
##############################################
scite-4.4.5/scite/src/cil.properties-109-    # https://docs.microsoft.com/en-us/dotnet/framework/tools/ilasm-exe-il-assembler
scite-4.4.5/scite/src/cil.properties:110:    command.compile.$(file.patterns.cil)=ilasm /nologo $(FileNameExt)
scite-4.4.5/scite/src/cil.properties-111-    command.compile.subsystem.$(file.patterns.cil)=1
##############################################
scite-4.4.5/scite/src/cil.properties-115-    
scite-4.4.5/scite/src/cil.properties:116:    command.help.$(file.patterns.cil)=ilasm /?
##############################################
scite-4.4.5/scite/src/freebasic.properties-15-keywordclass.freebasic=\
scite-4.4.5/scite/src/freebasic.properties:16:append as asc asin asm atan2 atn beep bin binary bit bitreset bitset bload \
scite-4.4.5/scite/src/freebasic.properties-17-bsave byref byte byval call callocate case cbyte cdbl cdecl chain chdir chr \