| /titanic_52/usr/src/lib/libeti/menu/common/ |
| H A D | driver.c | 43 ITEM *current; in menu_driver() local 57 current = Current(m); in menu_driver() 72 if (Right(current) == (ITEM *)0) { in menu_driver() 76 current = Right(current); in menu_driver() 80 if (Left(current) == (ITEM *)0) { in menu_driver() 84 current = Left(current); in menu_driver() 88 if (Up(current) in menu_driver() [all...] |
| H A D | chk.c | 41 _chk_top(MENU *m, int *top, ITEM *current) in _chk_top() argument 43 if (Y(current) < *top) { in _chk_top() 44 *top = Y(current); in _chk_top() 46 if (Y(current) >= *top + Height(m)) { in _chk_top() 47 *top = Y(current) - Height(m) + 1; in _chk_top() 53 * relative to current. It is only used when current is 58 _chk_current(MENU *m, int *top, ITEM *current) in _chk_current() argument 60 if (Y(current) < *top) { in _chk_current() 61 *top = Y(current); in _chk_current() [all...] |
| H A D | pattern.c | 62 _match(MENU *m, char c, ITEM **current) in _match() argument 67 * Indicates search has cycled past the current item. If the current in _match() 73 /* current item. Otherwise, search forward from the current item. */ in _match() 75 i = Index(*current); in _match() 109 if (i == Index(*current) && cycled) { in _match() 112 *current = IthItem(m, i); in _match() 141 ITEM *current; in set_menu_pattern() local 165 current in set_menu_pattern() [all...] |
| /titanic_52/usr/src/lib/libc/port/fp/ |
| H A D | char_to_decimal.h | 53 * int current; 56 * If the first character can be read successfully, then current is set 57 * to the value of the first character, cp is set to *ppc, (char)current 59 * read successfully, then current = EOF and nread = 0. 65 * current = <next character>; 66 * if (current != EOF) { 67 * *++cp = (char)current; 71 * current = EOF; 77 * current == EOF if and only if we can't read any more, either because 116 * condition (current [all...] |
| /titanic_52/usr/src/lib/libbc/libc/gen/common/ |
| H A D | char_to_decimal.h | 31 * and file_to_decimal. NEXT must be defined to cause CURRENT to contain the 61 while (isspace(CURRENT)) { 73 if ((nread >= nmax) && (CURRENT == NULL)) { /* Used up field width. */ 78 if (CURRENT == '+') { 80 } else if (CURRENT == '-') { /* Negative. */ 86 if (('1' <= CURRENT) && (CURRENT <= '9')) { 90 pd->ds[ids++] = CURRENT; 94 switch (CURRENT) { 100 while ((CURRENT [all...] |
| /titanic_52/usr/src/lib/libc/port/i18n/ |
| H A D | wstod.c | 191 wchar_t current; /* always equal to *cp */ in wstring_to_decimal() local 207 * condition (current == decpt) will correctly detect it. in wstring_to_decimal() 221 current = *cp; in wstring_to_decimal() 222 while (iswspace((wint_t)current)) in wstring_to_decimal() 223 current = *++cp; in wstring_to_decimal() 226 if (current == L'+') { in wstring_to_decimal() 227 current = *++cp; in wstring_to_decimal() 228 } else if (current == L'-') { in wstring_to_decimal() 230 current = *++cp; in wstring_to_decimal() 239 if (L'1' <= current in wstring_to_decimal() [all...] |
| /titanic_52/usr/src/lib/libcommputil/common/ |
| H A D | sdp_parse.c | 252 const char *current = NULL; in sdp_parse_origin() local 268 current = begin; in sdp_parse_origin() 269 if (commp_find_token(&begin, ¤t, end, COMMP_SP, B_FALSE) != 0) { in sdp_parse_origin() 272 COMMP_COPY_STR(new_origin->o_username, begin, current - begin); in sdp_parse_origin() 280 begin = ++current; in sdp_parse_origin() 281 if (commp_find_token(&begin, ¤t, end, COMMP_SP, B_FALSE) != 0) in sdp_parse_origin() 283 if (commp_strtoull(begin, current, &new_origin->o_id) != 0) in sdp_parse_origin() 286 begin = ++current; in sdp_parse_origin() 287 if (commp_find_token(&begin, ¤t, end, COMMP_SP, B_FALSE) != 0) in sdp_parse_origin() 289 if (commp_strtoull(begin, current, in sdp_parse_origin() 344 const char *current; sdp_parse_time() local 397 const char *current; sdp_parse_connection() local 527 const char *current; sdp_parse_bandwidth() local 585 const char *current; sdp_parse_repeat() local 681 const char *current; sdp_parse_zone() local 750 const char *current; sdp_parse_key() local 808 const char *current; sdp_parse_attribute() local 868 const char *current; sdp_parse_media() local 1177 const char *current; sdp_parse() local [all...] |
| /titanic_52/usr/src/contrib/ast/src/lib/libast/man/ |
| H A D | stak.3 | 44 (referred to here as the current object) 46 The current object has an associated offset that determines its 47 current size. 48 While the current object is being built incrementally, 51 relative offsets ranging from zero to the current offset of the object. 97 \f5stakalloc\fP() causes the offset of the current object to be set to 103 \f5stakcopy\fP() causes the offset of the current object to be set to 108 the given \fIaddress\fP, and sets the current object to the given 110 The top of the current object is set to \fIoffset\fP bytes from 111 current objec [all...] |
| H A D | stk.3 | 45 (referred to here as the current object) 47 The current object has an associated offset that determines its 48 current size. 49 While the current object is being built incrementally, 52 relative offsets ranging from zero to the current offset of the object. 98 \f5stkalloc\fP() causes the offset of the current object to be set to 104 \f5stkcopy\fP() causes the offset of the current object to be set to 109 the given \fIaddress\fP, and sets the current object to the given 111 The top of the current object is set to \fIoffset\fP bytes from 112 current objec [all...] |
| /titanic_52/usr/src/lib/fm/libfmd_snmp/mibs/ |
| H A D | SUN-FM-MIB.mib | 63 STATUS current 69 STATUS current 79 STATUS current 92 STATUS current 116 STATUS current 126 STATUS current 146 STATUS current 156 STATUS current 165 STATUS current 175 STATUS current [all...] |
| /titanic_52/usr/src/lib/libsip/common/ |
| H A D | sip_timeout.c | 97 sip_timeout_t *current, *last; in sip_untimeout() local 106 current = timeout_current_start; in sip_untimeout() 107 while (current != NULL) { in sip_untimeout() 108 if (current->sip_timeout_id == id) { in sip_untimeout() 109 if (current == timeout_current_start) { in sip_untimeout() 111 current->sip_timeout_next; in sip_untimeout() 114 current->sip_timeout_next; in sip_untimeout() 116 if (current == timeout_current_end) in sip_untimeout() 118 if (current->sip_timeout_callback_func_arg != in sip_untimeout() 120 free(current in sip_untimeout() 176 sip_timeout_t *current; sip_timeout() local [all...] |
| /titanic_52/usr/src/tools/cscope-fast/ |
| H A D | history.c | 42 HISTORY *head, *tail, *current; variable 62 current = 0; in addcmd() 70 if (current) { in prevcmd() 71 if (current->previous) /* stay on first item */ in prevcmd() 72 return (current = current->previous); in prevcmd() 74 return (current); in prevcmd() 76 return (current = tail); in prevcmd() 86 if (current) { in nextcmd() 87 if (current in nextcmd() [all...] |
| /titanic_52/usr/src/man/man1m/ |
| H A D | fsdb_udfs.1m | 107 the result in the current address (\fBdot\fR). 115 Current base (referred to as \fBbase\fR) 121 Current address (referred to as \fBdot\fR) 127 Current inode (referred to as \fBinode\fR) 133 Current count (referred to as \fBcount\fR) 139 Current type (referred to as \fBtype\fR) 175 entered, the output routine uses the current values of \fBdot\fR, \fBcount\fR, 235 Update the value of dot by the current value of \fItype\fR and \fIdisplay\fR 236 using the current value of \fIcount\fR. 420 Display or set the base. All input and output is governed by the current bas [all...] |
| H A D | fsdb_ufs.1m | 114 the current base (referred to as \fBbase\fR), 120 the current address (referred to as \fBdot\fR), 126 the current inode (referred to as \fBinode\fR), 132 the current count (referred to as \fBcount\fR), 138 and the current type (referred to as \fBtype\fR). 161 typed, the output routine will use the current values of \fBdot\fR, 213 update the value of \fBdot\fR by the current value of \fBtype\fR and display 214 using the current value of \fBcount\fR. 396 current \fBbase\fR. If the \fB=b\fR is omitted, the current \fBbas [all...] |
| /titanic_52/usr/src/cmd/mdb/sun4v/modules/errh/ |
| H A D | errh.c | 44 uintptr_t current, first; in resumable() local 61 current = first; in resumable() 63 if (mdb_vread(&cpu, sizeof (cpu), current) == -1) { in resumable() 64 mdb_warn("failed to read cpu at %p", current); in resumable() 76 } while ((current = (uintptr_t)cpu.cpu_next) != first); in resumable() 87 uintptr_t current, first; in nonresumable() local 104 current = first; in nonresumable() 106 if (mdb_vread(&cpu, sizeof (cpu), current) == -1) { in nonresumable() 107 mdb_warn("failed to read cpu at %p", current); in nonresumable() 119 } while ((current in nonresumable() 130 uintptr_t ao, lower, upper, current; rqueue() local 170 uintptr_t current; nrqueue() local [all...] |
| /titanic_52/usr/src/contrib/ast/src/lib/libast/astsa/ |
| H A D | strmatch.c | 82 Group_t current; member 150 mp->current.beg[n] = mp->current.end[n] = 0; in gobble() 208 if (g < MAXGROUP && (!r || g > mp->current.groups)) in onematch() 209 mp->current.beg[g] = mp->current.end[g] = 0; in onematch() 218 mp->current.groups = oldg; in onematch() 236 if (!mp->current.beg[n] || mp->current.beg[n] > olds) in onematch() 237 mp->current in onematch() [all...] |
| /titanic_52/usr/src/cmd/cpc/common/ |
| H A D | setgrp.c | 59 int current; /* currently bound event in eventset */ member 73 sgrp->current = -1; in cpc_setgrp_new() 193 if (sgrp->current < 0) in cpc_setgrp_newset() 194 sgrp->current = 0; in cpc_setgrp_newset() 203 if ((uint_t)sgrp->current >= sgrp->nelem) in cpc_setgrp_getbufs() 206 *data1 = &(sgrp->sets[sgrp->current].data1); in cpc_setgrp_getbufs() 207 *data2 = &(sgrp->sets[sgrp->current].data2); in cpc_setgrp_getbufs() 208 *scratch = &(sgrp->sets[sgrp->current].scratch); in cpc_setgrp_getbufs() 210 return (sgrp->sets[sgrp->current].nreqs); in cpc_setgrp_getbufs() 224 new->current in cpc_setgrp_clone() [all...] |
| /titanic_52/usr/src/man/man1/ |
| H A D | ed.1 | 49 editing of files in the current directory. \fBred\fR prohibits executing shell 95 that at any time there is a \fIcurrent line\fR. Generally speaking, the current 96 line is the last line affected by a command. The exact effect on the current 114 address is calculated, the current line (\fB\&.\fR) is set to that value, and 184 current line number unchanged. If the \fBe\fR or \fBq\fR command is repeated 194 \fBl\fR, \fBn\fR, or \fBp\fR in which case the current line is either listed, 212 after the addressed line in the buffer. The current line (\fB\&.\fR) is left at 235 current line (\fB\&.\fR) is left at the last line input, or, if there were 237 originally at the end of the buffer, the current line number will be set to the 238 address of the new last line. If no lines remain in the buffer, the current [all...] |
| H A D | jobs.1 | 193 job to be started or restarted. The \fBprevious job\fR is the first non-current 210 for the current job 256 \fB%\fR\fIjob_id\fR is omitted the current job is assumed. 260 the background. If \fB%\fR\fIjob_id\fR is omitted the current job is assumed. 292 To see the current list of jobs, use the \fBjobs\fR built-in command. The job 295 previous job is indicated with a `\fB\(mi\fR\&'; when the current job is 297 new current job). 305 refers to the current job. 312 The current job. 352 \fBfg\fR brings the current o [all...] |
| /titanic_52/usr/src/stand/lib/fs/nfs/ |
| H A D | xdr_rec.c | 104 uint32_t *frag_header; /* beginning of current fragment */ 238 int current; in xdrrec_getbytes() local 242 current = frag_len = rstrm->fbtbc; in xdrrec_getbytes() 243 if (current == 0) { in xdrrec_getbytes() 251 current = (len < current) ? len : current; in xdrrec_getbytes() 252 if (!get_input_bytes(rstrm, addr, frag_len, current)) in xdrrec_getbytes() 254 addr += current; in xdrrec_getbytes() 255 rstrm->fbtbc -= current; in xdrrec_getbytes() 265 ptrdiff_t current; xdrrec_putbytes() local 504 ptrdiff_t current; get_input_bytes() local 554 ptrdiff_t current; skip_input_bytes() local [all...] |
| /titanic_52/usr/src/uts/common/io/usb/clients/hidparser/ |
| H A D | hidparser.c | 320 entity_item_t *current = parser_handle; in hidparser_get_packet_size_report_des() local 329 while (current) { in hidparser_get_packet_size_report_des() 330 if (current->entity_item_type == R_ITEM_COLLECTION) { in hidparser_get_packet_size_report_des() 332 current->info.child, report_id, main_item_type, in hidparser_get_packet_size_report_des() 334 } else if (current->entity_item_type == main_item_type) { in hidparser_get_packet_size_report_des() 340 attribute = current->entity_item_attributes; in hidparser_get_packet_size_report_des() 387 current = current->entity_item_right_sibling; in hidparser_get_packet_size_report_des() 388 } /* end while current */ in hidparser_get_packet_size_report_des() 431 entity_item_t *current in hidparser_get_usage_attribute_report_des() local 613 entity_item_t *current = parser_handle; hidparser_get_main_item_data_descr_main() local 745 entity_item_t *current; hidparser_lookup_usage_collection() local 815 entity_item_t *current; hidparser_get_top_level_collection_usage() local 915 entity_item_t *current = parser_handle; hidparser_get_usage_list_in_order_internal() local 1248 entity_item_t *current = parser_handle; hidparser_get_report_id_list_internal() local 1327 entity_item_t *current = handle; hidparser_print_report_descr_handle() local 2203 entity_attribute_t *head, *current; hidparser_alloc_attrib_list() local 2294 entity_item_t *next, *current, *child; hidparser_free_report_descr_handle() local 2340 entity_attribute_t *next, *current; hidparser_free_attribute_list() local [all...] |
| /titanic_52/usr/src/man/man1has/ |
| H A D | edit.1has | 92 the current line. Most commands to \fBedit\fR use the current line if you do 95 \fBedit\fR commands), the current line is printed. If you \fBdelete\fR 96 (\fBd\fR) the current line, \fBedit\fR prints the new current line, which is 98 new last line becomes the current one. 105 it places these lines after the current line. The last line you type then 106 becomes the current line. The \fBinsert\fR (\fBi\fR) command is like 108 current line. 115 current lin [all...] |
| /titanic_52/usr/src/man/man7d/ |
| H A D | wscons.7d | 38 below. Only the current entry is active; when the active entry is closed, the 95 The console cursor marks the current line and character position on the screen. 98 console (and is not part of an escape sequence), it is displayed at the current 99 cursor position and the cursor moves one position to the right on the current 308 Used for consoles that are not equipped with an audible bell. Current Sun 327 The cursor moves one position to the left on the current line. If it is 345 The cursor moves right on the current line to the next tab stop. The tab stops 448 The cursor moves to the leftmost character position on the current line. 485 current cursor position. The current lin [all...] |
| /titanic_52/usr/src/uts/common/io/rsm/ |
| H A D | rsmka_pathmanager.c | 43 * [add_path and remove_path only called for current adapters] 776 adapter_t *prev, *current; in rsmka_remove_adapter() local 806 current = listhead->next_adapter; in rsmka_remove_adapter() 807 while (current != NULL) { in rsmka_remove_adapter() 808 if (adapter->instance == current->instance) { in rsmka_remove_adapter() 811 prev = current; in rsmka_remove_adapter() 812 current = current->next; in rsmka_remove_adapter() 815 ASSERT(current != NULL); in rsmka_remove_adapter() 818 listhead->next_adapter = current in rsmka_remove_adapter() 1859 adapter_t *current = NULL; rsmka_lookup_adapter() local 1941 adapter_t *current; link_adapter() local 2024 path_t *current; lookup_path() local 2067 path_t *current; rsm_find_path() local 2151 path_t *prev, *current; destroy_path() local 2283 path_t *current = adapter->next_path; get_remote_nodeid() local 2316 path_t *current = adapter->next_path; get_remote_hwaddr() local 2416 ipc_info_t *current = ipc_info_head; destroy_ipc_info() local 2486 sendq_token_t *prev, *start, *current; unlink_sendq_token() local [all...] |
| /titanic_52/usr/src/cmd/sh/ |
| H A D | service.c | 320 unsigned char *current; in trim() local 326 if (current = at) { in trim() 328 while (c = *current) { in trim() 329 if ((len = mbtowc(&wc, (char *)current, in trim() 332 current++; in trim() 337 memcpy(last, current, len); in trim() 339 current += len; in trim() 345 current++; in trim() 346 if (c = *current) { in trim() 347 if ((len = mbtowc(&wc, (char *)current, in trim() 370 unsigned char *current; global() local [all...] |