Home
last modified time | relevance | path

Searched refs:brepeat (Results 1 – 25 of 29) sorted by relevance

12

/dports/cad/qflow/qflow-1.4.98/src/
H A Dvlog2Verilog.c748 int brepeat = 0; in write_output() local
777 if (sscanf(bptr, "%d", &brepeat) == 0) brepeat = -1; in write_output()
825 bitstring = dec2binary(bptr + 1, brepeat); in write_output()
828 bitstring = hex2binary(bptr + 1, brepeat); in write_output()
838 if (brepeat < 0) brepeat = strlen(bitstring); in write_output()
871 brepeat--; in write_output()
872 if (brepeat > 0) in write_output()
875 if (brepeat <= 0) break; in write_output()
880 while (brepeat > 0) { in write_output()
893 brepeat--; in write_output()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dbtab.c84 { "repeat", 0, brepeat, urepeat },
H A Dbtab.h73 extern void brepeat __PR((Argvec * vp, FILE ** std, int flag));
H A Dbuiltin.c105 EXPORT void brepeat __PR((Argvec * vp, FILE ** std, int flag));
1572 brepeat(vp, std, flag) in brepeat() function
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dbtab.c84 { "repeat", 0, brepeat, urepeat },
H A Dbtab.h73 extern void brepeat __PR((Argvec * vp, FILE ** std, int flag));
H A Dbuiltin.c105 EXPORT void brepeat __PR((Argvec * vp, FILE ** std, int flag));
1572 brepeat(vp, std, flag) in brepeat() function
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dbtab.c84 { "repeat", 0, brepeat, urepeat },
H A Dbtab.h73 extern void brepeat __PR((Argvec * vp, FILE ** std, int flag));
H A Dbuiltin.c105 EXPORT void brepeat __PR((Argvec * vp, FILE ** std, int flag));
1572 brepeat(vp, std, flag) in brepeat() function
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dbtab.c84 { "repeat", 0, brepeat, urepeat },
H A Dbtab.h73 extern void brepeat __PR((Argvec * vp, FILE ** std, int flag));
H A Dbuiltin.c105 EXPORT void brepeat __PR((Argvec * vp, FILE ** std, int flag));
1572 brepeat(vp, std, flag) in brepeat() function
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dbtab.c84 { "repeat", 0, brepeat, urepeat },
H A Dbtab.h73 extern void brepeat __PR((Argvec * vp, FILE ** std, int flag));
H A Dbuiltin.c105 EXPORT void brepeat __PR((Argvec * vp, FILE ** std, int flag));
1572 brepeat(vp, std, flag) in brepeat() function
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dbtab.c84 { "repeat", 0, brepeat, urepeat },
H A Dbtab.h73 extern void brepeat __PR((Argvec * vp, FILE ** std, int flag));
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dbtab.c84 { "repeat", 0, brepeat, urepeat },
H A Dbtab.h73 extern void brepeat __PR((Argvec * vp, FILE ** std, int flag));
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dbtab.c84 { "repeat", 0, brepeat, urepeat },
H A Dbtab.h73 extern void brepeat __PR((Argvec * vp, FILE ** std, int flag));
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dbtab.c84 { "repeat", 0, brepeat, urepeat },
H A Dbtab.h73 extern void brepeat __PR((Argvec * vp, FILE ** std, int flag));
/dports/www/cssed/cssed-0.4.0/src/
H A Dcssdialogs-functions.c117 gboolean brepeat; in cssdialog_background_property_get_string() local
137 brepeat = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON in cssdialog_background_property_get_string()
146 if (!bimage && !bcolor && !bposition && !brepeat && !battachment) in cssdialog_background_property_get_string()
277 if (brepeat) in cssdialog_background_property_get_string()

12