Searched defs:stline (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Drefer5.c47 char t[100], t1[MXSIG], t2[100], format[10], *sd, *stline; local
122 stline = stbuff;
124 strcpy(stline, nstline);
127 if (stline[2] || endline[2]) {
128 stline += 2;
131 stline = "\\*([.";
135 stline = " (";
140 sprintf(t1, "%s%s%s\n", stline, sig, endline);
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c223 int stline; /* line number when called this time */ local
226 stline = linenum;
251 return (error(doret, stline, depth));
258 return (error(doret, stline, depth));
303 return (error(IEOF_ERR, stline, depth));

Completed in 52 milliseconds