Home
last modified time | relevance | path

Searched refs:sep2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bsddialog/examples_library/
H A Dmixedlist.c30 struct bsddialog_menuitem sep2[2] = { in main() local
44 { BSDDIALOG_SEPARATOR, 2, sep2, 0 }, in main()
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c340 * set in bits, separating multiple entries with text of sep2.
345 const char * sep2, in decode_bitflags()
380 sep = sep2; in decode_bitflags()
346 decode_bitflags(int bits,const char * sep2,const struct codestring * tab,size_t tab_ct) decode_bitflags() argument
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c491 char sep1, sep2; in NCURSES_SP_NAME() local
492 int count = sscanf(env, "%d%c%d%c", &fg, &sep1, &bg, &sep2); in NCURSES_SP_NAME()
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c224 int sep2 = (tcsrchr(att2, NSSEP) != 0); in nsattcmp() local
225 if (sep1 != sep2) in nsattcmp()
226 return sep1 - sep2; in nsattcmp()