Home
last modified time | relevance | path

Searched refs:tab_line (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/anacron/anacron-2.3/
H A Dreadtab.c170 jr->tab_line = line_num; in register_job()
238 char tab_line[MAXTABLINE]; in read_tab() local
247 while ((read_tab_line(tab_line)) != NULL) in read_tab()
250 parse_tab_line(tab_line); in read_tab()
266 d = (*job1)->tab_line - (*job2)->tab_line; in execution_order()
H A Dglobal.h60 int tab_line; member
/dports/cad/yosys/yosys-yosys-0.12/passes/sat/
H A Deval.cc516 std::vector<std::string> tab_line; in execute() local
518 tab_line.push_back(log_signal(c)); in execute()
519 tab_sep_colidx = tab_line.size(); in execute()
521 tab_line.push_back(log_signal(c)); in execute()
522 tab.push_back(tab_line); in execute()
523 tab_line.clear(); in execute()
546 tab_line.push_back(log_signal(RTLIL::SigSpec(tabvals).extract(pos, c.width))); in execute()
552 tab_line.push_back(log_signal(value.extract(pos, c.width))); in execute()
556 tab.push_back(tab_line); in execute()
557 tab_line.clear(); in execute()
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dui.c133 static WINDOW *tab_line; variable
352 tab_line = newwin(1, 1, 0, 0); in create_windows()
382 leaveok(tab_line, TRUE); in create_windows()
474 wresize(tab_line, 1, screen_x); in only_layout()
475 mvwin(tab_line, 0, 0); in only_layout()
518 wresize(tab_line, 1, screen_x); in vertical_layout()
519 mvwin(tab_line, 0, 0); in vertical_layout()
578 wresize(tab_line, 1, screen_x); in horizontal_layout()
579 mvwin(tab_line, 0, 0); in horizontal_layout()
985 update_window_lazy(tab_line); in touch_all_windows()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/browser/modules/
H A DThemeVariableMap.jsm13 ["--tab-line-color", "tab_line", "tabbrowser-tabs"],
/dports/lang/spidermonkey78/firefox-78.9.0/browser/modules/
H A DThemeVariableMap.jsm44 lwtProperty: "tab_line",
/dports/www/firefox-esr/firefox-91.8.0/browser/modules/
H A DThemeVariableMap.jsm46 lwtProperty: "tab_line",
/dports/mail/thunderbird/thunderbird-91.8.0/browser/modules/
H A DThemeVariableMap.jsm46 lwtProperty: "tab_line",
/dports/www/firefox/firefox-99.0/browser/themes/
H A DThemeVariableMap.jsm46 lwtProperty: "tab_line",
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/modules/
H A DThemeVariableMap.jsm45 lwtProperty: "tab_line",
/dports/games/ldmud/ldmud-3.3.720/src/
H A Ded.c1955 tab_line (char *buf, int tabsize) in tab_line() function
2075 tab_line( gettxtl( P_CURPTR ), tabsize ); in tab_conversion()
/dports/www/firefox-esr/firefox-91.8.0/browser/themes/shared/
H A Dtabs.inc.css570 around the tab to help themes that are dependent on tab_line to show the selected tab. */
/dports/mail/thunderbird/thunderbird-91.8.0/browser/themes/shared/
H A Dtabs.inc.css570 around the tab to help themes that are dependent on tab_line to show the selected tab. */
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxdisp.c19107 bool tab_line = window_wants_tab_line (w); in redisplay_window() local
19114 if (w->cursor.vpos < margin + tab_line + header_line) in redisplay_window()
19124 if (tab_line) in redisplay_window()
23842 int tab_line = window_wants_tab_line (it->w); in display_line() local
23845 && it->vpos == cursor_vpos - tab_line - header_line in display_line()
/dports/editors/emacs/emacs-27.2/src/
H A Dxdisp.c18410 bool tab_line = window_wants_tab_line (w); in redisplay_window() local
18417 if (w->cursor.vpos < margin + tab_line + header_line) in redisplay_window()
18427 if (tab_line) in redisplay_window()
23087 int tab_line = window_wants_tab_line (it->w); in display_line() local
23090 && it->vpos == cursor_vpos - tab_line - header_line in display_line()