Home
last modified time | relevance | path

Searched refs:escapeInput (Results 1 – 7 of 7) sorted by relevance

/dports/misc/rpl/rpl-1.4.1/src/
H A Dreplace.c87 int escapeInput = 0; /*should we escape stuff like \n \r \t; etc? */ in main() local
157 escapeInput = 1; in main()
212 if(escapeInput) in main()
240 if(escapeInput) in main()
317 … fprintf(stderr, "Really DELETE all occurences of %s ",(escapeInput)?orgSearchString:searchString); in main()
345 …EchoModes(escapeInput, ignore_case, whole_words, simulationMode, searchString, replaceString, orgS… in main()
987 static void EchoModes(int escapeInput, int ignore_case, int whole_words, int simulationMode, unsign… in EchoModes() argument
991 if(escapeInput) in EchoModes()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/vellum/
H A Ddecoder_v1.go305 …rv += fmt.Sprintf(" %d -> %d [label=\"%s%s\"];\n", f.top, transDest, escapeInput(transChar), ou…
311 func escapeInput(b byte) string { func
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/couchbase/vellum/
H A Ddecoder_v1.go305 …rv += fmt.Sprintf(" %d -> %d [label=\"%s%s\"];\n", f.top, transDest, escapeInput(transChar), ou…
311 func escapeInput(b byte) string { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/couchbase/vellum/
H A Ddecoder_v1.go305 …rv += fmt.Sprintf(" %d -> %d [label=\"%s%s\"];\n", f.top, transDest, escapeInput(transChar), ou…
311 func escapeInput(b byte) string { func
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/
H A Ddecoder_v1.go313 …rv += fmt.Sprintf(" %d -> %d [label=\"%s%s\"];\n", f.top, transDest, escapeInput(transChar), ou…
319 func escapeInput(b byte) string { func
/dports/net/xisp/xisp-2.7p4/
H A Dxisp.h433 FL_OBJECT *escapeInput; member
H A Dxisp.c5672 fl_activate_object(fd_commInfo->escapeInput);
5673 fl_set_object_lcol(fd_commInfo->escapeInput,FL_WHITE);
5684 fl_deactivate_object(fd_commInfo->escapeInput);
5685 fl_set_object_lcol(fd_commInfo->escapeInput,FL_INACTIVE);
5779 fl_call_object_callback(fd_commInfo->escapeInput);
8125 fl_activate_object(fd_commInfo->escapeInput);
8126 fl_set_object_lcol(fd_commInfo->escapeInput,FL_WHITE);
8131 fl_deactivate_object(fd_commInfo->escapeInput);
8132 fl_set_object_lcol(fd_commInfo->escapeInput,FL_INACTIVE);
8140 fl_set_input(fd_commInfo->escapeInput,
[all …]