Searched refs:untruth (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/
H A Dwrite.c1341 struct broken_word *untruth; local
1352 for (untruth = lie;
1353 untruth && untruth->dispfrag == fragP;
1354 untruth = untruth->next_broken_word)
1355 if (untruth->added == 1)
1383 for (untruth = lie->next_broken_word;
1384 untruth && untruth
1865 struct broken_word *untruth; local
[all...]
/haiku-buildtools/binutils/gas/
H A Dwrite.c1946 struct broken_word *untruth; local
1957 for (untruth = lie;
1958 untruth && untruth->dispfrag == fragP;
1959 untruth = untruth->next_broken_word)
1960 if (untruth->added == 1)
1982 for (untruth = (struct broken_word *) (fragP->fr_symbol);
1983 untruth && untruth
2552 struct broken_word *untruth; local
[all...]

Completed in 46 milliseconds