HomeSort by relevance Sort by last modified time
    Searched defs:start (Results 1 - 25 of 465) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /netvirt/usr/src/cmd/sgs/librtld_db/rdb_demo/common/
gram.y 3 * CDDL HEADER START
55 start: commands label
  /netvirt/usr/src/cmd/fmli/sys/
watch.c 2 * CDDL HEADER START
47 static clock_t start; /* EFT abs k16 */ local
51 start = times(&tbuf);
59 (stop - start) / 100, (stop - start) % 100,
  /netvirt/usr/src/cmd/ypcmd/revnetgroup/
util.c 2 * CDDL HEADER START
47 register char *start; local
50 start = line;
53 if (fgets(start, maxlen, fp) == NULL) {
56 for (p = start; *p; p++) {
58 if (p > start && *(p-1) == '\\') {
59 start = p - 1;
75 if (p > start)
  /netvirt/usr/src/cmd/audio/include/
AudioExtent.h 2 * CDDL HEADER START
43 Double start; // start time member in class:AudioExtent
52 double s = 0., // start time
58 Double GetStart() const; // Get start time
59 void SetStart(Double s); // Set start time
73 Double& pos); // start position (updated)
79 Double& pos); // start position (updated)
  /netvirt/usr/src/grub/grub-0.95/docs/
boot.S 23 .globl start, _start
24 start: label
  /netvirt/usr/src/cmd/fm/modules/common/eversholt/
stats_impl.h 2 * CDDL HEADER START
46 hrtime_t start; member in struct:stats
  /netvirt/usr/src/cmd/fmli/qued/
mfuncs.c 2 * CDDL HEADER START
87 register int saverow, start, i; local
90 start = saverow = Cfld->currow;
92 start++;
93 fgo(start, 0);
96 wmove(v->subwin, start + Cfld->frow, Cfld->fcol);
108 for (i = LASTROW; i >= start; i--) {
109 if ((i - num) >= start)
117 fgo(start, 0);
  /netvirt/usr/src/cmd/msgfmt/
gnu_po.y 3 * CDDL HEADER START
54 start : label
55 | start po
  /netvirt/usr/src/cmd/ptools/prun/
prun.c 2 * CDDL HEADER START
38 static int start(char *);
63 rc += start(*++argv);
69 start(char *arg) function
  /netvirt/usr/src/cmd/sgs/lex/common/
parser.y 3 * CDDL HEADER START
40 /* XCU4: add XSCON: %x exclusive start token */
292 int exclusive_flag; /* XCU4: exclusive start flag */
479 case 'x': case 'X': /* XCU4: exclusive start conditions */
481 goto start;
483 case 's': case 'S': /* start conditions */
485 start: label
495 error("None-ASCII characters in start condition.");
506 /* XCU4: save exclusive flag with start name */
510 error("Too many start conditions")
    [all...]
  /netvirt/usr/src/cmd/sgs/libelf/misc/
String.h 2 * CDDL HEADER START
34 #define PTR(S) ((S)->data + (S)->sg.start)
37 int start,end,max; member in struct:__anon1534
  /netvirt/usr/src/common/mdesc/
mdesc_scandag.c 2 * CDDL HEADER START
63 int start; local
80 * if we want to start at the top, start at index 0
83 start = (int)startnode;
84 if (start == MDE_INVAL_ELEM_COOKIE) start = 0;
87 * Scan from the start point until the first node.
89 while (MDE_TAG(&mdp->mdep[start]) == MDET_NULL) start++
    [all...]
  /netvirt/usr/src/lib/libresolv2/common/inet/
nsap_addr.c 94 char *start; local
97 start = ascii;
100 start = tmpbuf;
118 return (start);
  /netvirt/usr/src/lib/libxcurses/src/libc/xcurses/
keypad.c 2 * CDDL HEADER START
57 const char *start; local
66 start = str;
122 return (int) (str - start);
wscrl.c 2 * CDDL HEADER START
56 int y, x, width, start, finish, to; local
66 * from start to finish inclusive will be moved to
70 start = w->_top;
74 start = w->_bottom + n;
80 if (__m_cc_erase(w, start, 0, finish, w->_maxx-1) == -1)
84 (void) __m_ptr_move((void **) w->_line, w->_maxy, start, finish, to);
  /netvirt/usr/src/lib/libxcurses2/src/libc/xcurses/
keypad.c 2 * CDDL HEADER START
59 const char *start; local
68 start = str;
123 /* (str - start) should be enough small to fit in "int" */
124 return ((int)(str - start));
wscrl.c 2 * CDDL HEADER START
59 int start, finish, to; local
109 * from start to finish inclusive will be moved to
113 start = w->_top;
117 start = w->_bottom + n;
123 (void) __m_cc_erase(w, start, 0, finish, w->_maxx - 1);
127 start, finish, to);
  /netvirt/usr/src/ucblib/libcurses/
erase.c 35 char *sp, *end, *start, *maxx; local
43 start = win->_y[y];
44 end = &start[win->_maxx];
45 for (sp = start; sp < end; sp++)
49 minx = sp - start;
  /netvirt/usr/src/cmd/krb5/kadmin/gui/
KdcGuiMain.java 2 * CDDL HEADER START
83 public void start() { method in class:KdcGuiMain
84 helper.start();
  /netvirt/usr/src/lib/libslp/javalib/com/sun/slp/
StreamListener.java 2 * CDDL HEADER START
85 // Start it running.
87 listener.start();
174 rh.start();
  /netvirt/usr/src/cmd/checkeq/
checkeq.c 53 int start, line, eq, ndel, totdel; local
56 start = eq = line = ndel = totdel = 0;
83 start = 0;
111 if (start == 0)
112 start = line;
116 line-start+1, delim, delim, start, line); local
117 start = line;
120 if (start > 0) {
123 line-start+1, delim, delim, start, line) local
    [all...]
  /netvirt/usr/src/cmd/cmd-inet/usr.bin/telnet/
encrypt.h 84 int (*start)(int); member in struct:__anon121
  /netvirt/usr/src/cmd/lp/filter/postscript/common/
misc.c 2 * CDDL HEADER START
105 int start, stop; /* end points */ local
117 start = stop = str_convert(&str, 0);
122 if ( start > stop )
123 error(FATAL, "illegal range %d-%d", start, stop);
125 olist[nolist++] = start;
  /netvirt/usr/src/cmd/man/src/util/nsgmls.src/lib/
Big5CodingSystem.cxx 45 Char *start = to; local
62 return to - start;
EUCJPCodingSystem.cxx 45 Char *start = to; local
82 return to - start;

Completed in 7401 milliseconds

1 2 3 4 5 6 7 8 91011>>