Home
last modified time | relevance | path

Searched refs:edit_opts (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c320 const char *edit_opts = "-Me, -Fe, -Pe, -X, or -#"; in pcf_edit_master() local
339 msg_fatal("%s accept no multi-line input", edit_opts); in pcf_edit_master()
343 msg_fatal("%s accept no comment input", edit_opts); in pcf_edit_master()
458 edit_opts); in pcf_edit_master()
462 path, lineno, service_type, edit_opts); in pcf_edit_master()
/netbsd-src/games/rogue/
H A Dplay.c194 edit_opts(); in play_level()
H A Drogue.h485 void edit_opts(void);
H A Droom.c518 edit_opts(void) in edit_opts() function