Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h411 } lives_checkstatus_t; typedef
505 lives_checkstatus_t has_perl;
506 lives_checkstatus_t has_file;
513 lives_checkstatus_t has_mpv;
525 lives_checkstatus_t has_gdb;
526 lives_checkstatus_t has_gzip;
534 lives_checkstatus_t has_pip;
535 lives_checkstatus_t has_du;
537 lives_checkstatus_t has_gio;
538 lives_checkstatus_t has_wget;
[all …]
H A Dutils.c3434 boolean check_for_executable(lives_checkstatus_t *cap, const char *exec) { in check_for_executable()