Lines Matching full:untruth
1919 struct broken_word *untruth;
1930 for (untruth = lie;
1931 untruth && untruth->dispfrag == fragP;
1932 untruth = untruth->next_broken_word)
1933 if (untruth->added == 1)
1955 for (untruth = (struct broken_word *) (fragP->fr_symbol);
1956 untruth && untruth->dispfrag == fragP;
1957 untruth = untruth->next_broken_word)
1959 if (untruth->use_jump == lie)
1965 addressT to_word = table_addr - S_GET_VALUE (untruth->sub);
1967 TC_CHECK_ADJUSTED_BROKEN_DOT_WORD (to_word, untruth);
1969 md_number_to_chars (untruth->word_goes_here, to_word, 2);
2514 struct broken_word *untruth;
2554 for (untruth = (struct broken_word *) (fragP->fr_symbol);
2555 untruth && untruth->dispfrag == lie->dispfrag;
2556 untruth = untruth->next_broken_word)
2557 if ((symbol_get_frag (untruth->add)
2559 && (S_GET_VALUE (untruth->add)
2562 untruth->added = 2;
2563 untruth->use_jump = lie;