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

/freebsd-10.0-release/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.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1613 std::string next_word; local
1619 ExtractCommand (command_string, next_word, suffix, quote_char);
1623 if (GetAliasFullName(next_word.c_str(), full_name))
1636 cmd_obj = GetCommandObject (next_word.c_str(), &matches);
1639 actual_cmd_name_len += next_word.length();
1640 revised_command_line.Printf ("%s", next_word.c_str());
1645 revised_command_line.Printf ("%s", next_word.c_str());
1653 CommandObject *sub_cmd_obj = cmd_obj->GetSubcommandObject (next_word.c_str());
1656 actual_cmd_name_len += next_word.length() + 1;
1657 revised_command_line.Printf (" %s", next_word
[all...]
/freebsd-10.0-release/usr.sbin/config/
H A Dmkmakefile.c53 #define next_word(fp, wd) \ macro
359 next_word(fp, wd);
395 next_word(fp, wd);
/freebsd-10.0-release/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 145 milliseconds