HomeSort by: relevance | last modified time | path
    Searched defs:ll1 (Results 1 - 3 of 3) sorted by relevancy

  /src/games/adventure/
subr.c 302 int ll1, ll2; local
342 l11: ll1 = tkk->conditions; /* 11 */
344 newloc = ll1; /* newloc=conditions */
376 if (tkk->tloc != ll2 || tkk->conditions != ll1)
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 1939 const line_label *ll1 = (const line_label *)p1; local
1941 int column_cmp = compare (ll1->m_column, ll2->m_column);
1947 return -compare (ll1->m_state_idx, ll2->m_state_idx);
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 1890 const line_label *ll1 = (const line_label *)p1; local
1892 int column_cmp = compare (ll1->m_column, ll2->m_column);
1898 return -compare (ll1->m_state_idx, ll2->m_state_idx);

Completed in 27 milliseconds