| /plan9/sys/src/cmd/troff/ |
| H A D | n10.c | 20 static char *parse(char *s, int typeit) /* convert \0, etc to nroff driving table format */ in parse() function 127 chtemp[n].str = strdupl(parse(s2, Type)); in getnrfont() 216 else if (is("twinit")) t.twinit = strdupl(parse(opt, Notype)); in n_ptinit() 217 else if (is("twrest")) t.twrest = strdupl(parse(opt, Notype)); in n_ptinit() 218 else if (is("twnl")) t.twnl = strdupl(parse(opt, Notype)); in n_ptinit() 219 else if (is("hlr")) t.hlr = strdupl(parse(opt, Notype)); in n_ptinit() 220 else if (is("hlf")) t.hlf = strdupl(parse(opt, Notype)); in n_ptinit() 221 else if (is("flr")) t.flr = strdupl(parse(opt, Notype)); in n_ptinit() 222 else if (is("bdon")) t.bdon = strdupl(parse(opt, Notype)); in n_ptinit() 223 else if (is("bdoff")) t.bdoff = strdupl(parse(opt, Notype)); in n_ptinit() [all …]
|
| /plan9/sys/src/games/music/jukefs/ |
| H A D | mk.dep | 3 parse.$O: /$objtype/include/u.h /sys/include/libc.h /sys/include/thread.h /sys/include/bio.h /sys/i… 4 …lude/libc.h /sys/include/ctype.h /sys/include/bio.h /sys/include/thread.h object.h parse.h catset.h 5 …/include/u.h /sys/include/libc.h /sys/include/bio.h /sys/include/thread.h object.h parse.h search.h 6 …c.h /sys/include/thread.h /sys/include/bio.h /sys/include/fcall.h object.h parse.h print.h catset.h
|
| H A D | mkfile | 11 parse.c\
|
| /plan9/sys/src/cmd/wikifs/ |
| H A D | wiki2html.c | 21 int parse; in main() local 44 parse = 1; in main() 58 if(parse){ in main()
|
| H A D | mkfile | 8 parse.$O\
|
| /plan9/sys/src/cmd/sam/ |
| H A D | mkfile | 33 parse.h\ 39 address.$O cmd.$O parse.$O xec.$O unix.$O: parse.h
|
| /plan9/sys/src/cmd/upas/smtp/ |
| H A D | greylist.c | 46 char *line, *parse, *p; in onwhitelist() local 68 parse = line; in onwhitelist() 75 parse = input; in onwhitelist() 79 parseip(addr, parse); in onwhitelist() 80 p = strchr(parse, '/'); in onwhitelist() 86 v4parsecidr(addr4, mask4, parse); in onwhitelist()
|
| /plan9/sys/src/libflate/ |
| H A D | deflate.c | 121 ushort parse[DeflateMaxBlock / 2 + 1]; member 368 lzb->eparse = lzb->parse; in deflateb() 439 if(lzb->eparse > lzb->parse + nelem(lzb->parse)) in deflateb() 482 nunc, lzb->eparse - lzb->parse, lzb->excost, (nunc + 4) * 8, nfix, ndyn, nhuff); in deflateb() 502 wrblock(lz, slop - lz->hist, lzb->parse, lzb->eparse, dlitlentab, dofftab); in deflateb() 511 lzb->parse[m++] = MaxLitRun; in deflateb() 512 lzb->parse[m++] = i; in deflateb() 514 wrblock(lz, slop - lz->hist, lzb->parse, lzb->parse + m, hlitlentab, hofftab); in deflateb() 519 wrblock(lz, slop - lz->hist, lzb->parse, lzb->eparse, litlentab, offtab); in deflateb() 702 lzcomp(LZstate *lz, LZblock *lzb, uchar *ep, ushort *parse, int finish) in lzcomp() argument [all …]
|
| /plan9/sys/src/cmd/ndb/ |
| H A D | mkhosts.c | 121 parse(char *file) in parse() function 184 parse(argv[i]); in main() 186 parse("/lib/ndb/local"); in main() 187 parse("/lib/ndb/friends"); in main()
|
| /plan9/sys/src/cmd/syscall/ |
| H A D | syscall.c | 38 uintptr parse(char *); 112 arg[i-1] = parse(argv[i]); in main() 171 parse(char *s) in parse() function
|
| /plan9/sys/src/cmd/awk/ |
| H A D | mkfile | 7 parse.$O\ 26 re.c lex.c main.c parse.c proctab.c tran.c lib.c run.c\
|
| /plan9/sys/src/cmd/mk/ |
| H A D | main.c | 151 parse("command line args", tfd, 1); in main() 173 parse(MKFILE, open(MKFILE, 0), 0); in main() 176 parse(*ff, open(*ff, 0), 0); in main()
|
| H A D | parse.c | 10 parse(char *f, int fd, int varoverride) in parse() function 46 parse(p, newfd, 0); in parse() 61 parse(p, newfd, 0); in parse()
|
| H A D | mkfile | 15 parse.$O\
|
| /plan9/sys/src/cmd/gs/lib/ |
| H A D | ps2pdf13.cmd | 9 parse arg params
|
| H A D | ps2pdf12.cmd | 9 parse arg params
|
| H A D | ps2pdf14.cmd | 9 parse arg params
|
| H A D | ps2ps2.cmd | 9 parse arg params
|
| H A D | ps2ps.cmd | 9 parse arg params
|
| /plan9/sys/src/cmd/usb/lib/ |
| H A D | mkfile | 8 parse.$O\
|
| /plan9/sys/src/libhttpd/ |
| H A D | mkfile | 15 parse.$O\
|
| /plan9/sys/src/lib9p/ |
| H A D | mkfile | 13 parse.$O\
|
| /plan9/sys/src/cmd/aquarela/ |
| H A D | cifscmd.c | 61 parse(char *s, char *fields[], int nfields) in parse() function 208 switch (ac = parse(ap, av, nelem(av))) { in threadmain()
|
| /plan9/sys/src/cmd/aux/ |
| H A D | pcmcia.c | 21 void (*parse[256])(int, int) = variable 81 if(parse[type]) in tuple() 82 (*parse[type])(type, link); in tuple()
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | Makefile | 27 parse.$O\
|