Searched refs:pre_ux (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mdoc_man.c | 103 static int pre_ux(DECL_ARGS); 181 { NULL, pre_ux, NULL, "BSD/OS", NULL }, /* Bsx */ 191 { NULL, pre_ux, NULL, "FreeBSD", NULL }, /* Fx */ 195 { NULL, pre_ux, NULL, "NetBSD", NULL }, /* Nx */ 196 { NULL, pre_ux, NULL, "OpenBSD", NULL }, /* Ox */ 214 { NULL, pre_ux, NULL, "UNIX", NULL }, /* Ux */ 223 { NULL, pre_ux, NULL, "is currently in beta test.", NULL }, /* Bt */ 226 { NULL, pre_ux, NULL, "currently under development.", NULL }, /* Ud */ 237 { NULL, pre_ux, NULL, "DragonFly", NULL }, /* Dx */ 1588 pre_ux(DECL_ARGS) in pre_ux() function
|