Home
last modified time | relevance | path

Searched refs:emptyb (Results 1 – 3 of 3) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Dutil.c453 Text *emptyb; in makenewwindow() local
482 emptyb = &emptyw->body; in makenewwindow()
483 el = emptyb->fr.maxlines-emptyb->fr.nlines; in makenewwindow()
486 y = emptyb->fr.r.min.y+emptyb->fr.nlines*font->height; in makenewwindow()
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/
H A Doverlap.m90 emptyb = isempty (b); variable
91 notempty = not (emptya | emptyb);
93 "bothEmpty", (emptya & emptyb); ...
94 "firstEmpty", (emptya & not (emptyb)); ...
95 "secondEmpty", (emptyb & not (emptya)); ...
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dchunk.c646 static const buffer emptyb = { "", 0, 0 }; in chunkqueue_get_append_newtempfile() local
648 chunk * const restrict c = chunkqueue_append_file_chunk(cq, &emptyb, 0, 0); in chunkqueue_get_append_newtempfile()