Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_variables.c43 { "radix", &db_radix, FCN_NULL },
44 { "maxoff", &db_maxoff, FCN_NULL },
45 { "maxwidth", &db_max_width, FCN_NULL },
46 { "tabstops", &db_tab_stop_width, FCN_NULL },
47 { "lines", &db_lines_per_page, FCN_NULL },
109 if (func == FCN_NULL) { in db_read_variable()
121 if (func == FCN_NULL) { in db_write_variable()
H A Ddb_variables.h50 #define FCN_NULL ((db_varfcn_t *)0) macro