Lines Matching defs:how
108 struct line { /* how line addresses are stored */
119 static long nlall; /* room for how many LINEs in memory */
1321 * how and line specify a number, or line itself is negative,
1322 * which is the same as having how == -1 and line == abs(line).
1340 find(how, line) /* find the line and seek there */
1341 int how;
1348 if (how == 0)
1352 where = how * line;
1354 where = how * line + dot->l_no;
1545 lineset(how) /* initialize line memory */
1546 int how;
1555 if (how == BOF) {