diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 12:07:30 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 12:07:30 +0200 |
| commit | 5d0a073b3df9dd5127aa4c25772cd68f47293800 (patch) | |
| tree | f07d1078802b5174af01eba1fa411c31f8a77bd4 /tags | |
| parent | a67a1ff9c0eb2331b7356a6ed3d60cc9416efc0c (diff) | |
| download | bidi-5d0a073b3df9dd5127aa4c25772cd68f47293800.tar.gz | |
Update ctags file
Diffstat (limited to 'tags')
| -rw-r--r-- | tags | 11 |
1 files changed, 10 insertions, 1 deletions
| @@ -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 |
| 18 | 0 test/test.json /^ "numbers": [1, 3, 5, 2]$/;" n array:numbers | ||
| 19 | 1 test/test.json /^ "numbers": [1, 3, 5, 2]$/;" n array:numbers | ||
| 20 | 2 test/test.json /^ "numbers": [1, 3, 5, 2]$/;" n array:numbers | ||
| 21 | 3 test/test.json /^ "numbers": [1, 3, 5, 2]$/;" n array:numbers | ||
| 18 | ABSLINEINFO vendor/lua-5.4.8/src/ldebug.h /^#define ABSLINEINFO /;" d | 22 | ABSLINEINFO vendor/lua-5.4.8/src/ldebug.h /^#define ABSLINEINFO /;" d |
| 19 | ABSTKEYCONSTANT vendor/lua-5.4.8/src/lobject.h /^#define ABSTKEYCONSTANT /;" d | 23 | ABSTKEYCONSTANT vendor/lua-5.4.8/src/lobject.h /^#define ABSTKEYCONSTANT /;" d |
| 20 | AGEBITS vendor/lua-5.4.8/src/lgc.h /^#define AGEBITS /;" d | 24 | AGEBITS 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 | |||
| 3619 | loadVar vendor/lua-5.4.8/src/lundump.c /^#define loadVar(/;" d file: | 3623 | loadVar vendor/lua-5.4.8/src/lundump.c /^#define loadVar(/;" d file: |
| 3620 | loadVector vendor/lua-5.4.8/src/lundump.c /^#define loadVector(/;" d file: | 3624 | loadVector vendor/lua-5.4.8/src/lundump.c /^#define loadVector(/;" d file: |
| 3621 | load_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: | 3625 | load_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: |
| 3626 | load_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: | ||
| 3622 | loadedlibs vendor/lua-5.4.8/src/linit.c /^static const luaL_Reg loadedlibs[] = {$/;" v typeref:typename:const luaL_Reg[] file: | 3627 | loadedlibs vendor/lua-5.4.8/src/linit.c /^static const luaL_Reg loadedlibs[] = {$/;" v typeref:typename:const luaL_Reg[] file: |
| 3623 | loadfunc 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: | 3628 | loadfunc 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: |
| 3624 | loadlib.o vendor/lua-5.4.8/src/Makefile /^loadlib.o: loadlib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h$/;" t | 3629 | loadlib.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 | |||
| 4795 | nactvar vendor/lua-5.4.8/src/lparser.c /^ lu_byte nactvar; \/* # active locals outside the block *\/$/;" m struct:BlockCnt typeref:typename:lu_byte file: | 4800 | nactvar vendor/lua-5.4.8/src/lparser.c /^ lu_byte nactvar; \/* # active locals outside the block *\/$/;" m struct:BlockCnt typeref:typename:lu_byte file: |
| 4796 | nactvar vendor/lua-5.4.8/src/lparser.h /^ lu_byte nactvar; \/* number of active local variables *\/$/;" m struct:FuncState typeref:typename:lu_byte | 4801 | nactvar vendor/lua-5.4.8/src/lparser.h /^ lu_byte nactvar; \/* number of active local variables *\/$/;" m struct:FuncState typeref:typename:lu_byte |
| 4797 | nactvar 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 | 4802 | nactvar 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 |
| 4803 | name test/test.json /^ "name": "Bob",$/;" s | ||
| 4798 | name vendor/lua-5.4.8/src/lauxlib.h /^ const char *name;$/;" m struct:luaL_Reg typeref:typename:const char * | 4804 | name vendor/lua-5.4.8/src/lauxlib.h /^ const char *name;$/;" m struct:luaL_Reg typeref:typename:const char * |
| 4799 | name vendor/lua-5.4.8/src/ldo.c /^ const char *name;$/;" m struct:SParser typeref:typename:const char * file: | 4805 | name vendor/lua-5.4.8/src/ldo.c /^ const char *name;$/;" m struct:SParser typeref:typename:const char * file: |
| 4800 | name vendor/lua-5.4.8/src/lobject.h /^ TString *name; \/* upvalue name (for debug information) *\/$/;" m struct:Upvaldesc typeref:typename:TString * | 4806 | name 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 | |||
| 4858 | ntransfer vendor/lua-5.4.8/src/lua.h /^ unsigned short ntransfer; \/* (r) number of transferred values *\/$/;" m struct:lua_Debug typeref:typename:unsigned short | 4864 | ntransfer vendor/lua-5.4.8/src/lua.h /^ unsigned short ntransfer; \/* (r) number of transferred values *\/$/;" m struct:lua_Debug typeref:typename:unsigned short |
| 4859 | num2straux vendor/lua-5.4.8/src/lstrlib.c /^static int num2straux (char *buff, int sz, lua_Number x) {$/;" f typeref:typename:int file: | 4865 | num2straux vendor/lua-5.4.8/src/lstrlib.c /^static int num2straux (char *buff, int sz, lua_Number x) {$/;" f typeref:typename:int file: |
| 4860 | numarith 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: | 4866 | numarith 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: |
| 4867 | numbers test/test.json /^ "numbers": [1, 3, 5, 2]$/;" a | ||
| 4861 | numparams vendor/lua-5.4.8/src/lobject.h /^ lu_byte numparams; \/* number of fixed (named) parameters *\/$/;" m struct:Proto typeref:typename:lu_byte | 4868 | numparams vendor/lua-5.4.8/src/lobject.h /^ lu_byte numparams; \/* number of fixed (named) parameters *\/$/;" m struct:Proto typeref:typename:lu_byte |
| 4862 | numusearray vendor/lua-5.4.8/src/ltable.c /^static unsigned int numusearray (const Table *t, unsigned int *nums) {$/;" f typeref:typename:unsigned int file: | 4869 | numusearray vendor/lua-5.4.8/src/ltable.c /^static unsigned int numusearray (const Table *t, unsigned int *nums) {$/;" f typeref:typename:unsigned int file: |
| 4863 | numusehash 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: | 4870 | numusehash 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 | |||
| 5734 | testOTMode vendor/lua-5.4.8/src/lopcodes.h /^#define testOTMode(/;" d | 5741 | testOTMode vendor/lua-5.4.8/src/lopcodes.h /^#define testOTMode(/;" d |
| 5735 | testTMode vendor/lua-5.4.8/src/lopcodes.h /^#define testTMode(/;" d | 5742 | testTMode vendor/lua-5.4.8/src/lopcodes.h /^#define testTMode(/;" d |
| 5736 | test_eof vendor/lua-5.4.8/src/liolib.c /^static int test_eof (lua_State *L, FILE *f) {$/;" f typeref:typename:int file: | 5743 | test_eof vendor/lua-5.4.8/src/liolib.c /^static int test_eof (lua_State *L, FILE *f) {$/;" f typeref:typename:int file: |
| 5744 | test_graphics test/main.lua /^function test_graphics()$/;" f | ||
| 5745 | test_json test/main.lua /^function test_json()$/;" f | ||
| 5737 | test_then_block vendor/lua-5.4.8/src/lparser.c /^static void test_then_block (LexState *ls, int *escapelist) {$/;" f typeref:typename:void file: | 5746 | test_then_block vendor/lua-5.4.8/src/lparser.c /^static void test_then_block (LexState *ls, int *escapelist) {$/;" f typeref:typename:void file: |
| 5738 | testbit vendor/lua-5.4.8/src/lgc.h /^#define testbit(/;" d | 5747 | testbit vendor/lua-5.4.8/src/lgc.h /^#define testbit(/;" d |
| 5739 | testbits vendor/lua-5.4.8/src/lgc.h /^#define testbits(/;" d | 5748 | testbits 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 | |||
| 5764 | thvalue vendor/lua-5.4.8/src/lobject.h /^#define thvalue(/;" d | 5773 | thvalue vendor/lua-5.4.8/src/lobject.h /^#define thvalue(/;" d |
| 5765 | tilemap stdlib/tilemap.h /^unsigned char tilemap[] = {$/;" v typeref:typename:unsigned char[] | 5774 | tilemap stdlib/tilemap.h /^unsigned char tilemap[] = {$/;" v typeref:typename:unsigned char[] |
| 5766 | tilemap_H stdlib/tilemap.h /^#define tilemap_H$/;" d | 5775 | tilemap_H stdlib/tilemap.h /^#define tilemap_H$/;" d |
| 5767 | tilemap_len stdlib/tilemap.h /^unsigned int tilemap_len = 124;$/;" v typeref:typename:unsigned int | 5776 | tilemap_len stdlib/tilemap.h /^unsigned int tilemap_len = 35;$/;" v typeref:typename:unsigned int |
| 5768 | times5 vendor/lua-5.4.8/src/lmathlib.c /^static Rand64 times5 (Rand64 i) {$/;" f typeref:typename:Rand64 file: | 5777 | times5 vendor/lua-5.4.8/src/lmathlib.c /^static Rand64 times5 (Rand64 i) {$/;" f typeref:typename:Rand64 file: |
| 5769 | times9 vendor/lua-5.4.8/src/lmathlib.c /^static Rand64 times9 (Rand64 i) {$/;" f typeref:typename:Rand64 file: | 5778 | times9 vendor/lua-5.4.8/src/lmathlib.c /^static Rand64 times9 (Rand64 i) {$/;" f typeref:typename:Rand64 file: |
| 5770 | tinsert vendor/lua-5.4.8/src/ltablib.c /^static int tinsert (lua_State *L) {$/;" f typeref:typename:int file: | 5779 | tinsert vendor/lua-5.4.8/src/ltablib.c /^static int tinsert (lua_State *L) {$/;" f typeref:typename:int file: |
