MCPcopy Create free account
hub / github.com/F-Stack/f-stack / checkname

Function checkname

freebsd/contrib/openzfs/module/lua/lparser.c:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157
158static void checkname (LexState *ls, expdesc *e) {
159 codestring(ls, e, str_checkname(ls));
160}
161
162
163static int registerlocalvar (LexState *ls, TString *varname) {

Callers 3

fieldselFunction · 0.70
recfieldFunction · 0.70
suffixedexpFunction · 0.70

Calls 2

codestringFunction · 0.70
str_checknameFunction · 0.70

Tested by

no test coverage detected