Home
last modified time | relevance | path

Searched refs:skipspaces (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/print/trueprint/trueprint-5.4/src/
H A Dprint_prompt.c124 skipspaces(&response_ptr); in print_prompt()
197 skipspaces(&s_index); in check_selection()
203 skipspaces(&s_index); in check_selection()
235 skipspaces(&s_index); in check_selection()
237 skipspaces(&s_index); in check_selection()
H A Ddebug.c74 skipspaces(&s_index); in match()
76 skipspaces(&s_index); in match()
H A Dutils.h4 void skipspaces(char **);
H A Dprint_prompt.h14 extern void skipspaces(char **);
H A Dutils.c18 skipspaces(char **ptr) in skipspaces() function
/dports/devel/radare2/radare2-5.1.1/libr/egg/
H A Degg_lang.c15 static const char *skipspaces(const char *s) { in skipspaces() function
375 p = (char *) skipspaces (p + 1); in rcc_element()
623 egg->lang.dstvar = strdup (skipspaces (foo)); in r_egg_mkvar()
634 str = skipspaces (str); in rcc_fun()
640 egg->lang.dstvar = strdup (skipspaces (str)); in rcc_fun()
641 ptr2 = (char *) skipspaces (ptr); in rcc_fun()
643 rcc_set_callname (egg, skipspaces (ptr)); in rcc_fun()
646 str = skipspaces (str); in rcc_fun()
647 rcc_set_callname (egg, skipspaces (str)); in rcc_fun()
1037 ocn = skipspaces (egg->lang.callname); in rcc_next()
[all …]
/dports/devel/upp/upp/uppsrc/Core/
H A DParser.h16 bool skipspaces; variable
24 void DoSpaces() { if(skipspaces) Spaces(); } in DoSpaces()
106 CParser& SkipSpaces(bool b = true) { skipspaces = b; return *this; }
107 CParser& NoSkipSpaces() { skipspaces = false; return *this; } in NoSkipSpaces()
H A Dparser.cpp566 if(skipspaces) in SetPos()
574 skipspaces = skipcomments = true; in CParser()
583 skipspaces = skipcomments = true; in CParser()
593 skipspaces = skipcomments = true; in CParser()
603 if(skipspaces) in Set()
/dports/emulators/mess/mame-mame0226/3rdparty/utf8proc/test/
H A Dtests.c20 size_t skipspaces(const char *buf, size_t i) in skipspaces() function
35 i = skipspaces(buf, i); in encode()
H A Dtests.h22 size_t skipspaces(const char *buf, size_t i);
H A Dgraphemetest.c22 bi = skipspaces(buf, bi); in main()
/dports/emulators/mame/mame-mame0226/3rdparty/utf8proc/test/
H A Dtests.c20 size_t skipspaces(const char *buf, size_t i) in skipspaces() function
35 i = skipspaces(buf, i); in encode()
H A Dtests.h22 size_t skipspaces(const char *buf, size_t i);
H A Dgraphemetest.c22 bi = skipspaces(buf, bi); in main()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/utf8proc/test/
H A Dtests.c20 size_t skipspaces(const char *buf, size_t i) in skipspaces() function
35 i = skipspaces(buf, i); in encode()
H A Dtests.h22 size_t skipspaces(const char *buf, size_t i);
H A Dgraphemetest.c22 bi = skipspaces(buf, bi); in main()
/dports/textproc/utf8proc/utf8proc-2.6.1/test/
H A Dtests.c20 size_t skipspaces(const unsigned char *buf, size_t i) in skipspaces() function
35 i = skipspaces(buf, i); in encode()
H A Dtests.h25 size_t skipspaces(const unsigned char *buf, size_t i);
/dports/games/warzone2100/warzone2100/3rdparty/utf8proc/test/
H A Dtests.c20 size_t skipspaces(const unsigned char *buf, size_t i) in skipspaces() function
35 i = skipspaces(buf, i); in encode()
H A Dtests.h25 size_t skipspaces(const unsigned char *buf, size_t i);
/dports/sysutils/fusefs-hfsfuse/hfsfuse-0.132/lib/utf8proc/test/
H A Dtests.c20 size_t skipspaces(const unsigned char *buf, size_t i) in skipspaces() function
36 i = skipspaces(buf, i); in encode()
H A Dtests.h25 size_t skipspaces(const unsigned char *buf, size_t i);
/dports/graphics/grx/grx249/src/gformats/
H A Dpnm2ctx.c72 static int skipspaces( inputstruct *is ) in skipspaces() function
122 if( skipspaces( is ) != 0 ) return -1; in loaddata()
124 if( skipspaces( is ) != 0 ) return -1; in loaddata()
129 if( skipspaces( is ) != 0 ) return -1; in loaddata()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/m3u/
H A Dm3u.c43 skipspaces (const uint8_t *p, const uint8_t *end) { in skipspaces() function
87 p = skipspaces (p, end); in load_m3u()
302 p = skipspaces (p, end); in load_pls()
314 p = skipspaces (p, end); in load_pls()

12345678910>>...19