Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 1630) sorted by relevance

12345678910>>...66

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.split811 split botch at 10 3 2
12 different element at 1 9853
13 different element at 2 9853 shen
14 different element at 3 shen
16 split botch at 11 3 2
17 different element at 1 9748
18 different element at 2 9748 a68
19 different element at 3 a68
21 split botch at 12 3 2
22 different element at 1 9492
[all …]
H A Dt.delete21 delete2 miscount 20 vs 2 at 6
2 delete2 miscount 20 vs 2 at 7
3 delete2 miscount 20 vs 2 at 8
4 delete2 miscount 20 vs 2 at 9
5 delete2 miscount 20 vs 2 at 10
6 delete2 miscount 20 vs 2 at 11
7 delete2 miscount 20 vs 2 at 12
8 delete2 miscount 20 vs 2 at 13
9 delete2 miscount 20 vs 2 at 14
10 delete2 miscount 20 vs 2 at 15
[all …]
/illumos-gate/usr/src/cmd/cron/
H A Datt1.y43 extern struct tm *tp, at, rt;
72 if (at.tm_min >= 60 || at.tm_hour >= 24)
74 if (at.tm_mon >= 12 || at.tm_mday > mday[at.tm_mon])
76 if (at.tm_year >= 1900)
77 at.tm_year -= 1900;
78 if (at.tm_year < 70 || at.tm_year >= 139)
88 at.tm_hour = $1;
91 at.tm_hour = $1;
92 at.tm_min = $3;
96 at.tm_hour = $1;
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtermattr.c67 attr_t at; in term_attrs() local
81 at |= WA_STANDOUT; in term_attrs()
84 at |= WA_UNDERLINE; in term_attrs()
87 at |= WA_REVERSE; in term_attrs()
90 at |= WA_BLINK; in term_attrs()
93 at |= WA_DIM; in term_attrs()
96 at |= WA_BOLD; in term_attrs()
99 at |= WA_INVIS; in term_attrs()
102 at |= WA_PROTECT; in term_attrs()
105 at |= WA_ALTCHARSET; in term_attrs()
[all …]
H A Dattr_on.c43 (attr_on)(attr_t at, void *opts)
46 __m_trace("attr_on(%x, %p)", at, opts);
49 stdscr->_fg._at |= at;
55 (attr_off)(attr_t at, void *opts)
58 __m_trace("attr_off(%x, %p)", at, opts);
61 stdscr->_fg._at &= ~at;
67 (attr_set)(attr_t at, short co, void *opts)
70 __m_trace("attr_set(%x, %d, %p)", at, co, opts);
74 stdscr->_fg._at = at;
92 (attr_get)(attr_t *at, short *co, void *opts)
[all …]
H A Dattron.c43 attron(int at) in attron() argument
48 __m_trace("attron(%lx)", at); in attron()
51 (void) __m_chtype_cc((chtype) at, &cc); in attron()
58 attroff(int at) in attroff() argument
63 __m_trace("attroff(%lx)", (long) at); in attroff()
66 (void) __m_chtype_cc((chtype) at, &cc); in attroff()
73 attrset(int at) in attrset() argument
78 __m_trace("attrset(%lx)", (long) at); in attrset()
81 (void) __m_chtype_cc((chtype) at, &cc); in attrset()
103 (PAIR_NUMBER)(chtype at)
[all …]
H A Dwattr_on.c45 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on() argument
48 __m_trace("wattr_on(%p, %x, %p)", w, at, opts); in wattr_on()
51 w->_fg._at |= at; in wattr_on()
59 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off() argument
62 __m_trace("wattr_off(%p, %x, %p)", w, at, opts); in wattr_off()
65 w->_fg._at &= ~at; in wattr_off()
73 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set() argument
76 __m_trace("wattr_set(%p, %x, %d, %p)", w, at, co, opts); in wattr_set()
80 w->_fg._at = at; in wattr_set()
88 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get() argument
[all …]
H A Dwattron.c43 wattron(WINDOW *w, int at) in wattron() argument
48 __m_trace("wattron(%p, %ld)", w, at); in wattron()
51 (void) __m_chtype_cc((chtype) at, &cc); in wattron()
58 wattroff(WINDOW *w, int at) in wattroff() argument
63 __m_trace("wattroff(%p, %ld)", w, at); in wattroff()
66 (void) __m_chtype_cc((chtype) at, &cc); in wattroff()
73 wattrset(WINDOW *w, int at) in wattrset() argument
78 __m_trace("wattrset(%p, %ld)", w, at); in wattrset()
81 (void) __m_chtype_cc((chtype) at, &cc); in wattrset()
H A Dchgat.c45 (chgat)(int n, attr_t at, short co, const void *opts)
50 __m_trace("chgat(%d, %x, %d, %p)", n, at, co, opts);
53 code = wchgat(stdscr, n, at, co, opts);
59 (mvchgat)(int y, int x, int n, attr_t at, short co, const void *opts)
64 __m_trace("mvchgat(%d, %d, %d, %x, %d, %p)", y, x, n, at, co, opts);
68 code = wchgat(stdscr, n, at, co, opts);
75 WINDOW *w, int y, int x, int n, attr_t at, short co, const void *opts)
82 w, y, x, n, at, co, opts
87 code = wchgat(w, n, at, co, opts);
H A Dslk.c59 slk_attron(const chtype at) in slk_attron() argument
64 __m_trace("slk_attron(%lx)", at); in slk_attron()
68 code = wattron(__m_screen->_slk._w, at); in slk_attron()
74 slk_attroff(const chtype at) in slk_attroff() argument
79 __m_trace("slk_attroff(%lx)", at); in slk_attroff()
83 code = wattroff(__m_screen->_slk._w, at); in slk_attroff()
89 slk_attrset(const chtype at) in slk_attrset() argument
94 __m_trace("slk_attrset(%lx)", at); in slk_attrset()
98 code = wattrset(__m_screen->_slk._w, at); in slk_attrset()
104 slk_attr_off(const attr_t at, void *opts) in slk_attr_off() argument
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtermattr.c65 attr_t at = 0; in term_attrs() local
75 at |= WA_STANDOUT; in term_attrs()
78 at |= WA_UNDERLINE; in term_attrs()
81 at |= WA_REVERSE; in term_attrs()
84 at |= WA_BLINK; in term_attrs()
87 at |= WA_DIM; in term_attrs()
90 at |= WA_BOLD; in term_attrs()
93 at |= WA_INVIS; in term_attrs()
96 at |= WA_PROTECT; in term_attrs()
99 at |= WA_ALTCHARSET; in term_attrs()
[all …]
H A Dattron.c48 attron(int at) in attron() argument
50 return (wattron(stdscr, at)); in attron()
54 attroff(int at) in attroff() argument
56 return (wattroff(stdscr, at)); in attroff()
60 attrset(int at) in attrset() argument
62 return (wattrset(stdscr, at)); in attrset()
80 PAIR_NUMBER(int at) in PAIR_NUMBER() argument
84 pair = (int)(((unsigned int)at & A_COLOR) >> __COLOR_SHIFT); in PAIR_NUMBER()
H A Dwattr_on.c51 wattr_on(WINDOW *w, attr_t at, void *opts) in wattr_on() argument
53 w->_fg._at |= at; in wattr_on()
62 wattr_off(WINDOW *w, attr_t at, void *opts) in wattr_off() argument
64 w->_fg._at &= ~at; in wattr_off()
73 wattr_set(WINDOW *w, attr_t at, short co, void *opts) in wattr_set() argument
76 w->_fg._at = w->_bg._at | at; in wattr_set()
85 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) in wattr_get() argument
87 if (at != NULL) in wattr_get()
88 *at = w->_fg._at; in wattr_get()
H A Dattr_on.c50 attr_on(attr_t at, void *opts) in attr_on() argument
52 (void) wattr_on(stdscr, at, opts); in attr_on()
60 attr_off(attr_t at, void *opts) in attr_off() argument
62 (void) wattr_off(stdscr, at, opts); in attr_off()
70 attr_set(attr_t at, short co, void *opts) in attr_set() argument
72 (void) wattr_set(stdscr, at, co, opts); in attr_set()
90 attr_get(attr_t *at, short *co, void *opts) in attr_get() argument
92 (void) wattr_get(stdscr, at, co, opts); in attr_get()
H A Dwattron.c48 wattron(WINDOW *w, int at) in wattron() argument
52 (void) __m_chtype_cc((chtype) at, &cc); in wattron()
60 wattroff(WINDOW *w, int at) in wattroff() argument
64 (void) __m_chtype_cc((chtype) at, &cc); in wattroff()
73 wattrset(WINDOW *w, int at) in wattrset() argument
77 (void) __m_chtype_cc((chtype) at, &cc); in wattrset()
H A Dchgat.c50 chgat(int n, attr_t at, short co, const void *opts) in chgat() argument
54 code = wchgat(stdscr, n, at, co, opts); in chgat()
62 mvchgat(int y, int x, int n, attr_t at, short co, const void *opts) in mvchgat() argument
67 code = wchgat(stdscr, n, at, co, opts); in mvchgat()
75 mvwchgat(WINDOW *w, int y, int x, int n, attr_t at, in mvwchgat() argument
81 code = wchgat(w, n, at, co, opts); in mvwchgat()
H A Dslk.c70 slk_attron(const chtype at) in slk_attron() argument
75 code = wattron(__m_screen->_slk._w, (int) at); in slk_attron()
81 slk_attroff(const chtype at) in slk_attroff() argument
86 code = wattroff(__m_screen->_slk._w, (int) at); in slk_attroff()
92 slk_attrset(const chtype at) in slk_attrset() argument
97 code = wattrset(__m_screen->_slk._w, (int) at); in slk_attrset()
103 slk_attr_off(const attr_t at, void *opts) in slk_attr_off() argument
108 code = wattr_off(__m_screen->_slk._w, at, opts); in slk_attr_off()
114 slk_attr_on(const attr_t at, void *opts) in slk_attr_on() argument
119 code = wattr_on(__m_screen->_slk._w, at, opts); in slk_attr_on()
[all …]
/illumos-gate/usr/src/uts/intel/io/amdnbtemp/
H A Damdnbtemp.c108 amdnbtemp_t *at = arg; in amdnbtemp_read() local
110 mutex_enter(&at->at_mutex); in amdnbtemp_read()
111 at->at_raw = pci_config_get32(at->at_cfgspace, AMDNBTEMP_TEMPREG); in amdnbtemp_read()
112 if (at->at_raw == PCI_EINVAL32) { in amdnbtemp_read()
113 mutex_exit(&at->at_mutex); in amdnbtemp_read()
117 at->at_temp = AMDNBTEMP_TEMPREG_CURTMP(at->at_raw); in amdnbtemp_read()
118 if (at->at_tjsel && in amdnbtemp_read()
119 AMDNBTEMP_TEMPREG_TJSEL(at->at_raw) == AMDNBTEMP_TJSEL_ADJUST) { in amdnbtemp_read()
120 at->at_temp -= AMDNBTEMP_TEMP_ADJUST; in amdnbtemp_read()
125 scalar->sis_value = at->at_temp; in amdnbtemp_read()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dres.ok8 Last: CH3O: atom("CH\s-3\d3\u\s+3O", 0.42, 0.16, 0.06, 0.16, 0.12, 0.015) with .L.w at Last.e
31 circle rad 0.15 at 0,0
32 ] with .V5.sw at Last.end
34 # R2: aromatic flatring5 pointing down put N at 1 with .V3 at R1.V2
47 V1: ellipse invis ht 0.16 wid 0.12 at V1
48 N:atom("N", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) at V1
54 circle rad 0.12 at 0,0
55 ] with .V3 at R1.V2
58 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .n at R2.V1.s
60 # R3: ring put N at 3 with .V5 at R2.V5
[all …]
H A Dlsd1.ok25 circle rad 0.15 at 0,0
26 ] with .V4.w at Last.e
28 # F: flatring pointing left put N at 5 double 3,4 with .V1 at B.V2
46 V5: ellipse invis ht 0.16 wid 0.12 at V5
47 N:atom("N", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) at V5
49 ] with .V1 at B.V2
52 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .n at F.N.s
54 # R: ring pointing right with .V4 at B.V6
72 ] with .V4 at B.V6
76 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .L.w at Last.end
[all …]
H A Dres.p5 R2: aromatic flatring5 pointing down put N at 1 with .V3 at R1.V2
7 R3: ring put N at 3 with .V5 at R2.V5
8 R4: ring put N at 1 with .V1 at R3.V3
11 R5: ring with .V1 at R4.V3
H A Dlsd1.p3 F: flatring pointing left put N at 5 double 3,4 with .V1 at B.V2
5 R: ring pointing right with .V4 at B.V6
7 W: ring pointing right with .V2 at R.V6 put N at 1 double 3,4
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.sortpos.d.out1 Sorted at position 0:
103 Sorted at position 1:
205 Sorted at position 2:
307 Sorted at position 3:
409 Sorted at position 4:
511 Sorted at position 5:
613 Sorted at position 6:
715 Sorted at position 7:
817 Sorted at position 8:
919 Sorted at position 9:
/illumos-gate/usr/src/cmd/cdrw/
H A Dwrite_audio.c42 int at; in open_audio() local
51 if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) { in open_audio()
58 at = audio_type; in open_audio()
60 if (at == AUDIO_TYPE_SUN) in open_audio()
62 if (at == AUDIO_TYPE_WAV) in open_audio()
64 if (at == AUDIO_TYPE_CDA) in open_audio()
66 if (at == AUDIO_TYPE_AUR) in open_audio()
/illumos-gate/usr/src/cmd/tip/
H A Detc.remote12 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#300:tc=dialers:
14 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#1200:tc=dialers:
16 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#2400:tc=dialers:
18 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#9600:tc=dialers:
20 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#19200:tc=dialers:
22 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#300:tc=dialers:
24 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#1200:tc=dialers:
35 at ACU type

12345678910>>...66