Home
last modified time | relevance | path

Searched refs:exits (Results 151 – 175 of 16566) sorted by relevance

12345678910>>...663

/dports/math/spooles-mpich/spooles.2.2/MSMD/doc/
H A Dproto.tex35 an error message is printed and the program exits.
47 an error message is printed and the program exits.
59 an error message is printed and the program exits.
78 an error message is printed and the program exits.
90 an error message is printed and the program exits.
132 an error message is printed and the program exits.
144 an error message is printed and the program exits.
156 an error message is printed and the program exits.
188 an error message is printed and the program exits.
222 an error message is printed and the program exits.
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/MSMD/doc/
H A Dproto.tex35 an error message is printed and the program exits.
47 an error message is printed and the program exits.
59 an error message is printed and the program exits.
78 an error message is printed and the program exits.
90 an error message is printed and the program exits.
132 an error message is printed and the program exits.
144 an error message is printed and the program exits.
156 an error message is printed and the program exits.
188 an error message is printed and the program exits.
222 an error message is printed and the program exits.
[all …]
/dports/math/spooles/spooles.2.2_SHARED/MSMD/doc/
H A Dproto.tex35 an error message is printed and the program exits.
47 an error message is printed and the program exits.
59 an error message is printed and the program exits.
78 an error message is printed and the program exits.
90 an error message is printed and the program exits.
132 an error message is printed and the program exits.
144 an error message is printed and the program exits.
156 an error message is printed and the program exits.
188 an error message is printed and the program exits.
222 an error message is printed and the program exits.
[all …]
/dports/math/spooles/spooles.2.2/MSMD/doc/
H A Dproto.tex35 an error message is printed and the program exits.
47 an error message is printed and the program exits.
59 an error message is printed and the program exits.
78 an error message is printed and the program exits.
90 an error message is printed and the program exits.
132 an error message is printed and the program exits.
144 an error message is printed and the program exits.
156 an error message is printed and the program exits.
188 an error message is printed and the program exits.
222 an error message is printed and the program exits.
[all …]
/dports/devel/9base/9base-6/dd/
H A Ddd.c71 exits("arg"); in main()
170 exits("arg"); in main()
180 exits("open"); in main()
189 exits("create"); in main()
195 exits("dup"); in main()
204 exits("counts"); in main()
214 exits("memory"); in main()
360 exits("range"); in number()
543 exits(0); in term()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/faces/
H A Dutil.c15 exits("mem"); in emalloc()
27 exits("mem"); in erealloc()
38 exits("mem"); in estrdup()
/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Dcompat.py123 exits = []
131 exits.append(exit)
136 while exits:
137 exit = exits.pop()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pycoverage/coverage/
H A Dparser.py480 chunk.exits.add(bc.offset)
491 chunk.exits.add(bc.jump_to)
495 chunk.exits.add(-self.code.co_firstlineno)
507 chunk.exits.add(block_stack[-1][1])
514 chunk.exits.add(block[1])
538 last_chunk.exits.remove(ex)
539 last_chunk.exits.add(penult.offset)
543 chunk.exits.add(ex)
559 assert all([(ex in starts or ex < 0) for ex in ch.exits])
594 for ex in this_chunk.exits:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/third_party/coverage/
H A Dparser.py474 chunk.exits.add(bc.offset)
485 chunk.exits.add(bc.jump_to)
489 chunk.exits.add(-self.code.co_firstlineno)
501 chunk.exits.add(block_stack[-1][1])
508 chunk.exits.add(block[1])
532 last_chunk.exits.remove(ex)
533 last_chunk.exits.add(penult.offset)
537 chunk.exits.add(ex)
553 assert all([(ex in starts or ex < 0) for ex in ch.exits])
588 for ex in this_chunk.exits:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pycoverage/coverage/
H A Dparser.py480 chunk.exits.add(bc.offset)
491 chunk.exits.add(bc.jump_to)
495 chunk.exits.add(-self.code.co_firstlineno)
507 chunk.exits.add(block_stack[-1][1])
514 chunk.exits.add(block[1])
538 last_chunk.exits.remove(ex)
539 last_chunk.exits.add(penult.offset)
543 chunk.exits.add(ex)
559 assert all([(ex in starts or ex < 0) for ex in ch.exits])
594 for ex in this_chunk.exits:
[all …]
/dports/devel/9base/9base-6/unicode/
H A Dunicode.c30 exits("usage"); in main()
33 exits(range(argv)); in main()
35 exits(nums(argv)); in main()
36 exits(chars(argv)); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dunicode.c30 exits("usage"); in main()
33 exits(range(argv)); in main()
35 exits(nums(argv)); in main()
36 exits(chars(argv)); in main()
H A Dnetkey.c10 exits("usage"); in usage()
30 exits("boofhead"); in main()
41 exits(nil); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/dict/
H A Dmkindex.c48 exits("nodict"); in main()
60 exits("nodict"); in main()
69 exits(0); in main()
97 exits("nomem"); in getentry()
/dports/math/oink/oink-c1259fe/src/
H A Dpp.cpp396 std::vector<int> exits; in printState() local
414 if (region[to] != p) exits.push_back(region[to]); in printState()
422 if (region[to] != p) exits.push_back(region[to]); in printState()
430 std::sort(exits.begin(), exits.end()); in printState()
431 for (unsigned k=0; k<exits.size(); k++) { in printState()
433 if (exits[k-1] == exits[k]) continue; in printState()
436 logger << exits[k]; in printState()
474 else if (subclosed) logger << " (closed to " << exits[0] << ")"; in printState()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgraphite-scop-detection.c428 bool exits; member
458 result.exits = false; in scopdet_basic_block_info()
528 result.exits = false; in scopdet_basic_block_info()
582 exits.release (); in scopdet_basic_block_info()
595 result.exits = false; in scopdet_basic_block_info()
605 result.exits = true; in scopdet_basic_block_info()
644 result.exits |= sinfo.exits; in scopdet_basic_block_info()
691 result.exits = true; in scopdet_basic_block_info()
705 result.exits |= sinfo.exits; in scopdet_basic_block_info()
743 result.exits = false; in build_scops_1()
[all …]
/dports/math/spooles-mpich/spooles.2.2/Iter/doc/
H A Dproto.tex239 the program exits.
255 the program exits.
270 the program exits.
285 the program exits.
300 the program exits.
315 the program exits.
330 the program exits.
345 the program exits.
361 the program exits.
377 the program exits.
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Iter/doc/
H A Dproto.tex239 the program exits.
255 the program exits.
270 the program exits.
285 the program exits.
300 the program exits.
315 the program exits.
330 the program exits.
345 the program exits.
361 the program exits.
377 the program exits.
[all …]
/dports/math/spooles/spooles.2.2/Iter/doc/
H A Dproto.tex239 the program exits.
255 the program exits.
270 the program exits.
285 the program exits.
300 the program exits.
315 the program exits.
330 the program exits.
345 the program exits.
361 the program exits.
377 the program exits.
[all …]
/dports/math/spooles/spooles.2.2_SHARED/Iter/doc/
H A Dproto.tex239 the program exits.
255 the program exits.
270 the program exits.
285 the program exits.
300 the program exits.
315 the program exits.
330 the program exits.
345 the program exits.
361 the program exits.
377 the program exits.
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dlocation.cpp57 theExit = (ExitEntry *) pointerTo(instances[location].exits); in go()
58 if (instances[location].exits != 0) { in go()
99 if (instances[from].exits == 0) in exitto()
102 for (theExit = (ExitEntry *) pointerTo(instances[from].exits); !isEndOfArray(theExit); theExit++) in exitto()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dlocation.cpp57 theExit = (ExitEntry *) pointerTo(instances[location].exits); in go()
58 if (instances[location].exits != 0) { in go()
99 if (instances[from].exits == 0) in exitto()
102 for (theExit = (ExitEntry *) pointerTo(instances[from].exits); !isEndOfArray(theExit); theExit++) in exitto()
/dports/net/py-kombu/kombu-4.6.11/kombu/utils/
H A Dcompat.py116 exits = []
125 exits.append(exit)
130 while exits:
131 exit = exits.pop()
/dports/devel/9base/9base-6/cleanname/
H A Dcleanname.c24 exits("usage"); in main()
35 exits("out of memory"); in main()
43 exits(0); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ndb/
H A Dndbipquery.c15 exits("usage"); in usage()
48 exits("no db"); in main()
53 exits(0); in main()

12345678910>>...663