summaryrefslogtreecommitdiff
path: root/tags
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-08-06 12:07:30 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-08-06 12:07:30 +0200
commit5d0a073b3df9dd5127aa4c25772cd68f47293800 (patch)
treef07d1078802b5174af01eba1fa411c31f8a77bd4 /tags
parenta67a1ff9c0eb2331b7356a6ed3d60cc9416efc0c (diff)
downloadbidi-5d0a073b3df9dd5127aa4c25772cd68f47293800.tar.gz
Update ctags file
Diffstat (limited to 'tags')
-rw-r--r--tags11
1 files changed, 10 insertions, 1 deletions
diff --git a/tags b/tags
index 7fa7a4a..cf3145c 100644
--- a/tags
+++ b/tags
@@ -15,6 +15,10 @@ $(LUA_T) vendor/lua-5.4.8/src/Makefile /^$(LUA_T): $(LUA_O) $(LUA_A)$/;" t
15$(PLATS) vendor/lua-5.4.8/Makefile /^$(PLATS) help test clean:$/;" t 15$(PLATS) vendor/lua-5.4.8/Makefile /^$(PLATS) help test clean:$/;" t
16$(PROG) Makefile /^$(PROG): $(PROG_C)$/;" t 16$(PROG) Makefile /^$(PROG): $(PROG_C)$/;" t
17%.h Makefile /^%.h: %.lua$/;" t 17%.h Makefile /^%.h: %.lua$/;" t
180 test/test.json /^ "numbers": [1, 3, 5, 2]$/;" n array:numbers
191 test/test.json /^ "numbers": [1, 3, 5, 2]$/;" n array:numbers
202 test/test.json /^ "numbers": [1, 3, 5, 2]$/;" n array:numbers
213 test/test.json /^ "numbers": [1, 3, 5, 2]$/;" n array:numbers
18ABSLINEINFO vendor/lua-5.4.8/src/ldebug.h /^#define ABSLINEINFO /;" d 22ABSLINEINFO vendor/lua-5.4.8/src/ldebug.h /^#define ABSLINEINFO /;" d
19ABSTKEYCONSTANT vendor/lua-5.4.8/src/lobject.h /^#define ABSTKEYCONSTANT /;" d 23ABSTKEYCONSTANT vendor/lua-5.4.8/src/lobject.h /^#define ABSTKEYCONSTANT /;" d
20AGEBITS vendor/lua-5.4.8/src/lgc.h /^#define AGEBITS /;" d 24AGEBITS vendor/lua-5.4.8/src/lgc.h /^#define AGEBITS /;" d
@@ -3619,6 +3623,7 @@ loadUpvalues vendor/lua-5.4.8/src/lundump.c /^static void loadUpvalues (LoadStat
3619loadVar vendor/lua-5.4.8/src/lundump.c /^#define loadVar(/;" d file: 3623loadVar vendor/lua-5.4.8/src/lundump.c /^#define loadVar(/;" d file:
3620loadVector vendor/lua-5.4.8/src/lundump.c /^#define loadVector(/;" d file: 3624loadVector vendor/lua-5.4.8/src/lundump.c /^#define loadVector(/;" d file:
3621load_aux vendor/lua-5.4.8/src/lbaselib.c /^static int load_aux (lua_State *L, int status, int envidx) {$/;" f typeref:typename:int file: 3625load_aux vendor/lua-5.4.8/src/lbaselib.c /^static int load_aux (lua_State *L, int status, int envidx) {$/;" f typeref:typename:int file:
3626load_embedded_module main.c /^static int load_embedded_module(lua_State *L, const char *module_code, size_t code_len, const ch/;" f typeref:typename:int file:
3622loadedlibs vendor/lua-5.4.8/src/linit.c /^static const luaL_Reg loadedlibs[] = {$/;" v typeref:typename:const luaL_Reg[] file: 3627loadedlibs vendor/lua-5.4.8/src/linit.c /^static const luaL_Reg loadedlibs[] = {$/;" v typeref:typename:const luaL_Reg[] file:
3623loadfunc vendor/lua-5.4.8/src/loadlib.c /^static int loadfunc (lua_State *L, const char *filename, const char *modname) {$/;" f typeref:typename:int file: 3628loadfunc vendor/lua-5.4.8/src/loadlib.c /^static int loadfunc (lua_State *L, const char *filename, const char *modname) {$/;" f typeref:typename:int file:
3624loadlib.o vendor/lua-5.4.8/src/Makefile /^loadlib.o: loadlib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h$/;" t 3629loadlib.o vendor/lua-5.4.8/src/Makefile /^loadlib.o: loadlib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h$/;" t
@@ -4795,6 +4800,7 @@ nabslineinfo vendor/lua-5.4.8/src/lparser.h /^ int nabslineinfo; \/* number of
4795nactvar vendor/lua-5.4.8/src/lparser.c /^ lu_byte nactvar; \/* # active locals outside the block *\/$/;" m struct:BlockCnt typeref:typename:lu_byte file: 4800nactvar vendor/lua-5.4.8/src/lparser.c /^ lu_byte nactvar; \/* # active locals outside the block *\/$/;" m struct:BlockCnt typeref:typename:lu_byte file:
4796nactvar vendor/lua-5.4.8/src/lparser.h /^ lu_byte nactvar; \/* number of active local variables *\/$/;" m struct:FuncState typeref:typename:lu_byte 4801nactvar vendor/lua-5.4.8/src/lparser.h /^ lu_byte nactvar; \/* number of active local variables *\/$/;" m struct:FuncState typeref:typename:lu_byte
4797nactvar vendor/lua-5.4.8/src/lparser.h /^ lu_byte nactvar; \/* number of active variables in that position *\/$/;" m struct:Labeldesc typeref:typename:lu_byte 4802nactvar vendor/lua-5.4.8/src/lparser.h /^ lu_byte nactvar; \/* number of active variables in that position *\/$/;" m struct:Labeldesc typeref:typename:lu_byte
4803name test/test.json /^ "name": "Bob",$/;" s
4798name vendor/lua-5.4.8/src/lauxlib.h /^ const char *name;$/;" m struct:luaL_Reg typeref:typename:const char * 4804name vendor/lua-5.4.8/src/lauxlib.h /^ const char *name;$/;" m struct:luaL_Reg typeref:typename:const char *
4799name vendor/lua-5.4.8/src/ldo.c /^ const char *name;$/;" m struct:SParser typeref:typename:const char * file: 4805name vendor/lua-5.4.8/src/ldo.c /^ const char *name;$/;" m struct:SParser typeref:typename:const char * file:
4800name vendor/lua-5.4.8/src/lobject.h /^ TString *name; \/* upvalue name (for debug information) *\/$/;" m struct:Upvaldesc typeref:typename:TString * 4806name vendor/lua-5.4.8/src/lobject.h /^ TString *name; \/* upvalue name (for debug information) *\/$/;" m struct:Upvaldesc typeref:typename:TString *
@@ -4858,6 +4864,7 @@ ntransfer vendor/lua-5.4.8/src/lstate.h /^ unsigned short ntransfer; \/* n
4858ntransfer vendor/lua-5.4.8/src/lua.h /^ unsigned short ntransfer; \/* (r) number of transferred values *\/$/;" m struct:lua_Debug typeref:typename:unsigned short 4864ntransfer vendor/lua-5.4.8/src/lua.h /^ unsigned short ntransfer; \/* (r) number of transferred values *\/$/;" m struct:lua_Debug typeref:typename:unsigned short
4859num2straux vendor/lua-5.4.8/src/lstrlib.c /^static int num2straux (char *buff, int sz, lua_Number x) {$/;" f typeref:typename:int file: 4865num2straux vendor/lua-5.4.8/src/lstrlib.c /^static int num2straux (char *buff, int sz, lua_Number x) {$/;" f typeref:typename:int file:
4860numarith vendor/lua-5.4.8/src/lobject.c /^static lua_Number numarith (lua_State *L, int op, lua_Number v1,$/;" f typeref:typename:lua_Number file: 4866numarith vendor/lua-5.4.8/src/lobject.c /^static lua_Number numarith (lua_State *L, int op, lua_Number v1,$/;" f typeref:typename:lua_Number file:
4867numbers test/test.json /^ "numbers": [1, 3, 5, 2]$/;" a
4861numparams vendor/lua-5.4.8/src/lobject.h /^ lu_byte numparams; \/* number of fixed (named) parameters *\/$/;" m struct:Proto typeref:typename:lu_byte 4868numparams vendor/lua-5.4.8/src/lobject.h /^ lu_byte numparams; \/* number of fixed (named) parameters *\/$/;" m struct:Proto typeref:typename:lu_byte
4862numusearray vendor/lua-5.4.8/src/ltable.c /^static unsigned int numusearray (const Table *t, unsigned int *nums) {$/;" f typeref:typename:unsigned int file: 4869numusearray vendor/lua-5.4.8/src/ltable.c /^static unsigned int numusearray (const Table *t, unsigned int *nums) {$/;" f typeref:typename:unsigned int file:
4863numusehash vendor/lua-5.4.8/src/ltable.c /^static int numusehash (const Table *t, unsigned int *nums, unsigned int *pna) {$/;" f typeref:typename:int file: 4870numusehash vendor/lua-5.4.8/src/ltable.c /^static int numusehash (const Table *t, unsigned int *nums, unsigned int *pna) {$/;" f typeref:typename:int file:
@@ -5734,6 +5741,8 @@ testMMMode vendor/lua-5.4.8/src/lopcodes.h /^#define testMMMode(/;" d
5734testOTMode vendor/lua-5.4.8/src/lopcodes.h /^#define testOTMode(/;" d 5741testOTMode vendor/lua-5.4.8/src/lopcodes.h /^#define testOTMode(/;" d
5735testTMode vendor/lua-5.4.8/src/lopcodes.h /^#define testTMode(/;" d 5742testTMode vendor/lua-5.4.8/src/lopcodes.h /^#define testTMode(/;" d
5736test_eof vendor/lua-5.4.8/src/liolib.c /^static int test_eof (lua_State *L, FILE *f) {$/;" f typeref:typename:int file: 5743test_eof vendor/lua-5.4.8/src/liolib.c /^static int test_eof (lua_State *L, FILE *f) {$/;" f typeref:typename:int file:
5744test_graphics test/main.lua /^function test_graphics()$/;" f
5745test_json test/main.lua /^function test_json()$/;" f
5737test_then_block vendor/lua-5.4.8/src/lparser.c /^static void test_then_block (LexState *ls, int *escapelist) {$/;" f typeref:typename:void file: 5746test_then_block vendor/lua-5.4.8/src/lparser.c /^static void test_then_block (LexState *ls, int *escapelist) {$/;" f typeref:typename:void file:
5738testbit vendor/lua-5.4.8/src/lgc.h /^#define testbit(/;" d 5747testbit vendor/lua-5.4.8/src/lgc.h /^#define testbit(/;" d
5739testbits vendor/lua-5.4.8/src/lgc.h /^#define testbits(/;" d 5748testbits vendor/lua-5.4.8/src/lgc.h /^#define testbits(/;" d
@@ -5764,7 +5773,7 @@ th vendor/lua-5.4.8/src/lstate.h /^ struct lua_State th; \/* thread *\/$/;" m
5764thvalue vendor/lua-5.4.8/src/lobject.h /^#define thvalue(/;" d 5773thvalue vendor/lua-5.4.8/src/lobject.h /^#define thvalue(/;" d
5765tilemap stdlib/tilemap.h /^unsigned char tilemap[] = {$/;" v typeref:typename:unsigned char[] 5774tilemap stdlib/tilemap.h /^unsigned char tilemap[] = {$/;" v typeref:typename:unsigned char[]
5766tilemap_H stdlib/tilemap.h /^#define tilemap_H$/;" d 5775tilemap_H stdlib/tilemap.h /^#define tilemap_H$/;" d
5767tilemap_len stdlib/tilemap.h /^unsigned int tilemap_len = 124;$/;" v typeref:typename:unsigned int 5776tilemap_len stdlib/tilemap.h /^unsigned int tilemap_len = 35;$/;" v typeref:typename:unsigned int
5768times5 vendor/lua-5.4.8/src/lmathlib.c /^static Rand64 times5 (Rand64 i) {$/;" f typeref:typename:Rand64 file: 5777times5 vendor/lua-5.4.8/src/lmathlib.c /^static Rand64 times5 (Rand64 i) {$/;" f typeref:typename:Rand64 file:
5769times9 vendor/lua-5.4.8/src/lmathlib.c /^static Rand64 times9 (Rand64 i) {$/;" f typeref:typename:Rand64 file: 5778times9 vendor/lua-5.4.8/src/lmathlib.c /^static Rand64 times9 (Rand64 i) {$/;" f typeref:typename:Rand64 file:
5770tinsert vendor/lua-5.4.8/src/ltablib.c /^static int tinsert (lua_State *L) {$/;" f typeref:typename:int file: 5779tinsert vendor/lua-5.4.8/src/ltablib.c /^static int tinsert (lua_State *L) {$/;" f typeref:typename:int file: