Searched refs:endit (Results 1 – 5 of 5) sorted by relevance
104 endit = Button(mainWidget, text="Exit", command=sys.exit)105 endit.pack(fill=BOTH)
19 - (void) endit
1297 goto endit; in e2fsck_pass1()1320 goto endit; in e2fsck_pass1()1334 goto endit; in e2fsck_pass1()1344 goto endit; in e2fsck_pass1()1374 goto endit; in e2fsck_pass1()1395 goto endit; in e2fsck_pass1()1403 goto endit; in e2fsck_pass1()1418 goto endit; in e2fsck_pass1()1470 goto endit; in e2fsck_pass1()1566 goto endit; in e2fsck_pass1()[all …]
308 auto it = begin(), endit = end(); in find() local309 while (it != endit && it->type != find_type) ++it; in find()