Home
last modified time | relevance | path

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

/dports/sysutils/clean/clean-3.4/
H A Dparse_rc.c15 static struct batchtype *batchlist = NULL; variable
229 batchptr->next = batchlist; in add_batch()
230 batchlist = batchptr; in add_batch()
243 if (!batchlist) { in dobatch()
249 for (temp = batchlist; temp; temp = temp->next) in dobatch()
261 while (batchlist) { in dobatch()
262 if (c && unlink(batchlist->path)) { in dobatch()
264 strcat(unlinkerr, batchlist->path); in dobatch()
267 temp = batchlist; in dobatch()
268 batchlist = batchlist->next; in dobatch()
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/
H A Dwmlunits144 def search(batchlist, name):
145 for info in batchlist:
148 batchlist.append({})
149 batchlist[-1]["name"] = name
150 return batchlist[-1]
182 dinfo = search(batchlist, d)
187 def list_eras(batchlist, addon):
267 batchlist = []
374 wesnoth.batchlist = batchlist
434 for addon in batchlist:
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/unit_tree/
H A Dhtml_output.py1423 def html_postprocess_file(filename, isocode, batchlist): argument
1429 for addon in batchlist:
1453 for addon in batchlist:
1484 def html_postprocess_all(batchlist): argument
1486 html_postprocess_file(filename, isocode, batchlist)
/dports/x11-fm/filerunner/filerunner/
H A Dcmd.tcl34 foreach itemblock $glob(batchlist) {
45 set glob(batchlist) {}
H A Dconfig.tcl645 set glob(batchlist) {}
H A Dfr4151 {-label {Clear VFS Batch List} -command {set glob(batchlist) {}}}\
4163 {-label {Clear VFS Batch List} -command {set glob(batchlist) {}}}\
5291 set tmp [join $glob(batchlist) \n]
5305 lappend glob(batchlist) $item
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/
H A D2015.5.2.rst601 * 4a8dbc7f13 Merge pull request `#24153`_ from techhat/batchlist