Home
last modified time | relevance | path

Searched refs:first_char (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp88 const char first_char = trimmed_value_str[0]; in SetValueFromString() local
89 if (first_char == '"' || first_char == '\'') { in SetValueFromString()
91 if (trimmed_len == 1 || value_str[trimmed_len - 1] != first_char) { in SetValueFromString()
H A DCommandInterpreter.cpp1583 const char first_char = command_string[0]; in ExtractCommand() local
1584 if (first_char == '\'' || first_char == '"') { in ExtractCommand()
1585 quote_char = first_char; in ExtractCommand()
/freebsd/crypto/heimdal/lib/wind/
H A Dutf8.c156 static const char first_char[4] = variable
215 out[0] = ch | first_char[len - 1]; in wind_ucs4utf8()
487 out[0] = ch | first_char[len - 1]; in wind_ucs2utf8()
/freebsd/contrib/sendmail/contrib/
H A Dqtool.pl605 my $first_char;
607 $first_char = substr($line, 0, 1);
608 if ($first_char eq "?")
612 elsif ($first_char eq "\t")
/freebsd/contrib/ee/
H A Dnew_curse.h216 extern int Get_key P_((int first_char));
H A Dnew_curse.c2324 Get_key(first_char) /* try to decode key sequence */ in Get_key() argument
2325 int first_char; /* first character of sequence */ in Get_key()
2344 string[Count++] = first_char;
2408 return(first_char);