Home
last modified time | relevance | path

Searched refs:remove_char (Results 1 – 25 of 87) sorted by relevance

1234

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dpiggy.h167 extern void remove_char( char * s, char c ); // in piggy.c
168 #define REMOVE_EOL(s) remove_char((s),'\n')
169 #define REMOVE_COMMENTS(s) remove_char((s),';')
170 #define REMOVE_DOTS(s) remove_char((s),'.')
/dports/comms/owfs/owfs-3.2p4/module/owhttpd/src/c/
H A Dowhttpd_handler.c444 char * remove_char ; in TrimBoundary() local
446 remove_char = strrchr( *boundary, '\n' ) ; in TrimBoundary()
447 if ( remove_char ) { in TrimBoundary()
448 *remove_char = '\0' ; in TrimBoundary()
451 remove_char = strrchr( *boundary, '\r' ) ; in TrimBoundary()
452 if ( remove_char ) { in TrimBoundary()
453 *remove_char = '\0' ; in TrimBoundary()
/dports/devel/roswell/roswell-20.06.14.107/src/
H A Dopt.c90 opt->value=remove_char("\n\t",value); in set_opt()
98 opt->name=(const char*)remove_char("\n\t",(char*)name); in set_opt()
99 opt->value=remove_char("\n\t",value); in set_opt()
H A Dutil.c40 char* result2=remove_char("\r\n",result); in uname_m()
63 char* p2=p?remove_char("\r\n",p):q(""); in which()
H A Dutil_windows.c56 char* p2=p?remove_char("\r\n",p):q(""); in which()
H A Dutil.h122 char* remove_char(char* items,char* orig);
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/gui/
H A Dgui_text_input.cpp166 remove_char(); in KeyDown()
172 remove_char(); in KeyDown()
252 void GUI_TextInput::remove_char() { in remove_char() function in Ultima::Nuvie::GUI_TextInput
H A Dgui_text_input.h59 void remove_char();
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/gui/
H A Ditem_colorchannel_rgba.cpp140 ItemColorChannelRGBA::remove_char() in remove_char() function in ItemColorChannelRGBA
169 remove_char(); in process_action()
H A Ditem_colorchannel.hpp53 void remove_char();
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/src/
H A Dutils.h57 void remove_char (char *source,
H A Dutils.c41 remove_char(char *source, in remove_char() function
/dports/math/calc/calc-2.14.0.14/
H A Dhist.c249 S_FUNC void remove_char(int ch);
828 remove_char(int ch) in remove_char() function
879 remove_char((int)(*--HS.end)); in flush_input()
980 remove_char((int)ch); in forward_kill_char()
1030 remove_char((int)(*--cp)); in forward_kill_word()
1053 remove_char((int)(*--HS.end)); in kill_line()
1303 remove_char((int)(*--cp)); in kill_region()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/gui/widgets/
H A Dmsg_scroll.h88 void remove_char();
232 bool remove_char();
H A Dmsg_scroll.cpp104 void MsgLine::remove_char() { in remove_char() function in Ultima::Nuvie::MsgLine
528 bool MsgScroll::remove_char() { in remove_char() function in Ultima::Nuvie::MsgScroll
532 msg_line->remove_char(); in remove_char()
1064 remove_char(); in input_buf_remove_char()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/linenoise/
H A Dlinenoise.c800 static int remove_char(struct current *current, int pos) in remove_char() function
877 while (n-- && remove_char(current, pos)) { in remove_chars()
1033 if (remove_char(current, current->pos - 1) == 1) { in linenoisePrompt()
1047 if (remove_char(current, current->pos) == 1) { in linenoisePrompt()
1195 remove_char(current, current->pos); in linenoisePrompt()
1209 remove_char(current, current->pos - 1); in linenoisePrompt()
/dports/emulators/mess/mame-mame0226/3rdparty/linenoise/
H A Dlinenoise.c1063 static int remove_char(struct current *current, int pos) in remove_char() function
1167 while (n-- && remove_char(current, pos)) { in remove_chars()
1331 if (remove_char(current, current->pos - 1) == 1) { in linenoiseEdit()
1344 if (remove_char(current, current->pos) == 1) { in linenoiseEdit()
1477 remove_char(current, current->pos - fixer); in linenoiseEdit()
1491 remove_char(current, current->pos - 1); in linenoiseEdit()
/dports/emulators/mame/mame-mame0226/3rdparty/linenoise/
H A Dlinenoise.c1063 static int remove_char(struct current *current, int pos) in remove_char() function
1167 while (n-- && remove_char(current, pos)) { in remove_chars()
1331 if (remove_char(current, current->pos - 1) == 1) { in linenoiseEdit()
1344 if (remove_char(current, current->pos) == 1) { in linenoiseEdit()
1477 remove_char(current, current->pos - fixer); in linenoiseEdit()
1491 remove_char(current, current->pos - 1); in linenoiseEdit()
/dports/audio/id3ren/id3ren-322ee77/src/
H A Did3ren.c97 char *remove_char = ""; variable
222 if (i != 31337 && strchr(remove_char, tmpfile[tcount]) == NULL) in apply_template()
606 alloc_string(&remove_char, (strlen(option)+1)); in check_arg()
607 strcpy(remove_char, option); in check_arg()
/dports/lang/jimtcl/jimtcl-0.81/
H A Dlinenoise.c1573 static int remove_char(struct current *current, int pos) in remove_char() function
1711 while (n-- && remove_char(current, pos)) { in remove_chars()
1912 if (remove_char(current, current->pos - 1) == 1) { in linenoiseEdit()
1925 if (remove_char(current, current->pos) == 1) { in linenoiseEdit()
1957 remove_char(current, current->pos - fixer); in linenoiseEdit()
1970 remove_char(current, current->pos - 1); in linenoiseEdit()
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Dlinenoise.c1573 static int remove_char(struct current *current, int pos) in remove_char() function
1711 while (n-- && remove_char(current, pos)) { in remove_chars()
1912 if (remove_char(current, current->pos - 1) == 1) { in linenoiseEdit()
1925 if (remove_char(current, current->pos) == 1) { in linenoiseEdit()
1957 remove_char(current, current->pos - fixer); in linenoiseEdit()
1970 remove_char(current, current->pos - 1); in linenoiseEdit()
/dports/devel/rabs/rabs-2.19.5/minilang/src/
H A Dlinenoise.c1974 static int remove_char(struct current *current, int pos) in remove_char() function
2112 while (n-- && remove_char(current, pos)) { in remove_chars()
2313 if (remove_char(current, current->pos - 1) == 1) { in linenoiseEdit()
2326 if (remove_char(current, current->pos) == 1) { in linenoiseEdit()
2358 remove_char(current, current->pos - fixer); in linenoiseEdit()
2371 remove_char(current, current->pos - 1); in linenoiseEdit()
/dports/devel/z88dk/z88dk/src/ticks/
H A Dlinenoise.c1968 static int remove_char(struct current *current, int pos) in remove_char() function
2106 while (n-- && remove_char(current, pos)) { in remove_chars()
2307 if (remove_char(current, current->pos - 1) == 1) { in linenoiseEdit()
2320 if (remove_char(current, current->pos) == 1) { in linenoiseEdit()
2352 remove_char(current, current->pos - fixer); in linenoiseEdit()
2365 remove_char(current, current->pos - 1); in linenoiseEdit()
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dutil.h120 std::string remove_char( const std::string &str,
/dports/textproc/dblatex/dblatex-0.3.11py3/lib/dbtexmf/dblatex/xetex/
H A Dfcmanager.py139 def remove_char(self, char): member in FcFont

1234