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

  /src/tests/usr.bin/indent/
opt_ci.c 12 int top_level = 1 + variable
14 int top_level = (1 + variable
20 int top_level = 1 + variable
22 int top_level = (1 + variable
34 int top_level = 1 + variable
36 int top_level = (1 + variable
42 int top_level = 1 + variable
44 int top_level = (1 + variable
57 int top_level = 1 + variable
59 int top_level = (1 variable
    [all...]
opt_ci.c 12 int top_level = 1 + variable
14 int top_level = (1 + variable
20 int top_level = 1 + variable
22 int top_level = (1 + variable
34 int top_level = 1 + variable
36 int top_level = (1 + variable
42 int top_level = 1 + variable
44 int top_level = (1 + variable
57 int top_level = 1 + variable
59 int top_level = (1 variable
    [all...]
  /src/external/bsd/nvi/dist/motif_l/
m_ruler.c 321 Widget top_level, rc, button;
324 top_level = XtVaAppInitialize( &ctx,
335 top_level,
360 XtRealizeWidget(top_level);
315 Widget top_level, rc, button; local
m_ruler.c 321 Widget top_level, rc, button;
324 top_level = XtVaAppInitialize( &ctx,
335 top_level,
360 XtRealizeWidget(top_level);
315 Widget top_level, rc, button; local
m_options.c 746 Widget top_level, rc, button;
750 top_level = XtVaAppInitialize( &ctx,
761 top_level,
779 XtRealizeWidget(top_level);
735 Widget top_level, rc, button; local
m_search.c 555 Widget top_level, rc, button;
559 top_level = XtVaAppInitialize( &ctx,
570 top_level,
588 XtRealizeWidget(top_level);
544 Widget top_level, rc, button; local
m_tags.c 506 Widget top_level, rc, button;
510 top_level = XtVaAppInitialize( &ctx,
521 top_level,
546 XtRealizeWidget(top_level);
498 Widget top_level, rc, button; local
m_options.c 746 Widget top_level, rc, button;
750 top_level = XtVaAppInitialize( &ctx,
761 top_level,
779 XtRealizeWidget(top_level);
735 Widget top_level, rc, button; local
m_search.c 555 Widget top_level, rc, button;
559 top_level = XtVaAppInitialize( &ctx,
570 top_level,
588 XtRealizeWidget(top_level);
544 Widget top_level, rc, button; local
m_tags.c 506 Widget top_level, rc, button;
510 top_level = XtVaAppInitialize( &ctx,
521 top_level,
546 XtRealizeWidget(top_level);
498 Widget top_level, rc, button; local
  /src/external/bsd/nvi/dist/motif/
m_main.c 66 static Widget top_level; variable
182 top_level = XtVaAppInitialize( &ctx,
190 display = XtDisplay(top_level);
193 XutInstallColormap( argv[0], top_level );
216 __XutConvertResources( top_level,
233 XutSetIcon( top_level, nvi_height, nvi_width, icon_pm );
239 top_level,
250 XtRealizeWidget( top_level );
258 XtSetKeyboardFocus( top_level, XtNameToWidget( editor, "*screen" ) );
398 vi_fatal_message(top_level, "The vi process died. Exiting.")
    [all...]
m_main.c 66 static Widget top_level; variable
182 top_level = XtVaAppInitialize( &ctx,
190 display = XtDisplay(top_level);
193 XutInstallColormap( argv[0], top_level );
216 __XutConvertResources( top_level,
233 XutSetIcon( top_level, nvi_height, nvi_width, icon_pm );
239 top_level,
250 XtRealizeWidget( top_level );
258 XtSetKeyboardFocus( top_level, XtNameToWidget( editor, "*screen" ) );
398 vi_fatal_message(top_level, "The vi process died. Exiting.")
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/eqn/
box.cpp 278 void box::top_level() function in class:box
box.cpp 278 void box::top_level() function in class:box
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 8464 char top_level;
8477 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level,
8492 p->top_level = constructor_top_level;
8500 constructor_top_level = top_level;
8560 constructor_top_level = p->top_level;
8438 char top_level; member in struct:initializer_stack
c-typeck.cc 8464 char top_level;
8477 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level,
8492 p->top_level = constructor_top_level;
8500 constructor_top_level = top_level;
8560 constructor_top_level = p->top_level;
8438 char top_level; member in struct:initializer_stack

Completed in 92 milliseconds