HomeSort by relevance Sort by last modified time
    Searched refs:current (Results 1 - 25 of 416) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/tools/cscope-fast/
history.c 42 HISTORY *head, *tail, *current; variable
62 current = 0;
70 if (current) {
71 if (current->previous) /* stay on first item */
72 return (current = current->previous);
74 return (current);
76 return (current = tail);
86 if (current) {
87 if (current->next) /* stay on first item *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libeti/menu/common/
chk.c 41 _chk_top(MENU *m, int *top, ITEM *current)
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)
60 if (Y(current) < *top) {
61 *top = Y(current);
    [all...]
driver.c 43 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)
    [all...]
curitem.c 39 set_current_item(MENU *m, ITEM *current)
43 if (m && current && Imenu(current) == m) {
47 if (current != Current(m)) {
53 _chk_current(m, &top, current);
58 _affect_change(m, top, current);
70 return (Current(m));
pattern.c 62 _match(MENU *m, char c, ITEM **current)
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 = Current(m)
    [all...]
topitem.c 41 ITEM *current; local
58 /* Set current to toprow */
59 current = IthItem(m, RowMajor(m) ? top * Cols(m) : top);
62 _affect_change(m, top, current);
  /onnv/onnv-gate/usr/src/lib/libc/port/fp/
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 == decpt) will correctly detect it
    [all...]
string_decim.c 43 int current; /* *cp or EOF */ local
46 current = (unsigned char)*cp;
50 current = (unsigned char)*++cp; \
53 current = EOF; \
func_decim.c 44 int current; /* *cp or EOF */ local
49 current = (*pget)(); \
50 if (current != EOF) { \
51 *++cp = (char)current; \
55 current = EOF; \
file_decim.c 58 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)
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
file_decim.c 48 register int current; local
53 current = getc(pf); /* Initialize buffer. */
54 *cp = current;
56 #define ATEOF current
57 #define CURRENT current
60 { cp++ ; current = getc(pf) ; *cp = current ; nread++ ;} \
62 { current = NULL ; } ;
65 #undef CURRENT
    [all...]
func_decim.c 49 register int current; local
54 current = (*pget) (); /* Initialize buffer. */
55 *cp = current;
57 #define ATEOF current
58 #define CURRENT current
61 { cp++ ; current = (*pget)() ; *cp = current ; nread++ ;} \
63 { current = NULL ; } ;
66 #undef CURRENT
    [all...]
string_decim.c 46 register int current; local
51 current = *cp;
54 #define CURRENT current
57 {cp++ ; current = *cp ; nread++ ;} \
59 {current = NULL ; } ; /* Increment input character and cp. */
62 #undef CURRENT
  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
wstod.c 191 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 && current <= L'9')
    [all...]
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/parser/
backend.c 90 fprintf(fp, "\t%s->chars = str;\n",current->label); \
91 fprintf(fp, "\t%s->len = len;\n",current->label); \
107 fprintf(fp, "\t%s->subids = sub;\n",current->label);\
108 fprintf(fp, "\t%s->len = len;\n",current->label);\
157 static struct tree *find_node(struct tree *current, char *label);
161 static void init_tree_first_pass(struct tree *current, int *index, int *object_index, int *column_index, int *entry_index);
162 static void init_tree_second_pass(struct tree *current);
165 static void output_tree_c(struct tree *current);
167 static void output_extern_function(FILE *fp, struct tree *current);
172 static void output_subid_table(FILE *fp, struct tree *current, int *subid_index)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
sigact.c 61 sigset_t current = sigsetmask(0); local
63 if (omask) *omask = current;
66 current |= *mask;
68 current &= ~*mask;
70 current = *mask;
72 sigsetmask(current);
  /onnv/onnv-gate/usr/src/lib/libsip/common/
sip_timeout.c 97 sip_timeout_t *current, *last; local
106 current = timeout_current_start;
107 while (current != NULL) {
108 if (current->sip_timeout_id == id) {
109 if (current == timeout_current_start) {
111 current->sip_timeout_next;
114 current->sip_timeout_next;
116 if (current == timeout_current_end)
118 if (current->sip_timeout_callback_func_arg !=
120 free(current-
176 sip_timeout_t *current; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcommputil/common/
sdp_parse.c 252 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, &new_origin->o_version) != 0
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...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
LinkProcess.cxx 59 open_.insert(new LinkProcessOpenElement(open_.head()->current,
72 const LinkSet *currentLinkSet = open_.head()->current;
89 open_.insert(new LinkProcessOpenElement(open_.head()->current,
98 open_.insert(new LinkProcessOpenElement(open_.head()->current));
109 open_.head()->current = top->post;
111 open_.head()->current = open_.head()->restore;
124 open_.head()->current = open_.head()->restore;
126 open_.head()->current = linkSet;
133 return open_.head()->current->nImpliedLinkRules();
138 return open_.head()->current->impliedLinkRule(i)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/sun4v/modules/errh/
errh.c 44 uintptr_t current, first; local
61 current = first;
63 if (mdb_vread(&cpu, sizeof (cpu), current) == -1) {
64 mdb_warn("failed to read cpu at %p", current);
76 } while ((current = (uintptr_t)cpu.cpu_next) != first);
87 uintptr_t current, first; local
104 current = first;
106 if (mdb_vread(&cpu, sizeof (cpu), current) == -1) {
107 mdb_warn("failed to read cpu at %p", current);
119 } while ((current = (uintptr_t)cpu.cpu_next) != first)
130 uintptr_t ao, lower, upper, current; local
170 uintptr_t current; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/print/libprint/common/
list.c 107 int current = 0; local
113 for (current = 0; list[current] != NULL; current++)
114 if ((compair)(list[current], element) == 0)
115 return (list[current]);
165 * to the current item in the list and the second argument being a va_list
174 int current = 0, local
181 while (list[current] != NULL) {
185 rc += (vfunc)(list[current++], ap)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cpc/common/
setgrp.c 59 int current; /* currently bound event in eventset */ member in struct:__cpc_setgrp
73 sgrp->current = -1;
193 if (sgrp->current < 0)
194 sgrp->current = 0;
203 if ((uint_t)sgrp->current >= sgrp->nelem)
206 *data1 = &(sgrp->sets[sgrp->current].data1);
207 *data2 = &(sgrp->sets[sgrp->current].data2);
208 *scratch = &(sgrp->sets[sgrp->current].scratch);
210 return (sgrp->sets[sgrp->current].nreqs);
224 new->current = old->current
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
config.c 43 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.
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWses/
postinstall 94 for current in $current_aliases
96 on_the_list $current "$merged_aliases"
99 on_the_list $current "$obsolete_aliases"
102 merged_aliases=`echo $merged_aliases $current`
  /onnv/onnv-gate/usr/src/cmd/sh/
service.c 344 unsigned char *current; local
350 if (current = at) {
352 while (c = *current) {
353 if ((len = mbtowc(&wc, (char *)current,
356 current++;
361 memcpy(last, current, len);
363 current += len;
369 current++;
370 if (c = *current) {
371 if ((len = mbtowc(&wc, (char *)current,
394 unsigned char *current; local
    [all...]

Completed in 1500 milliseconds

1 2 3 4 5 6 7 8 91011>>