Symbol: term
headers/private/file_systems/QueryParser.h
1212
Term<QueryPolicy>* term = NULL;
headers/private/file_systems/QueryParser.h
1256
if (current->term == NULL)
headers/private/file_systems/QueryParser.h
1270
if (current->term != NULL)
headers/private/file_systems/QueryParser.h
1289
current->term = equation;
headers/private/file_systems/QueryParser.h
1306
current->term->Complement();
headers/private/file_systems/QueryParser.h
1324
if (current->term == NULL)
headers/private/file_systems/QueryParser.h
1334
left->term, left->op, right->term);
headers/private/file_systems/QueryParser.h
1340
left->term = newTerm;
headers/private/file_systems/QueryParser.h
1343
right->term = NULL;
headers/private/file_systems/QueryParser.h
1353
Term<QueryPolicy>* term = current->term;
headers/private/file_systems/QueryParser.h
1359
if (current->term != NULL)
headers/private/file_systems/QueryParser.h
1361
current->term = term;
headers/private/file_systems/QueryParser.h
1366
fTerm = term;
headers/private/file_systems/QueryParser.h
1382
delete item.term;
headers/private/file_systems/QueryParser.h
1510
Term<QueryPolicy>* term;
headers/private/file_systems/QueryParser.h
1511
while (stack.Pop(&term)) {
headers/private/file_systems/QueryParser.h
1512
if (term->Op() < OP_EQUATION) {
headers/private/file_systems/QueryParser.h
1513
Operator<QueryPolicy>* op = (Operator<QueryPolicy>*)term;
headers/private/file_systems/QueryParser.h
1526
} else if (term->Op() == OP_EQUATION
headers/private/file_systems/QueryParser.h
1527
|| fStack.Push((Equation<QueryPolicy>*)term) != B_OK)
headers/private/file_systems/QueryParser.h
957
Term<QueryPolicy>* term = this;
headers/private/file_systems/QueryParser.h
963
while (term != NULL && status == MATCH_OK) {
headers/private/file_systems/QueryParser.h
965
= (Operator<QueryPolicy>*)term->Parent();
headers/private/file_systems/QueryParser.h
972
if (other == term)
headers/private/file_systems/QueryParser.h
986
term = (Term<QueryPolicy>*)parent;
src/add-ons/index_server/fulltext/CLuceneDataBase.cpp
231
Term term(_T("path"), wPath);
src/add-ons/index_server/fulltext/CLuceneDataBase.cpp
232
reader->deleteDocuments(&term);
src/apps/haikudepot/packagemodel/PackageFilter.cpp
213
BString term;
src/apps/haikudepot/packagemodel/PackageFilter.cpp
214
searchTerms.CopyInto(term, index, nextSpace - index);
src/apps/haikudepot/packagemodel/PackageFilter.cpp
215
term.ToLower();
src/apps/haikudepot/packagemodel/PackageFilter.cpp
216
fSearchTerms.Add(term);
src/apps/haikudepot/packagemodel/PackageFilter.cpp
228
const BString& term = fSearchTerms.StringAt(i);
src/apps/haikudepot/packagemodel/PackageFilter.cpp
229
if (package->Name().FindFirst(term) < 0 && !_AcceptsPackageFromPublisher(package, term)
src/apps/haikudepot/packagemodel/PackageFilter.cpp
230
&& !_AcceptsPackageFromLocalizedText(package, term)) {
src/apps/haikudepot/packagemodel/PackageFilter.cpp
241
const BString& term = fSearchTerms.StringAt(i);
src/apps/haikudepot/packagemodel/PackageFilter.cpp
242
if (term.IsEmpty())
src/apps/haikudepot/packagemodel/PackageFilter.cpp
246
searchTerms.Append(term);
src/apps/mail/MailWindow.cpp
3375
BString* term = new BString("((");
src/apps/mail/MailWindow.cpp
3376
term->Append(attribute);
src/apps/mail/MailWindow.cpp
3377
term->Append("==\"*");
src/apps/mail/MailWindow.cpp
3378
term->Append(text);
src/apps/mail/MailWindow.cpp
3379
term->Append("*\")&&(BEOS:TYPE==\"text/x-email\"))");
src/apps/mail/MailWindow.cpp
3409
queryNode.WriteAttrString("_trk/qrystr", term);
src/bin/mail_utils/spamdbm.cpp
1875
double term;
src/bin/mail_utils/spamdbm.cpp
1882
sum = term = exp (-m);
src/bin/mail_utils/spamdbm.cpp
1885
term *= m / i;
src/bin/mail_utils/spamdbm.cpp
1886
sum += term;
src/bin/multiuser/multiuser_utils.cpp
178
const char* term = getenv("TERM");
src/bin/multiuser/multiuser_utils.cpp
185
if (term != NULL)
src/bin/multiuser/multiuser_utils.cpp
186
setenv("TERM", term, false);
src/bin/pc/pc.c
133
ULONG term(char **str); /* multiplication/division *,%,/ */
src/bin/pc/pc.c
681
sum = term(str);
src/bin/pc/pc.c
690
val = term(str);
src/libs/bsd/readpassphrase.c
100
if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
src/libs/bsd/readpassphrase.c
101
term.c_cc[VSTATUS] = _POSIX_VDISABLE;
src/libs/bsd/readpassphrase.c
103
(void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
src/libs/bsd/readpassphrase.c
105
memset(&term, 0, sizeof(term));
src/libs/bsd/readpassphrase.c
106
term.c_lflag |= ECHO;
src/libs/bsd/readpassphrase.c
132
if (!(term.c_lflag & ECHO))
src/libs/bsd/readpassphrase.c
137
if (memcmp(&term, &oterm, sizeof(term)) != 0) {
src/libs/bsd/readpassphrase.c
48
struct termios term, oterm;
src/libs/bsd/readpassphrase.c
96
memcpy(&term, &oterm, sizeof(term));
src/libs/bsd/readpassphrase.c
98
term.c_lflag &= ~(ECHO | ECHONL);
src/libs/mapm/mapm_exp.c
366
M_APM tmp0, digit, term;
src/libs/mapm/mapm_exp.c
371
term = M_get_stack_var();
src/libs/mapm/mapm_exp.c
379
m_apm_copy(term, xx);
src/libs/mapm/mapm_exp.c
386
m_apm_multiply(tmp0, term, xx);
src/libs/mapm/mapm_exp.c
387
m_apm_divide(term, local_precision, tmp0, digit);
src/libs/mapm/mapm_exp.c
388
m_apm_add(tmp0, rr, term);
src/libs/mapm/mapm_exp.c
391
if ((term->m_apm_exponent < tolerance) || (term->m_apm_sign == 0))
src/libs/mapm/mapm_exp.c
396
local_precision = local_precision + term->m_apm_exponent - prev_exp;
src/libs/mapm/mapm_exp.c
402
prev_exp = term->m_apm_exponent;
src/libs/mapm/mapm_lg4.c
55
M_APM tmp0, tmp1, tmp2, tmpS, term;
src/libs/mapm/mapm_lg4.c
63
term = M_get_stack_var();
src/libs/mapm/mapm_lg4.c
71
m_apm_copy(term, tmpS);
src/libs/mapm/mapm_lg4.c
79
m_apm_multiply(tmp0, term, tmp2);
src/libs/mapm/mapm_lg4.c
90
m_apm_round(term, local_precision, tmp0);
src/libs/mapm/mapm_lg4.c
91
m_apm_divide(tmp0, local_precision, term, tmp1);
src/libs/mapm/mapmasn0.c
110
M_APM tmp0, tmp2, tmpR, tmpS, digit, term;
src/libs/mapm/mapmasn0.c
118
term = M_get_stack_var();
src/libs/mapm/mapmasn0.c
124
m_apm_copy(term, aa);
src/libs/mapm/mapmasn0.c
137
m_apm_multiply(tmp0, term, tmp2);
src/libs/mapm/mapmasn0.c
152
m_apm_round(term, local_precision, tmp0);
src/libs/mapm/mapmasn0.c
153
m_apm_divide(tmp0, local_precision, term, digit);
src/libs/mapm/mapmasn0.c
160
m_apm_multiply(tmp0, term, tmp2);
src/libs/mapm/mapmasn0.c
175
m_apm_round(term, local_precision, tmp0);
src/libs/mapm/mapmasn0.c
176
m_apm_divide(tmp0, local_precision, term, digit);
src/libs/mapm/mapmrsin.c
101
m_apm_divide(term, local_precision, tmp8, tmp7);
src/libs/mapm/mapmrsin.c
105
m_apm_subtract(tmp7, sum, term);
src/libs/mapm/mapmrsin.c
110
m_apm_add(tmp7, sum, term);
src/libs/mapm/mapmrsin.c
129
M_APM sum, term, tmp7, tmp8, tmp9;
src/libs/mapm/mapmrsin.c
134
term = M_get_stack_var();
src/libs/mapm/mapmrsin.c
140
m_apm_copy(term, MM_One);
src/libs/mapm/mapmrsin.c
157
m_apm_multiply(tmp8, term, tmp9);
src/libs/mapm/mapmrsin.c
158
m_apm_divide(term, local_precision, tmp8, tmp7);
src/libs/mapm/mapmrsin.c
162
m_apm_subtract(tmp7, sum, term);
src/libs/mapm/mapmrsin.c
167
m_apm_add(tmp7, sum, term);
src/libs/mapm/mapmrsin.c
171
if ((term->m_apm_exponent < tolerance) || (term->m_apm_sign == 0))
src/libs/mapm/mapmrsin.c
176
local_precision = local_precision + term->m_apm_exponent - prev_exp;
src/libs/mapm/mapmrsin.c
182
prev_exp = term->m_apm_exponent;
src/libs/mapm/mapmrsin.c
65
M_APM sum, term, tmp2, tmp7, tmp8;
src/libs/mapm/mapmrsin.c
70
term = M_get_stack_var();
src/libs/mapm/mapmrsin.c
76
m_apm_copy(term, xx);
src/libs/mapm/mapmrsin.c
88
m_apm_multiply(tmp8, term, tmp2);
src/libs/mapm/mapmrsin.c
93
local_precision = dplaces + term->m_apm_exponent;
src/preferences/keymap/KeyboardLayout.cpp
677
BString& term, bool closingBracketAllowed)
src/preferences/keymap/KeyboardLayout.cpp
680
term = "";
src/preferences/keymap/KeyboardLayout.cpp
684
term += data[0];
src/preferences/keymap/KeyboardLayout.cpp
691
_Trim(term, true);
src/preferences/keymap/KeyboardLayout.cpp
697
KeyboardLayout::_SubstituteVariables(BString& term, VariableMap& variables,
src/preferences/keymap/KeyboardLayout.cpp
701
int32 index = term.FindFirst('$');
src/preferences/keymap/KeyboardLayout.cpp
713
if (!term.CompareAt(index, name, name.Length())
src/preferences/keymap/KeyboardLayout.cpp
722
term.Remove(index, bestLength);
src/preferences/keymap/KeyboardLayout.cpp
723
term.Insert(best->second.String(), index);
src/preferences/keymap/KeyboardLayout.cpp
727
while (isalpha(term[length + index])) {
src/preferences/keymap/KeyboardLayout.cpp
730
term.Truncate(length + index);
src/preferences/keymap/KeyboardLayout.cpp
741
BString& term, VariableMap& variables)
src/preferences/keymap/KeyboardLayout.cpp
743
if (!_GetTerm(data, _Delimiter(state.mode), term,
src/preferences/keymap/KeyboardLayout.cpp
751
if (!_SubstituteVariables(term, variables, unknown)) {
src/preferences/keymap/KeyboardLayout.cpp
802
BString term;
src/preferences/keymap/KeyboardLayout.cpp
803
if (!_ParseTerm(tempState, valueString, term, variables))
src/preferences/keymap/KeyboardLayout.cpp
806
TRACE(" size = %s\n", term.String());
src/preferences/keymap/KeyboardLayout.cpp
807
if (!_GetSize(state, term.String(), fDefaultKeySize.width,
src/preferences/keymap/KeyboardLayout.cpp
829
BString term;
src/preferences/keymap/KeyboardLayout.cpp
830
if (!_ParseTerm(state, data, term, variables))
src/preferences/keymap/KeyboardLayout.cpp
835
if (!_GetSize(state, term.String(), rowLeftTop.x,
src/preferences/keymap/KeyboardLayout.cpp
839
TRACE("row: %s (%g:%g)\n", term.String(), rowLeftTop.x,
src/preferences/keymap/KeyboardLayout.cpp
846
if (!_GetShape(state, term.String(), key))
src/preferences/keymap/KeyboardLayout.cpp
849
TRACE(" shape: %s (%g:%g:%g)\n", term.String(),
src/preferences/keymap/KeyboardLayout.cpp
857
TRACE(" raw key: %s\n", term.String());
src/preferences/keymap/KeyboardLayout.cpp
859
if (!_AddKeyCodes(state, rowLeftTop, key, term.String(),
src/preferences/keymap/KeyboardLayout.h
100
bool _SubstituteVariables(BString& term,
src/preferences/keymap/KeyboardLayout.h
103
const char*& data, BString& term,
src/preferences/keymap/KeyboardLayout.h
99
BString& term, bool closingBracketAllowed);