Searched refs:sep2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/bsddialog/examples_library/ |
| H A D | mixedlist.c | 30 struct bsddialog_menuitem sep2[2] = { in main() local 44 { BSDDIALOG_SEPARATOR, 2, sep2, 0 }, in main()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | statestr.c | 340 * 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 D | lib_set_term.c | 491 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 D | xmlwf.c | 224 int sep2 = (tcsrchr(att2, NSSEP) != 0); in nsattcmp() local 225 if (sep1 != sep2) in nsattcmp() 226 return sep1 - sep2; in nsattcmp()
|