Searched refs:title (Results 51 - 75 of 276) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/dialog/samples/
H A Dmenubox48 $DIALOG --clear --item-help --title "MENU BOX" "$@" \
H A Dmenubox58 $DIALOG --clear --help-button --item-help --title "MENU BOX" "$@" \
H A Dmenubox69 $DIALOG --clear --item-help --title "MENU BOX" --colors "$@" \
H A Dmenubox810 --title "MENU BOX" "$@" \
H A Dmenubox99 --title "Select Linux installation partition:" "$@" \
H A Dmixedgauge11 --title "Mixed gauge demonstration" "$@" \
H A Dmsgbox-help6 $DIALOG --title "MESSAGE BOX" --clear \
H A Dmsgbox-utf810 --title "������������������������������������������" \
H A Dmsgbox39 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox4-eucjp9 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox510 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
H A Dmsgbox610 $DIALOG --title "MESSAGE BOX (width $width)" --clear "$@" \
H A Dmsgbox6a10 $DIALOG --title "MESSAGE BOX (width $width)" --clear "$@" \
H A Dpassword8 $DIALOG --title "INPUT BOX" --clear "$@" \
H A Dpassword18 $DIALOG --title "INPUT BOX" --clear \
H A Dpassword28 $DIALOG --title "INPUT BOX" --clear \
H A Dpause-both6 $DIALOG --title "PAUSE" \
H A Dpause-extra6 $DIALOG --title "PAUSE" \
H A Dtimebox10 RESULT=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56 2>&1 1>&3`
H A Dyesno9 $DIALOG --title "YES/NO BOX" --clear "$@" \
H A Dyesno-help6 $DIALOG --title "YES/NO BOX" --clear --help-button "$@" \
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
/freebsd-10.0-release/contrib/libstdc++/scripts/
H A Dmake_graphs.py33 def img_title_from_origs(label, title, base_build_ref, build_name, logical_build_name):
34 title = title.replace('_tt_', '<tt>')
35 title = title.replace('_455tt_', '</tt>')
36 title = title.replace('_b_', '<b>')
37 title = title.replace('_455b_', '</b>')
38 title
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.cpp54 DWARFDIECollection::Dump(Stream *s, const char* title) const
56 if (title && title[0] != '\0')
57 s->Printf( "%s\n", title);
/freebsd-10.0-release/share/doc/usd/
H A DMakefile7 SUBDIR= title \

Completed in 251 milliseconds

1234567891011>>