Searched refs:textleft (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c1221 unsigned textleft = QBUFSZ - (len_qbuf + padlength); local
1223 if (len_lastR >= textleft) {
1228 return (len_planA < textleft) ? planA :
1229 (len_planB < textleft) ? planB : last_resort;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c1221 unsigned textleft = QBUFSZ - (len_qbuf + padlength); local
1223 if (len_lastR >= textleft) {
1228 return (len_planA < textleft) ? planA :
1229 (len_planB < textleft) ? planB : last_resort;

Completed in 86 milliseconds