Home
last modified time | relevance | path

Searched refs:codestring (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dstatestr.c22 struct codestring { struct
31 static const struct codestring leap_codes[] = { argument
42 static const struct codestring sync_codes[] = {
59 static const struct codestring select_codes[] = {
74 static const struct codestring clock_codes[] = {
90 static const struct codestring flash_codes[] = {
112 static const struct codestring sys_codes[] = {
135 static const struct codestring peer_codes[] = {
232 static const struct codestring k_st_bits[] = {
296 const struct codestring * codetab in getcode()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c152 static void codestring (LexState *ls, expdesc *e, TString *s) { in codestring() function
158 codestring(ls, e, str_checkname(ls)); in checkname()
301 codestring(ls, &key, varname); /* key is variable name */ in singlevar()
847 codestring(ls, &args, ls->t.seminfo.ts); in funcargs()
950 codestring(ls, v, ls->t.seminfo.ts); in simpleexp()
/freebsd/contrib/lua/src/
H A Dlparser.c159 static void codestring (expdesc *e, TString *s) { in codestring() function
167 codestring(e, str_checkname(ls)); in codename()
472 codestring(&key, varname); /* key is variable name */ in singlevar()
1047 codestring(&args, ls->t.seminfo.ts); in funcargs()
1155 codestring(v, ls->t.seminfo.ts); in simpleexp()