Searched refs:current (Results 1 - 25 of 235) sorted by relevance

12345678910

/osnet-11/usr/src/lib/libeti/menu/common/
H A Dchk.c41 _chk_top(MENU *m, int *top, ITEM *current) argument
43 if (Y(current) < *top) {
44 *top = Y(current);
46 if (Y(current) >= *top + Height(m)) {
47 *top = Y(current) - Height(m) + 1;
53 * relative to current. It is only used when current is
58 _chk_current(MENU *m, int *top, ITEM *current) argument
60 if (Y(current) < *top) {
61 *top = Y(current);
[all...]
H A Ddriver.c43 ITEM *current; local
57 current = Current(m);
72 if (Right(current) == (ITEM *)0) {
76 current = Right(current);
80 if (Left(current) == (ITEM *)0) {
84 current = Left(current);
88 if (Up(current) == (ITEM *)0) {
92 current
[all...]
H A Dcuritem.c39 set_current_item(MENU *m, ITEM *current) argument
43 if (m && current && Imenu(current) == m) {
47 if (current != Current(m)) {
53 _chk_current(m, &top, current);
58 _affect_change(m, top, current);
H A Dpattern.c62 _match(MENU *m, char c, ITEM **current) argument
67 * Indicates search has cycled past the current item. If the current
73 /* current item. Otherwise, search forward from the current item. */
75 i = Index(*current);
109 if (i == Index(*current) && cycled) {
112 *current = IthItem(m, i);
141 ITEM *current; local
165 current
[all...]
H A Dtopitem.c41 ITEM *current; local
58 /* Set current to toprow */
59 current = IthItem(m, RowMajor(m) ? top * Cols(m) : top);
62 _affect_change(m, top, current);
/osnet-11/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h53 * 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...]
H A Dstring_decim.c43 int current; /* *cp or EOF */ local
46 current = (unsigned char)*cp;
50 current = (unsigned char)*++cp; \
53 current = EOF; \
H A Dfunc_decim.c44 int current; /* *cp or EOF */ local
49 current = (*pget)(); \
50 if (current != EOF) { \
51 *++cp = (char)current; \
55 current = EOF; \
H A Dfile_decim.c58 int current; /* *cp or EOF */ local
64 current = ((pf->_flag & _IOWRT) ? \
67 if (current != EOF) { \
68 *++cp = (char)current; \
72 current = EOF; \
85 if (cp >= *ppc && current != EOF && myungetc(current, pf)
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwstod.c191 wchar_t current; /* always equal to *cp */ local
207 * condition (current == decpt) will correctly detect it.
221 current = *cp;
222 while (iswspace((wint_t)current))
223 current = *++cp;
226 if (current == L'+') {
227 current = *++cp;
228 } else if (current == L'-') {
230 current = *++cp;
239 if (L'1' <= current
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_timeout.c95 sip_timeout_t *current, *last; local
104 current = timeout_current_start;
105 while (current != NULL) {
106 if (current->sip_timeout_id == id) {
107 if (current == timeout_current_start) {
109 current->sip_timeout_next;
112 current->sip_timeout_next;
114 if (current == timeout_current_end)
116 if (current->sip_timeout_callback_func_arg !=
118 free(current
174 sip_timeout_t *current; local
[all...]
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c252 const char *current = NULL; local
268 current = begin;
269 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0) {
272 COMMP_COPY_STR(new_origin->o_username, begin, current - begin);
280 begin = ++current;
281 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0)
283 if (commp_strtoull(begin, current, &new_origin->o_id) != 0)
286 begin = ++current;
287 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0)
289 if (commp_strtoull(begin, current,
344 const char *current; local
397 const char *current; local
527 const char *current; local
585 const char *current; local
681 const char *current; local
750 const char *current; local
808 const char *current; local
868 const char *current; local
1177 const char *current; local
[all...]
H A Dcommp_util.c57 * Finds the token in the char buffer. *current will be pointing to the
62 commp_find_token(const char **begin, const char **current, const char *end, argument
65 *current = *begin;
66 while (*current < end) {
67 if (!last && (**current == token))
69 else if (isspace(**current))
71 (*current)++;
74 if (*current == *begin)
H A Dsdp_parse_helper.c338 const char *current; local
344 current = buf;
345 end = current + len;
347 if (commp_skip_white_space(&current, end) != 0)
349 while (current < end) {
350 (void) commp_skip_white_space(&current, end);
351 begin = current;
352 while (current < end) {
353 if (isspace(*current))
355 ++current;
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dconfig.c43 char **current; local
66 for (current = environ; *current != NULL; current++)
70 if (strncmp(str, *current, matchlen) == 0)
73 *current = (char *) str;
138 ** deleted from the current environment.
144 ** environ -- a pointer to the current environment.
/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcGetFcpTargetMapping.cc75 HBA_UINT32 current = 0; local
116 for (count = current; count < limit; count++) {
118 &mappingV2->entry[count-current].ScsiId,
121 &mappingV2->entry[count-current].FcpId,
124 current = mapping->NumberOfEntries;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c99 uint32_t *frag_header; /* beginning of current fragment */
222 int current = rstrm->in_boundry - rstrm->in_finger; local
224 (void) memcpy(rstrm->in_base, rstrm->in_finger, current);
226 rstrm->in_boundry = rstrm->in_finger + current;
321 int current; local
324 current = rstrm->fbtbc;
325 if (current == 0) {
332 current = (len < current) ? len : current;
347 int current; local
378 int current, len; local
672 int current; local
733 int current; local
[all...]
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c141 device_t *current, *attach; local
176 env->attachment_pt = current = attach = env->current_device;
181 current->private = pd;
182 add_my_handle(env, pd->node, current);
183 install_property_vectors(env, current);
184 current = current->parent;
187 for (current = attach; current != NULL; current
[all...]
H A Dphandle.c140 device_t *current; local
151 current = MYSELF->device;
152 ASSERT(current);
163 pd->parent = (fc_phandle_t) revert_phandle(env, current->parent);
165 current->private = pd;
171 add_my_handle(env, pd->node, current);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Damiga.c82 struct AmigaIds *current, *next; local
84 for (current = ids; current != NULL; current = next) {
85 next = current->next;
86 free (current);
91 struct AmigaIds *current; local
93 for (current = ids; current != NULL; current
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.t31 + 3 # tests for sort::current
146 is(sort::current(), 'quicksort', 'sort::current for _qsort');
153 is(sort::current(), 'mergesort', 'sort::current for _mergesort');
160 is(sort::current(), 'quicksort stable', 'sort::current for _qsort stable');
169 is(sort::current(), 'stable', 'sort::current after no _qsort');
175 is(sort::current(), 'quicksor
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dnotif.c21 LDAPMessage *ldap_next_notif(LDAP *ld, LDAPMessage *current) argument
23 if ( current == NULLMSG )
26 return current->lm_next;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompat.c57 hep->current = NULL;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/warnings/
H A Dregister.pm17 Create a warnings category with the same name as the current package.
/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c401 char *current; /* Ptr to current sev def'n */ local
402 char *tokend; /* Ptr to end of current sev def'n */
413 current = (ptr == (char *)NULL) ? leftoff : ptr;
417 if (current == (char *)NULL) {
423 * Look through the string "current" for a token of the form
432 while (*(tokend = exttok(current, ":,")) == ':') {
433 current = tokend + (ptrdiff_t)1;
438 kywd = current;
442 current
[all...]

Completed in 160 milliseconds

12345678910