Searched refs:title (Results 151 - 175 of 287) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/dialog/samples/
H A Dmixedform212 value=`$DIALOG --title "Mixed form demonstration" --ok-label "Submit" \
H A Dtailboxbg111 $DIALOG --title "TAIL BOXES" \
H A Dtailboxbg211 $DIALOG --title "TAIL BOXES" \
H A Deditbox-utf831 $DIALOG --title "EDIT BOX" \
H A Dtreeview245 $DIALOG --title "TREE VIEW DIALOG" \
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dmount47 dialog --backtitle "FreeBSD Installer" --title "Error" \
H A Dauto75 local title="$msg_abort"
85 "$title" "$btitle" "$prompt" "$hline"
88 --title "$title" \
108 local title="$DIALOG_TITLE"
134 --title "$title" \
164 --title \"Distribution Select\" --nocancel --separate-output \
186 dialog --backtitle "FreeBSD Installer" --title "Network Installation" --msgbox "Some installation files were not found on the boot volume. The next few screens will allow you to configure networking so that they can be downloaded from the Internet." 0 0
316 --title "Partitionin
[all...]
H A Dhostname82 --title "$DIALOG_TITLE" \
H A Dservices43 --title "System Configuration" --nocancel --separate-output \
/freebsd-13-stable/lib/libdpv/
H A Ddialog_util.h53 extern char *title, *backtitle;
H A Ddpv.h111 char *title; /* widget title */ member in struct:dpv_config
/freebsd-13-stable/contrib/dialog/
H A Dmsgbox.c35 dialog_msgbox(const char *title, const char *cprompt, int height, int width, argument
66 DLG_TRACE2S("title", title);
85 dlg_auto_size(title, prompt, &height, &width,
109 dlg_draw_title(dialog, title);
H A Dyesno.c34 dialog_yesno(const char *title, const char *cprompt, int height, int width) argument
64 DLG_TRACE2S("title", title);
75 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
95 dlg_draw_title(dialog, title);
H A Dprogressbox.c83 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) argument
90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE);
107 dlg_draw_title(obj->obj.win, title);
275 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) argument
343 start_obj(obj, title, cprompt);
371 dlg_progressbox(const char *title, argument
385 DLG_TRACE2S("title", title);
407 start_obj(obj, title, cprompt);
451 result = pause_for_ok(obj, title, cpromp
466 dialog_progressbox(const char *title, const char *cprompt, int height, int width) argument
[all...]
H A Dinputbox.c44 dialog_inputbox(const char *title, const char *cprompt, int height, int width, argument
88 DLG_TRACE2S("title", title);
110 dlg_auto_size(title, prompt, &height, &width, 5,
116 dlg_auto_size(title, prompt, &height, &width, 5, 26);
133 dlg_draw_title(dialog, title);
H A Dpause.c48 dialog_pause(const char *title, argument
83 DLG_TRACE2S("title", title);
102 dlg_auto_size(title, prompt, &height, &width,
107 dlg_auto_size(title, prompt, &height, &width,
131 dlg_draw_title(dialog, title);
146 * in the title-attribute, and write the percentage with that
H A Dmixedform.c43 dialog_mixedform(const char *title, argument
82 result = dlg_form(title,
/freebsd-13-stable/usr.sbin/ppp/
H A Ddefs.c376 SetTitle(const char *title) argument
378 if (title == NULL)
380 else if (title[0] == '-' && title[1] != '\0')
381 setproctitle("-%s", title + 1);
383 setproctitle("%s", title);
H A Dthroughput.c136 throughput_log(struct pppThroughput *t, int level, const char *title) argument
142 if (title == NULL)
143 title = "";
145 " out\n", title, *title ? ": " : "", secs_up, t->OctetsIn,
148 title, *title ? ": " : "", t->PacketsIn, t->PacketsOut);
/freebsd-13-stable/tools/tools/notescheck/
H A Dnotescheck.py77 def title(self): member in class:Option
99 (self.title()))
112 (self.title(), format_set(self.tests)))
118 (self.title(), format_set(self.defines)))
125 (self.title(), format_set(notest)))
129 (self.title(), format_set(self.defines), format_set(self.tests)))
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dtrace.c270 void wpa_trace_dump_funcname(const char *title, void *pc) argument
272 wpa_printf(MSG_INFO, "WPA_TRACE: %s: %p", title, pc);
332 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num) argument
339 wpa_printf(MSG_INFO, "WPA_TRACE: %s - START", title);
364 wpa_printf(MSG_INFO, "WPA_TRACE: %s - END", title);
368 void wpa_trace_show(const char *title) argument
374 wpa_trace_dump(title, &info);
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c363 mlx5e_decompress_cqe(struct mlx5e_cq *cq, struct mlx5_cqe64 *title, argument
369 * initial and common title. See memcpy() in
372 title->byte_cnt = mini->byte_cnt;
373 title->wqe_counter = cpu_to_be16((wqe_counter + i) & cq->wq.sz_m1);
374 title->rss_hash_result = mini->rx_hash_result;
379 title->check_sum = 0;
380 title->op_own = (title->op_own & 0xf0) |
392 struct mlx5_cqe64 title; local
397 mlx5e_read_cqe_slot(cq, cq->wq.cc, &title);
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dmandocdb.c87 char *title; /* title from file content */ member in struct:mpage
1001 free(mpage->title);
1201 mpage->title = mandoc_strdup(meta->title);
1203 if (*meta->msec != '\0' || *meta->title != '\0') {
1207 mpage->title = mandoc_strdup(meta->title);
1216 mpage->title = mandoc_strdup(mlink->name);
1254 char *line, *p, *title, *se local
1420 char *start, *title; local
[all...]
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dplot-top.py46 pylab.title('Performance of different variants for %d byte blocks' % bytes)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h66 StringRef title);

Completed in 255 milliseconds

1234567891011>>