Searched refs:tokens (Results 1 - 25 of 29) sorted by relevance

12

/haiku-fatelf/src/bin/coreutils/lib/
H A Dreadtokens.c1 /* readtokens.c -- Functions for reading tokens from an input stream.
141 /* Build a NULL-terminated array of pointers to tokens
142 read from STREAM. Return the number of tokens read.
146 %%% realloc() of `tokens' just before returning? */
157 char **tokens; local
168 tokens = xnmalloc (sz, sizeof *tokens);
179 tokens = x2nrealloc (tokens, &sz, sizeof *tokens);
[all...]
H A Dstdlib.in.h163 NULL-terminated array of tokens:
167 - It returns the index of the "token" in the given array of tokens.
172 extern int getsubopt (char **optionp, char *const *tokens, char **valuep)
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_settings.c309 char* tokens[MAX_SETTINGS_TOKENS]; local
314 ntokens = fluid_settings_tokenize(name, buf, tokens);
316 if (!fluid_settings_get(settings, tokens, ntokens, &value, &type)) {
318 return fluid_settings_set(settings, tokens, ntokens, setting, FLUID_STR_TYPE);
344 char* tokens[MAX_SETTINGS_TOKENS]; local
348 ntokens = fluid_settings_tokenize(name, buf, tokens);
350 if (!fluid_settings_get(settings, tokens, ntokens, &value, &type)) {
354 return fluid_settings_set(settings, tokens, ntokens, setting, FLUID_NUM_TYPE);
384 char* tokens[MAX_SETTINGS_TOKENS]; local
388 ntokens = fluid_settings_tokenize(name, buf, tokens);
420 char* tokens[MAX_SETTINGS_TOKENS]; local
433 char* tokens[MAX_SETTINGS_TOKENS]; local
458 char* tokens[MAX_SETTINGS_TOKENS]; local
482 char* tokens[MAX_SETTINGS_TOKENS]; local
522 char* tokens[MAX_SETTINGS_TOKENS]; local
542 char* tokens[MAX_SETTINGS_TOKENS]; local
561 char* tokens[MAX_SETTINGS_TOKENS]; local
580 char* tokens[MAX_SETTINGS_TOKENS]; local
601 char* tokens[MAX_SETTINGS_TOKENS]; local
634 char* tokens[MAX_SETTINGS_TOKENS]; local
675 char* tokens[MAX_SETTINGS_TOKENS]; local
695 char* tokens[MAX_SETTINGS_TOKENS]; local
714 char* tokens[MAX_SETTINGS_TOKENS]; local
735 char* tokens[MAX_SETTINGS_TOKENS]; local
776 char* tokens[MAX_SETTINGS_TOKENS]; local
796 char* tokens[MAX_SETTINGS_TOKENS]; local
815 char* tokens[MAX_SETTINGS_TOKENS]; local
838 char* tokens[MAX_SETTINGS_TOKENS]; local
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dnumbers.c56 xsltFormatToken tokens[MAX_TOKENS]; member in struct:_xsltFormat
319 xsltFormatPtr tokens)
331 tokens->start = NULL;
332 tokens->tokens[0].separator = NULL;
333 tokens->end = NULL;
346 tokens->start = xmlStrndup(format, ix);
349 for (tokens->nTokens = 0; tokens->nTokens < MAX_TOKENS;
350 tokens
318 xsltNumberFormatTokenize(const xmlChar *format, xsltFormatPtr tokens) argument
424 xsltNumberFormatInsertNumbers(xsltNumberDataPtr data, double *numbers, int numbers_max, xsltFormatPtr tokens, xmlBufferPtr buffer) argument
742 xsltFormat tokens; local
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DWindowMenu.cpp125 int32* tokens = get_token_list(theTeam, &tokenCount); local
128 client_window_info* wInfo = get_window_info(tokens[j]);
181 free(tokens);
H A DSwitcher.cpp992 int32* tokens = get_token_list(-1, &tokenCount); local
993 if (tokens == NULL) {
1005 client_window_info* matchWindowInfo = get_window_info(tokens[i]);
1022 free(tokens);
1110 int32* tokens = get_token_list(-1, &tokenCount); local
1111 if (tokens == NULL)
1123 client_window_info* windowInfo = get_window_info(tokens[i]);
1141 free(tokens);
1162 int32* tokens = get_token_list(teamID, &count); local
1163 if (!tokens)
1202 int32* tokens = get_token_list(-1, &count); local
[all...]
H A DExpandoMenuBar.cpp869 int32* tokens = get_token_list(theTeam, &count); local
873 = get_window_info(tokens[k]);
908 free(tokens);
/haiku-fatelf/src/apps/screenshot/
H A DScreenshot.cpp271 int32* tokens = get_token_list(appInfo.team, &tokenCount); local
295 free(tokens);
297 &tokens, &tokenCount);
298 if (status != B_OK || !tokens || tokenCount < 1)
308 token = tokens[i];
322 free(tokens);
/haiku-fatelf/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp254 int32 tokens[] = { -1, 0, 1 } ; local
258 int32 tokenCount = sizeof(tokens) / sizeof(int32);
264 int32 token1 = tokens[to1];
278 int32 token2 = tokens[to2];
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstdlib.h135 NULL-terminated array of tokens:
139 - It returns the index of the "token" in the given array of tokens.
144 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
H A Dstdlib.in.h106 NULL-terminated array of tokens:
110 - It returns the index of the "token" in the given array of tokens.
115 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
/haiku-fatelf/src/apps/switcher/
H A DWindowsView.cpp37 int32* tokens = get_token_list(team, &count); local
40 client_window_info* info = get_window_info(tokens[i]);
49 free(tokens);
/haiku-fatelf/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp220 void PutTokens(stack<string>& tokens) argument
226 while (!tokens.empty()) {
227 fTokens.push_front(tokens.top());
228 tokens.pop();
/haiku-fatelf/src/bin/rcs/
H A Drcsbase.h325 enum tokens { enum
328 /* tokens */ COLON, ID, NUM, SEMI, STRING
545 extern enum tokens nexttok;
565 int getlex P((enum tokens));
621 extern enum tokens const ctab[];
H A Drcsmap.c36 enum tokens const ctab[] = {
H A Drcssyn.c162 static char const *getkeyval P((char const*,enum tokens,int));
486 enum tokens token;
H A Drcslex.c167 * hashtable, and prints the recognized tokens. Keywords are recognized
186 enum tokens nexttok; /*next token, set by nextlex */
317 register enum tokens d;
436 enum tokens token;
1518 /* test program reading a stream of lexemes and printing the tokens.
/haiku-fatelf/src/tests/kits/storage/
H A DMimeSnifferTest.cpp57 Token *tokens[256];
761 if (testCases[i].tokens[j]->Type() == CharacterString)
762 cout << " token2 == " << (testCases[i].tokens[j])->String() << endl;
772 if (testCases[i].tokens[j]->Type() == CharacterString)
774 const std::string &str = (testCases[i].tokens[j])->String();
793 CHK(*token == *(testCases[i].tokens[j]));
794 delete testCases[i].tokens[j];
/haiku-fatelf/src/bin/network/wget/lib/
H A Dstdlib.in.h172 NULL-terminated array of tokens:
176 - It returns the index of the "token" in the given array of tokens.
181 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
/haiku-fatelf/src/bin/bash/
H A Dbashline.c1173 /* Handle the two character tokens `>&', `<&', and `>|'.
2782 char **tokens; local
2802 tokens = history_tokenize (hlist[i]->line);
2804 for (j = 0; tokens && tokens[j]; j++)
2809 history_completion_array[harry_len++] = tokens[j];
2812 free (tokens);
2815 /* Sort the complete list of tokens. */
/haiku-fatelf/src/kits/interface/
H A DInterfaceDefs.cpp1378 int32* tokens = (int32*)malloc(count * sizeof(int32)); local
1379 if (tokens == NULL)
1382 link.Read(tokens, count * sizeof(int32));
1384 return tokens;
/haiku-fatelf/src/bin/
H A Dhey.cpp66 // Hey(target,const char*,reply) was previously limited to 100 tokens. It
347 BList argv; // number of tokens is now limited only by memory -- pfolk@uni.uiuc.edu 1999-11-03
348 char* tokens = new char[strlen(arg)*2]; local
349 char* currentToken = tokens;
382 // This used to be "return Hey(...);"---so tokens wasn't delete'd. -- pfolk@uni.uiuc.edu 1999-11-03
383 delete[] tokens;
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ht.c2083 static int tokens = 0; /* XXX */ local
2093 dialogtoken = (tokens+1) % 63; /* XXX */
2117 tokens = dialogtoken; /* allocate token */
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c8212 * into a whitespace-separated list of tokens (whitespace is any sequence
8215 * have a unique ID equal to any of the tokens in the list.
8219 xmlChar *tokens; local
8234 tokens =
8236 ns = xmlXPathGetElementsByIds(ctxt->context->doc, tokens);
8239 if (tokens != NULL)
8240 xmlFree(tokens);
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex2405 % Multiple tokens in the argument. We hope it's a number.
2757 % Make sure that spaces turn into tokens that match what \doignoretext wants.
4741 \sepspaces % Make spaces be word-separators rather than space tokens.
5018 % We save the uninterpreted tokens, rather than creating a box.
6126 % \parseargline) fails inside footnotes because the tokens are fixed when
6437 % Append the tokens #2 to the definition of macro #1, not expanding either.

Completed in 270 milliseconds

12