Home
last modified time | relevance | path

Searched refs:meta (Results 1 – 13 of 13) sorted by relevance

/original-bsd/lib/libc/db/btree/
H A Dbt_open.c327 PAGE *meta, *root; local
330 if ((meta = mpool_get(t->bt_mp, 0, 0)) != NULL) {
331 mpool_put(t->bt_mp, meta, 0);
337 if ((meta = mpool_new(t->bt_mp, &npg)) == NULL)
350 memset(meta, 0, t->bt_psize);
351 mpool_put(t->bt_mp, meta, MPOOL_DIRTY);
/original-bsd/usr.bin/finger/
H A Dlprint.c295 int meta; local
301 meta = 1;
303 meta = 0;
304 if (isprint(ch) || !meta && (ch == ' ' || ch == '\t' || ch == '\n'))
/original-bsd/usr.bin/make/
H A Dcompat.c50 static char meta[256]; variable
196 for (cp = cmd; !meta[(unsigned char)*cp]; cp++) {
576 meta[(unsigned char) *cp] = 1;
581 meta[0] = 1;
/original-bsd/usr.bin/mail/
H A Dlist.c776 metamess(meta, f) in metamess() argument
777 int meta, f; in metamess()
782 c = meta;
/original-bsd/games/quiz/datfiles/
H A Dlatin157 meta:limit|boundary
/original-bsd/sys/ufs/lfs/
H A DTODO44 DONE Make sure that we're counting meta blocks in the inode i_block count.
H A DREADME116 table and the ifile meta-data are stored in normal log segments.
/original-bsd/sys/vm/
H A DTODO9 how do you get file meta-data, etc.
/original-bsd/games/fortune/datfiles/
H A Dfortunes.sp.ok1668 meta
H A Dfortunes6822 If there are epigrams, there must be meta-epigrams.
12862 The meta-Turing test counts a thing as intelligent if it seeks to
H A Dfortunes25294 rules contained in its heterarchically organized meta wisdom base. IMMANUEL
15151 Control and meta, side by side,
24709 If there are epigrams, there must be meta-epigrams.
34582 A mad meta-poet,
34584 Wrote a mad meta-poem
34586 A mad meta-poet,
34588 Wrote a mad meta-poem
/original-bsd/share/termcap/
H A Dtermcap.src928 # also, has a meta-key (MT)
1058 # pause key acts as a meta key/pause key is pause*
3147 # (which gave meta-key and pgmmable-fxn keys). 720 is much much faster,
3502 # computer-dependent (I have a Commodore '64); you should use the meta-B
/original-bsd/local/toolchest/ksh/
H A Dsh.memo510 including meta-characters such as pipe symbols and i/o-redirection.