Home
last modified time | relevance | path

Searched refs:nowq (Results 1 – 4 of 4) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/fossil/
H A D9proc.c143 m->nowq = 0; in msgAlloc()
244 m->nowq = 1; in msgFlush()
336 if(!m->nowq){ in msgProc()
445 assert(!m->nowq); in msgWrite()
474 assert(flush->nowq); in msgWrite()
H A D9.h36 int nowq; /* do not place on write queue */ member
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dpmxab.c3394 static char nowq[128], lineq[128*200]; in backfill_() local
3412 do_fio(&c__1, nowq, (ftnlen)128); in backfill_()
3414 ndx = i_indx(nowq, oldq, (ftnlen)128, (*lenold)); in backfill_()
3419 s_copy(lineq + (linesback - 1 << 7), nowq, (ftnlen)128, (ftnlen)128); in backfill_()
3431 i__2[0] = ndx - 1, a__1[0] = nowq; in backfill_()
3433 i__2[2] = 128 - i__1, a__1[2] = nowq + i__1; in backfill_()
H A Dpmx270.for1789 character*128 lineq(200),nowq
1794 read(iunit,'(a)')nowq
1795 ndx = index(nowq,oldq(1:lenold))
1800 lineq(linesback) = nowq
1808 lineq(linesback) = nowq(1:ndx-1)//newq(1:lennew)
1809 * //nowq(ndx+lenold:128)