Searched refs:codestring (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/ntp/libntp/ |
| H A D | statestr.c | 23 struct codestring { struct 32 static const struct codestring leap_codes[] = { argument 43 static const struct codestring sync_codes[] = { 60 static const struct codestring select_codes[] = { 75 static const struct codestring clock_codes[] = { 91 static const struct codestring flash_codes[] = { 113 static const struct codestring sys_codes[] = { 136 static const struct codestring peer_codes[] = { 233 static const struct codestring k_st_bits[] = { 297 const struct codestring * codetab in getcode() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lparser.c | 153 static void codestring (LexState *ls, expdesc *e, TString *s) { in codestring() function 159 codestring(ls, e, str_checkname(ls)); in checkname() 302 codestring(ls, &key, varname); /* key is variable name */ in singlevar() 848 codestring(ls, &args, ls->t.seminfo.ts); in funcargs() 951 codestring(ls, v, ls->t.seminfo.ts); in simpleexp()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lparser.c | 159 static void codestring (expdesc *e, TString *s) { in codestring() function 167 codestring(e, str_checkname(ls)); in codename() 460 codestring(&key, varname); /* key is variable name */ in singlevar() 1035 codestring(&args, ls->t.seminfo.ts); in funcargs() 1143 codestring(v, ls->t.seminfo.ts); in simpleexp()
|