Searched refs:checktab (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | ltablib.c | 33 #define aux_getn(L,n,w) (checktab(L, n, (w) | TAB_L), luaL_len(L, n)) 46 static void checktab (lua_State *L, int arg, int what) { in checktab() function 120 checktab(L, 1, TAB_R); in tmove() 121 checktab(L, tt, TAB_W); in tmove()
|
/freebsd/contrib/tzcode/ |
H A D | Makefile | 610 AWK_SCRIPTS= checklinks.awk checknow.awk checktab.awk leapseconds.awk \ 631 checklinks.awk checknow.awk checktab.awk \ 973 tables.ck: checktab.awk $(YDATA) backward zone.tab zone1970.tab 976 $(AWK) -f checktab.awk -v zone_table=$$tab $(YDATA) $$links \
|
H A D | NEWS | 2937 tzselect's diagnostics and checking, and checktab.awk's checking, 3609 The files checktab.awk and zoneinfo2tdf.pl are now distributed in 5653 The "code" file contains changes to "Makefile" and "checktab.awk" to
|
/freebsd/contrib/tzdata/ |
H A D | Makefile | 612 AWK_SCRIPTS= checklinks.awk checknow.awk checktab.awk leapseconds.awk \ 633 checklinks.awk checknow.awk checktab.awk \ 975 tables.ck: checktab.awk $(YDATA) backward zone.tab zone1970.tab 978 $(AWK) -f checktab.awk -v zone_table=$$tab $(YDATA) $$links \
|
H A D | NEWS | 3040 tzselect's diagnostics and checking, and checktab.awk's checking, 3712 The files checktab.awk and zoneinfo2tdf.pl are now distributed in 5756 The "code" file contains changes to "Makefile" and "checktab.awk" to
|