Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dprocess.c167 static void confirm_fn __P((char *, int, char *));
1337 … kill this filter [y/n]" : "Really kill this window [y/n]", 1, INP_RAW, confirm_fn, NULL, RC_KILL);
1339 Input("Really kill this window [y/n]", 1, INP_RAW, confirm_fn, NULL, RC_KILL);
1362 Input("Really quit and kill all your windows [y/n]", 1, INP_RAW, confirm_fn, NULL, RC_QUIT);
6367 confirm_fn(buf, len, data) in confirm_fn() function