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

  /src/tests/usr.bin/xlint/lint1/
msg_299.c 8 old_style(x) function
15 void old_style(char ch);
msg_300.c 9 old_style(x) function
16 void old_style(char ch);
msg_367.c 21 old_style(unsigned u32) function
  /src/tests/usr.bin/indent/
ps_ind_level.c 127 int old_style(a) function
fmt_decl.c 1186 old_style(a) function
  /src/external/gpl3/gcc/dist/libgcc/config/sparc/
linux-unwind.h 145 int old_style, i; local
151 old_style = 1;
153 old_style = 0;
157 if (old_style)
  /src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
linux-unwind.h 145 int old_style, i; local
151 old_style = 1;
153 old_style = 0;
157 if (old_style)
  /src/common/lib/libutil/
snprintb.c 131 old_style(state *s) function
304 if ((old ? old_style(&s) : new_style(&s)) < 0) {
  /src/external/gpl3/gcc/dist/gcc/text-art/
style.cc 181 const style &old_style,
186 bool needs_sgr = ((old_style.m_bold != new_style.m_bold)
187 || (old_style.m_underscore != new_style.m_underscore)
188 || (old_style.m_blink != new_style.m_blink)
189 || (old_style.m_fg_color != new_style.m_fg_color)
190 || (old_style.m_bg_color != new_style.m_bg_color));
193 bool emit_reset = (old_style.m_bold
195 || old_style.m_underscore
197 || old_style.m_blink
231 if (old_style.m_url != new_style.m_url
317 const style &old_style = m_styles[old_id]; local
    [all...]

Completed in 19 milliseconds