HomeSort by: relevance | last modified time | path
    Searched defs:lpe (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
makedefs.c 143 char line[LINSZ], *lp = line, *lp0 = line, *lpe = line; variable in typeref:typename:char[]***
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) {
  /src/sbin/apmlabel/
apmlabel.c 188 struct partition *lpe; local in function:getparts
192 lpe = &label.d_partitions[j];
193 if (lpe->p_size == npe.p_size &&
194 lpe->p_offset == npe.p_offset
196 && (lpe->p_fstype == npe.p_fstype ||
197 lpe->p_fstype == FS_UNUSED) */
203 fstypenames[lpe->p_fstype],
208 if (unused == -1 && lpe->p_size == 0 &&
209 lpe->p_fstype == FS_UNUSED)
  /src/sbin/mbrlabel/
mbrlabel.c 177 struct partition *lpe; local in function:getparts
181 lpe = &label.d_partitions[j];
183 if (lpe->p_size == npe.p_size &&
184 lpe->p_offset == npe.p_offset) {
188 fstypenames[lpe->p_fstype],
194 if (unused == -1 && lpe->p_size == 0 &&
195 lpe->p_fstype == FS_UNUSED)
200 struct partition *lpe; local in function:getparts
204 lpe = &label.d_partitions[j];
206 if ((npe.p_offset >= lpe->p_offset &
    [all...]

Completed in 12 milliseconds