Home
last modified time | relevance | path

Searched refs:TOKEN_DELIMITERS (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/streamconv/converters/
H A DnsTXTToHTMLConv.cpp15 #define TOKEN_DELIMITERS u"\t\r\n " macro
145 front = mBuffer.RFindCharInSet(TOKEN_DELIMITERS, tokenLoc); in OnDataAvailable()
147 back = mBuffer.FindCharInSet(TOKEN_DELIMITERS, tokenLoc); in OnDataAvailable()
162 int32_t end = mBuffer.RFind(TOKEN_DELIMITERS, mBuffer.Length()); in OnDataAvailable()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/streamconv/converters/
H A DnsTXTToHTMLConv.cpp15 #define TOKEN_DELIMITERS u"\t\r\n " macro
159 front = mBuffer.RFindCharInSet(TOKEN_DELIMITERS, tokenLoc); in OnDataAvailable()
161 back = mBuffer.FindCharInSet(TOKEN_DELIMITERS, tokenLoc); in OnDataAvailable()
176 int32_t end = mBuffer.RFind(TOKEN_DELIMITERS, mBuffer.Length()); in OnDataAvailable()
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dsrvdefs.h20 #define TOKEN_DELIMITERS " \t\n," macro
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dsrvdefs.h20 #define TOKEN_DELIMITERS " \t\n," macro
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dstdinhand.c743 ntokens = get_tokens(buf, arg, 3, TOKEN_DELIMITERS); in create_command()
1429 ntokens = get_tokens(str, arg, 2, TOKEN_DELIMITERS); in cmdlevel_command()
1638 ntokens = get_tokens(buf, arg, 4, TOKEN_DELIMITERS); in timeout_command()
2363 ntokens = get_tokens(buf, arg, 2, TOKEN_DELIMITERS); in team_command()
2483 ntokens = get_tokens(buf, arg, 2, TOKEN_DELIMITERS); in vote_command()
2684 ntokens = get_tokens(buf, arg, 3, TOKEN_DELIMITERS); in debug_command()
3226 ntokens = get_tokens(buf, arg, 2, TOKEN_DELIMITERS); in observe_command()
3374 ntokens = get_tokens(buf, arg, 2, TOKEN_DELIMITERS); in take_command()
3560 ntokens = get_tokens(buf, arg, 1, TOKEN_DELIMITERS); in detach_command()
4059 ntokens = get_tokens(str, token, 2, TOKEN_DELIMITERS); in playercolor_command()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dstdinhand.c743 ntokens = get_tokens(buf, arg, 3, TOKEN_DELIMITERS); in create_command()
1429 ntokens = get_tokens(str, arg, 2, TOKEN_DELIMITERS); in cmdlevel_command()
1638 ntokens = get_tokens(buf, arg, 4, TOKEN_DELIMITERS); in timeout_command()
2363 ntokens = get_tokens(buf, arg, 2, TOKEN_DELIMITERS); in team_command()
2483 ntokens = get_tokens(buf, arg, 2, TOKEN_DELIMITERS); in vote_command()
2684 ntokens = get_tokens(buf, arg, 3, TOKEN_DELIMITERS); in debug_command()
3226 ntokens = get_tokens(buf, arg, 2, TOKEN_DELIMITERS); in observe_command()
3374 ntokens = get_tokens(buf, arg, 2, TOKEN_DELIMITERS); in take_command()
3560 ntokens = get_tokens(buf, arg, 1, TOKEN_DELIMITERS); in detach_command()
4059 ntokens = get_tokens(str, token, 2, TOKEN_DELIMITERS); in playercolor_command()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/
H A DChangeLog22133 Added common srvdefs.h with TOKEN_DELIMITERS moved there also
/dports/games/freeciv/freeciv-2.6.6/
H A DChangeLog22133 Added common srvdefs.h with TOKEN_DELIMITERS moved there also