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

/freebsd-11-stable/contrib/ntp/libntp/
H A Dstatestr.c23 struct codestring { struct
32 static const struct codestring leap_codes[] = {
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[] = {
158 static const struct codestring peer_st_bits[] = {
170 static const struct codestring res_match_bit
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c154 static void codestring (LexState *ls, expdesc *e, TString *s) { function
160 codestring(ls, e, str_checkname(ls));
303 codestring(ls, &key, varname); /* key is variable name */
843 codestring(ls, &args, ls->t.seminfo.ts);
946 codestring(ls, v, ls->t.seminfo.ts);
/freebsd-11-stable/contrib/lua/src/
H A Dlparser.c151 static void codestring (LexState *ls, expdesc *e, TString *s) { function
157 codestring(ls, e, str_checkname(ls));
303 codestring(ls, &key, varname); /* key is variable name */
838 codestring(ls, &args, ls->t.seminfo.ts);
946 codestring(ls, v, ls->t.seminfo.ts);

Completed in 71 milliseconds