Home
last modified time | relevance | path

Searched refs:strbreakup (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/script-fu/scripts/
H A Dscript-fu-util.scm85 (basename (unbreakupstr (butlast (strbreakup filename ".")) ".")))
H A Dscript-fu-compat.init235 (define (strbreakup str sep)
/dports/comms/xdx/xdx-2.4/src/
H A Dgtksourceiter.c462 strbreakup (const char *string, in strbreakup() function
605 lines = strbreakup (str, "\n", -1); in gtk_source_iter_forward_search()
708 lines = strbreakup (str, "\n", -1); in gtk_source_iter_backward_search()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dgtksourceiter.c463 strbreakup (const char *string, in strbreakup() function
606 lines = strbreakup (str, "\n", -1); in gtk_source_iter_forward_search()
709 lines = strbreakup (str, "\n", -1); in gtk_source_iter_backward_search()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/GUI/
H A Dgtksourceiter.c465 strbreakup (const char *string, in strbreakup() function
608 lines = strbreakup (str, "\n", -1); in gtk_source_iter_forward_search()
711 lines = strbreakup (str, "\n", -1); in gtk_source_iter_backward_search()
/dports/editors/leafpad/leafpad-0.8.18.1/src/
H A Dgtksourceiter.c447 strbreakup (const char *string, in strbreakup() function
590 lines = strbreakup (str, "\n", -1); in gtk_source_iter_forward_search()
693 lines = strbreakup (str, "\n", -1); in gtk_source_iter_backward_search()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtksourceiter.c469 strbreakup (const char *string, in strbreakup() function
625 lines = strbreakup (str, "\n", -1); in gtk_source_iter_forward_search()
728 lines = strbreakup (str, "\n", -1); in gtk_source_iter_backward_search()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtksourceiter.c469 strbreakup (const char *string, in strbreakup() function
625 lines = strbreakup (str, "\n", -1); in gtk_source_iter_forward_search()
728 lines = strbreakup (str, "\n", -1); in gtk_source_iter_backward_search()
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtksourceiter.c469 strbreakup (const char *string, in strbreakup() function
625 lines = strbreakup (str, "\n", -1); in gtk_source_iter_forward_search()
728 lines = strbreakup (str, "\n", -1); in gtk_source_iter_backward_search()
/dports/editors/fte/fte/config/
H A Dm_siod.fte107 'strbreakup', 'strcat', 'strcmp', 'strcpy', 'strcspn', 'strftime',
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextiter.c4517 strbreakup (const char *string, in strbreakup() function
4645 lines = strbreakup (str, "\n", -1); in gtk_text_iter_forward_search()
4929 lines = strbreakup (str, "\n", -1); in gtk_text_iter_backward_search()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextiter.c4835 strbreakup (const char *string, in strbreakup() function
4984 lines = strbreakup (str, "\n", -1, NULL, case_insensitive); in gtk_text_iter_forward_search()
5308 lines = strbreakup (str, "\n", -1, &n_lines, case_insensitive); in gtk_text_iter_backward_search()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextiter.c4875 strbreakup (const char *string, in strbreakup() function
5025 lines = strbreakup (str, "\n", -1, NULL, case_insensitive); in gtk_text_iter_forward_search()
5349 lines = strbreakup (str, "\n", -1, &n_lines, case_insensitive); in gtk_text_iter_backward_search()
/dports/editors/cooledit/cooledit-3.17.28/syntax/
H A Dscm.syntax189 keyword whole strbreakup magenta/23
/dports/x11-toolkits/gtksourceview2/gtksourceview-2.10.5/
H A DChangeLog.soc-2006254 * gtksourceview/gtksourceiter.c: renamed strbreakup() to breakup_string(),
255 'strbreakup' is a reserved name.
1928 (forward_chars_with_skipping) (strbreakup):
H A DChangeLog.20070526700 (forward_chars_with_skipping) (strbreakup):
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-412794 string if sep is at end of string in strbreakup.
12798 * plug-ins/script-fu/scripts/script-fu-compat.init: Added strbreakup,
H A DChangeLog.pre-2-054899 * plug-ins/script-fu/interp_sliba.c: fixed problems with strbreakup