Searched refs:stline (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/refer/ |
H A D | refer5.c | 47 char t[100], t1[MXSIG], t2[100], format[10], *sd, *stline; in putsig() local 122 stline = stbuff; in putsig() 124 strcpy(stline, nstline); in putsig() 127 if (stline[2] || endline[2]) { in putsig() 128 stline += 2; in putsig() 131 stline = "\\*([."; in putsig() 135 stline = " ("; in putsig() 140 sprintf(t1, "%s%s%s\n", stline, sig, endline); in putsig()
|
/titanic_44/usr/src/cmd/sgs/unifdef/common/ |
H A D | unifdef.c | 223 int stline; /* line number when called this time */ in doif() local 226 stline = linenum; in doif() 251 return (error(doret, stline, depth)); in doif() 258 return (error(doret, stline, depth)); in doif() 303 return (error(IEOF_ERR, stline, depth)); in doif()
|