Home
last modified time | relevance | path

Searched refs:post_label (Results 1 – 21 of 21) sorted by relevance

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DTryCodes.py104 post_label = None
107 if post_label is None:
108 post_label = context.allocateLabel("try_end")
110 getGotoCode(post_label, emit)
195 if post_label is None:
196 post_label = context.allocateLabel("try_end")
198 getGotoCode(post_label, emit)
240 if post_label is not None:
241 getLabelCode(post_label, emit)
/dports/finance/frontaccounting/frontaccounting/includes/ui/
H A Dui_input.inc497 $labparams="", $post_label="", $inparams="")
512 if ($post_label != "")
513 echo " " . $post_label;
520 $labparams=null, $post_label=null, $submit_on_change=false)
543 if ($post_label)
544 echo " " . $post_label;
640 $post_label = "";
657 .($title ? " title='$title'": '')." > $post_label";
751 if ($post_label) {
752 echo "<span id='_{$name}_label'> $post_label</span>";
[all …]
/dports/databases/pgaccess/pgaccess-1.00.20140902/lib/plugins/
H A Dpgmonitor.tcl50 post_label ""
288 if [catch {set PgAcVar(post_label)}] {
289 set PgAcVar(post_label) ""
297 if {$PgAcVar(post_label) == "" ||
299 set PgAcVar(post_label) "Shutdown"
303 if {$PgAcVar(post_label) == "" ||
305 set PgAcVar(post_label) "Startup"
326 if {$PgAcVar(post_label) != "Startup" ||
327 $PgAcVar(post_label) != "Shutdown"} {
391 if {$PgAcVar(post_label) == "Startup"} {
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dstatements.py54 post_label=None, argument
183 post_label=post_label,
231 if (post_execute is not None) or (post_label is not None):
/dports/japanese/groff/groff-1.18.1.1/src/preproc/refer/
H A Dcommand.h32 extern string post_label;
H A Drefer.cc51 string post_label = "\\*(.]"; variable
159 post_label = ")"; in main()
868 put_string(post_label, fp); in handle_pending()
895 put_string(post_label, fp); in handle_pending()
H A Dcommand.cc603 post_label = argv[1].s; in bracket_label_command()
/dports/textproc/groff/groff-1.22.4/src/preproc/refer/
H A Dcommand.h32 extern string post_label;
H A Drefer.cpp50 string post_label = "\\*(.]"; variable
159 post_label = ")"; in main()
871 put_string(post_label, fp); in handle_pending()
898 put_string(post_label, fp); in handle_pending()
H A Dcommand.cpp602 post_label = argv[1].s; in bracket_label_command()
/dports/devel/bashdb/bashdb-5.0-1.1.2/lib/
H A Dhelp.sh98 typeset post_label='
102 "${label}Set annotation level.$post_label"
/dports/biology/exonerate/exonerate-2.4.0/src/model/
H A Dintron.c595 register C4_Label pre_label, post_label; in Intron_create() local
606 post_label = C4_Label_3SS; in Intron_create()
611 post_label = C4_Label_5SS; in Intron_create()
656 post_calc, post_label, NULL); in Intron_create()
/dports/net/uget/uget-2.2.1/ui-gtk/
H A DUgtkDownloadForm.h102 GtkWidget* post_label; member
H A DUgtkNodeDialog.c121 gtk_widget_set_sensitive ((GtkWidget*) ndialog->download.post_label, sensitive); in ugtk_node_dialog_init()
H A DUgtkDownloadForm.c326 dform->post_label = widget;
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dbb-reorder.c1401 rtx new_label, jump, post_label; in fix_up_crossing_landing_pad() local
1419 post_label = block_label (post_bb); in fix_up_crossing_landing_pad()
1420 jump = emit_jump_insn (gen_jump (post_label)); in fix_up_crossing_landing_pad()
1421 JUMP_LABEL (jump) = post_label; in fix_up_crossing_landing_pad()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dbb-reorder.c1401 rtx new_label, jump, post_label; in fix_up_crossing_landing_pad() local
1419 post_label = block_label (post_bb); in fix_up_crossing_landing_pad()
1420 jump = emit_jump_insn (gen_jump (post_label)); in fix_up_crossing_landing_pad()
1421 JUMP_LABEL (jump) = post_label; in fix_up_crossing_landing_pad()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbb-reorder.c1396 rtx new_label, jump, post_label; in fix_up_crossing_landing_pad() local
1414 post_label = block_label (post_bb); in fix_up_crossing_landing_pad()
1415 jump = emit_jump_insn (gen_jump (post_label)); in fix_up_crossing_landing_pad()
1416 JUMP_LABEL (jump) = post_label; in fix_up_crossing_landing_pad()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dbb-reorder.c1434 rtx_code_label *post_label = block_label (post_bb); in fix_up_crossing_landing_pad() local
1435 jump = emit_jump_insn (targetm.gen_jump (post_label)); in fix_up_crossing_landing_pad()
1436 JUMP_LABEL (jump) = post_label; in fix_up_crossing_landing_pad()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dbb-reorder.c1434 rtx_code_label *post_label = block_label (post_bb); in fix_up_crossing_landing_pad() local
1435 jump = emit_jump_insn (targetm.gen_jump (post_label)); in fix_up_crossing_landing_pad()
1436 JUMP_LABEL (jump) = post_label; in fix_up_crossing_landing_pad()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-invoice.c861 char *ddue_label, *post_label, *acct_label, *question_label; in gnc_dialog_post_invoice() local
872 post_label = _("Post Date"); in gnc_dialog_post_invoice()
919 post_label, acct_label, question_label, TRUE, TRUE, in gnc_dialog_post_invoice()