Searched refs:FCN_NULL (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/ddb/
H A Ddb_variables.c46 { "radix", &db_radix, FCN_NULL },
47 { "maxoff", &db_maxoff, FCN_NULL },
48 { "maxwidth", &db_max_width, FCN_NULL },
49 { "tabstops", &db_tab_stop_width, FCN_NULL },
50 { "lines", &db_lines_per_page, FCN_NULL },
112 if (func == FCN_NULL) {
124 if (func == FCN_NULL) {
H A Ddb_variables.h52 #define FCN_NULL ((db_varfcn_t *)0) macro

Completed in 160 milliseconds