Home
last modified time | relevance | path

Searched refs:stline (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Drefer5.c45 char t[100], t1[MXSIG], t2[100], format[10], *sd, *stline; in putsig() local
120 stline = stbuff; in putsig()
122 strcpy(stline, nstline); in putsig()
125 if (stline[2] || endline[2]) { in putsig()
126 stline += 2; in putsig()
129 stline = "\\*([."; in putsig()
133 stline = " ("; in putsig()
138 sprintf(t1, "%s%s%s\n", stline, sig, endline); in putsig()
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c221 int stline; /* line number when called this time */ in doif() local
224 stline = linenum; in doif()
249 return (error(doret, stline, depth)); in doif()
256 return (error(doret, stline, depth)); in doif()
301 return (error(IEOF_ERR, stline, depth)); in doif()