Searched refs:getint (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/decls/
H A Dtst.funcs.d37 extern int getint(void);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postplot/
H A Dpostplot.c191 static int getint(void);
523 hpos = getint();
524 vpos = getint();
528 x0 = getint();
529 y0 = getint();
530 x1 = getint();
531 y1 = getint();
548 hpos = getint();
549 vpos = getint();
559 x0 = getint();
681 getint(void) function
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
H A Dpostdmd.c174 static int getint(void);
593 if ( (scanlines = getint()) == 0 ) {
594 ox = getint();
595 oy = getint();
596 cx = getint();
597 cy = getint();
601 } else patterns = getint();
744 getint(void) function
760 } /* End of getint */
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c67 getint(c) function
96 n = getint(&c);
233 n = getint(&c);
/opensolaris-onvv-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c109 extern char *skipstr(), *getstr(), *getint();
128 p = skipstr(p); p = getint(p, &t.bset);
129 p = skipstr(p); p = getint(p, &t.breset);
130 p = skipstr(p); p = getint(p, &t.Hor);
131 p = skipstr(p); p = getint(p, &t.Vert);
132 p = skipstr(p); p = getint(p, &t.Newline);
133 p = skipstr(p); p = getint(p, &t.Char);
134 p = skipstr(p); p = getint(p, &t.Em);
135 p = skipstr(p); p = getint(p, &t.Halfline);
136 p = skipstr(p); p = getint(
266 char *getint(s, pn) /* find integer at s */ function
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c642 getint(const char *name, const char *s) function
761 msec = getint("interval", argv[optind++]) * MILLISEC;
766 iter = getint("count", argv[optind++]);

Completed in 115 milliseconds