Searched refs:next_word (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/apr/network_io/unix/
H A Dinet_ntop.c166 unsigned int next_word = (unsigned int)*next_src++; local
167 next_word <<= 8;
168 next_word |= (unsigned int)*next_src++;
169 *next_dest++ = next_word;
171 if (next_word == 0) {
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1646 std::string next_word; local
1652 ExtractCommand (command_string, next_word, suffix, quote_char);
1656 if (GetAliasFullName(next_word.c_str(), full_name))
1669 cmd_obj = GetCommandObject (next_word.c_str(), &matches);
1672 actual_cmd_name_len += next_word.length();
1673 revised_command_line.Printf ("%s", next_word.c_str());
1678 revised_command_line.Printf ("%s", next_word.c_str());
1686 CommandObject *sub_cmd_obj = cmd_obj->GetSubcommandObject (next_word.c_str());
1689 actual_cmd_name_len += next_word.length() + 1;
1690 revised_command_line.Printf (" %s", next_word
[all...]
/freebsd-10-stable/contrib/ee/
H A Dee.c269 unsigned char *next_word P_((unsigned char *string));
1148 unsigned char *next_word(string) /* move to next word in string */ function
1705 cmd_str = next_word(cmd_str);
1721 cmd_str = next_word(cmd_str);
1810 cmd_str = next_word(cmd_str);
1819 cmd_str = next_word(cmd_str);
1829 cmd_str = next_word(cmd_str);
1938 nam_str = next_word(nam_str);
4190 str1 = next_word(str1);
4196 str1 = next_word(str
[all...]

Completed in 117 milliseconds