Home
last modified time | relevance | path

Searched refs:sep1 (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/bsddialog/examples_library/
HDmixedlist.c21 struct bsddialog_menuitem sep1[1] = { in main() local
43 { BSDDIALOG_SEPARATOR, 1, sep1 }, in main()
/freebsd-14-stable/sbin/sysctl/
HDsysctl.c1069 const char *sep, *sep1; in show_var() local
1229 sep1 = ""; in show_var()
1263 fputs(sep1, stdout); in show_var()
1286 sep1 = " "; in show_var()
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_set_term.c489 char sep1, sep2; in NCURSES_SP_NAME() local
490 int count = sscanf(env, "%d%c%d%c", &fg, &sep1, &bg, &sep2); in NCURSES_SP_NAME()
/freebsd-14-stable/contrib/expat/xmlwf/
HDxmlwf.c221 int sep1 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() local
223 if (sep1 != sep2) in nsattcmp()
224 return sep1 - sep2; in nsattcmp()
/freebsd-14-stable/sys/kern/
HDkern_sysctl.c2588 const char *sep1; in sysctl_old_ddb() local
2635 sep1 = ""; in sysctl_old_ddb()
2670 db_printf("%s", sep1); in sysctl_old_ddb()
2682 sep1 = " "; in sysctl_old_ddb()