Searched refs:lpe (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hack/
H A Dmakedefs.c143 char line[LINSZ], *lp = line, *lp0 = line, *lpe = line; variable
156 lpe = lp0 + n;
162 if (lp == lpe) {
166 return ((lp == lpe) ? 0 : *lp++);
181 if (strlen(s) > lpe - lp + 1) {
185 while (lp2 != lpe)
191 if (strlen(s) > lpe - lp + 1) {
/netbsd-6-1-5-RELEASE/sbin/apmlabel/
H A Dapmlabel.c189 struct partition *lpe; local
193 lpe = &label.d_partitions[j];
194 if (lpe->p_size == npe.p_size &&
195 lpe->p_offset == npe.p_offset
197 && (lpe->p_fstype == npe.p_fstype ||
198 lpe->p_fstype == FS_UNUSED) */
204 fstypenames[lpe->p_fstype],
209 if (unused == -1 && lpe->p_size == 0 &&
210 lpe->p_fstype == FS_UNUSED)
/netbsd-6-1-5-RELEASE/sbin/mbrlabel/
H A Dmbrlabel.c164 struct partition *lpe; local
168 lpe = &label.d_partitions[j];
169 if (lpe->p_size == npe.p_size &&
170 lpe->p_offset == npe.p_offset
172 && (lpe->p_fstype == npe.p_fstype ||
173 lpe->p_fstype == FS_UNUSED) */
179 fstypenames[lpe->p_fstype],
184 if (unused == -1 && lpe->p_size == 0 &&
185 lpe->p_fstype == FS_UNUSED)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c909 struct s390_lpe *lpe; local
950 for (lpe = lpe_list; lpe != NULL; lpe = lpe->next)
952 if (lpe->ex.X_op == O_big)
954 if (exp_p->X_add_number <= 0 && lpe->ex.X_add_number <= 0)
956 if (memcmp (&generic_floating_point_number, &lpe->floatnum,
960 else if (exp_p->X_add_number == lpe->ex.X_add_number)
962 if (memcmp (generic_bignum, lpe
1734 struct s390_lpe *lpe; local
[all...]

Completed in 69 milliseconds