Searched refs:codestring (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | statestr.c | 22 struct codestring { 31 static const struct codestring leap_codes[] = { 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[] = { 157 static const struct codestring peer_st_bits[] = { 169 static const struct codestring res_match_bit 23 struct codestring { global() struct 32 string0codestring global() argument [all...] |
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lparser.c | 152 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 D | lparser.c | 159 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()
|