Searched refs:is_default (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/groff/src/include/
H A Dcolor.h53 int is_default() { return scheme == DEFAULT; } function in class:color
/freebsd-11-stable/usr.bin/jot/
H A Djot.c73 #define is_default(s) (*(s) == 0 || strcmp((s), "-") == 0) macro
145 if (!is_default(argv[3])) {
154 if (!is_default(argv[2])) {
163 if (!is_default(argv[1])) {
174 if (!is_default(argv[0])) {
/freebsd-11-stable/stand/lua/
H A Dmenu.lua114 local is_default = (idx == 1)
117 if is_default then
308 local is_default = (idx == 1)
311 if is_default then
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp102 if (p->col.is_default())
214 if (c->is_default())
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c9296 void check_vlarb_config(const char *vlarb_str, bool is_default, argument
9308 (is_default ? "default" : "configured"), str, pri);
9319 bool is_default; local
9333 is_default = false;
9341 is_default = true;
9343 check_vlarb_config(vlarb_str, is_default, tstr, "high", log);
9346 is_default = false;
9354 is_default = true;
9356 check_vlarb_config(vlarb_str, is_default, tstr, "low", log);
9366 bool is_default, boo
9365 check_ep_vlarb_config(const char *vlarb_str, bool is_default, bool is_specific, const char *str, const char *pri, osm_log_t *log) argument
9400 bool is_default, is_specific; local
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp692 if (env->fill->is_default())
/freebsd-11-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp350 if (col->is_default())
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c969 int is_default = 0; local
973 /* Don't need to set is_default=1 here */
992 is_default = 1;
998 is_default = 1;
1005 if (rest_node->mask != NULL && !is_default)

Completed in 230 milliseconds