Home
last modified time | relevance | path

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

/dports/security/ncrack/ncrack-0.7/
H A DService.h208 void setListFull(void) { list_full = true; }; in setListFull()
209 void unsetListFull(void) { list_full = false; }; in unsetListFull()
210 bool getListFull(void) { return list_full; }; in getListFull()
376 bool list_full; /* service appended to 'services_full' list */ variable
H A DService.cc152 list_full = false; in Service()
241 list_full = false; in Service()
/dports/games/dangen/dangen-0.5/spqr/
H A Dshow-record.c40 stage_list *list_full = NULL; in show_record() local
110 list_full = stage_list_new((int (*)(stage_plan *, void *)) in show_record()
113 if (list_full == NULL) in show_record()
127 if (max_id > list_full->n) in show_record()
130 max_id, list_full->n); in show_record()
131 stage_list_delete(list_full); in show_record()
158 stage_list_delete(list_full); in show_record()
632 || (list_full->p[n])->stage_id == record->total_p->stage_id[i]) in show_record()
646 (list_full->p[n])->name); in show_record()
702 stage_list_delete(list_full); in show_record()
/dports/games/freeminer/freeminer-0.4.10.4/util/master/
H A Dmaster.cgi73 list_full => $root_path . 'list_full',
253 my $list_full = [grep { $_->{time} > time - $config{time_purge} } values %$listk];
258 @{$list_full}
271 $list->{list} = $list_full;
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dpanel.h33 list_full, /* Name, size, perm/date */ enumerator
H A Dpanel.c1945 case list_full: in panel_format()
1966 case list_full: in mini_status_format()
4328 panel->list_format = list_full; in panel_sized_empty_new()
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dpanel.h33 list_full, /* Name, size, perm/date */ enumerator
H A Dpanel.c1945 case list_full: in panel_format()
1966 case list_full: in mini_status_format()
4328 panel->list_format = list_full; in panel_sized_empty_new()
/dports/x11-fonts/font-manager/font-manager-0.8.7/src/font-manager/
H A DApplication.vala173 public string list_full () throws GLib.DBusError, GLib.IOError {
254 stdout.printf("\n%s\n\n", list_full());
/dports/misc/mc/mc-4.8.27/src/
H A Dsetup.c236 { "full", list_full },
1156 panel->list_format = list_full; in panel_load_setup()
/dports/misc/mc-nox11/mc-4.8.27/src/
H A Dsetup.c236 { "full", list_full },
1156 panel->list_format = list_full; in panel_load_setup()
/dports/print/py-python-ly/python-ly-0.9.6/ly/musicxml/
H A Dly2xml_mediator.py232 if bb.list_full:
325 self.bar.list_full = True
H A Dxml_objs.py468 self.list_full = False
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dsign.c1275 bool list_full = (r_list_length (data->output) == data->count); in closest_match_update() local
1279 if (list_full) { in closest_match_update()
1329 if (list_full) { in closest_match_update()