/ast/src/lib/libast/string/ |
H A D | fmtdev.c | 38 unsigned long mm; local 43 mm = (S_ISBLK(st->st_mode) || S_ISCHR(st->st_mode)) ? idevice(st) : st->st_dev; 44 ma = major(mm); 45 mi = minor(mm);
|
/ast/src/cmd/warp/ |
H A D | Makefile | 15 :: README RELEASE PROMO.mm
|
/ast/src/cmd/html/ |
H A D | Makefile | 27 $(LIBDIR)/html :INSTALLDIR: ast.mm strings.mm \ 28 man.tr mm.tr \ 38 tour.mm old-tour.html old-tour.hpj old-tour.rtf
|
H A D | mm2twiki.sh | 20 : mm2twiki - convert mm/man subset to twiki markups 41 [+NAME?mm2twiki - convert mm/man subset to twiki markups] 69 typeset license html meta nl mm index authors vg references 584 mm:.RF) break ;; 836 mm:.RS) 906 case ${mm.title} in 910 putop "$beg ${mm.title} $end" 912 mm.title= 913 case ${mm.author} in 915 set -- ${mm [all...] |
H A D | mm2html.sh | 20 : mm2html - convert mm/man/mandoc subset to html 54 [+NAME?mm2html - convert mm/man/mandoc subset to html] 146 typeset license html meta nl mm index authors vg header references ss 818 mm:.LI)break ;; 819 mm:.RF) break ;; 1526 case ${mm.title} in 1528 case ${mm_AU}${mm.author}${mm.keywords} in 1543 print -r -- "<$H>$beg${mm.title}$end</$H>" 1544 mm [all...] |
H A D | mm2bb.sh | 20 : mm2bb - convert mm/man subset to bb markups 41 [+NAME?mm2bb - convert mm/man subset to bb markups] 70 typeset license html meta nl mm index authors vg references 600 mm:.RF) break ;; 912 mm:.RS) if (( tex )) 994 case ${mm.title} in 1002 putop "$beg ${mm.title} $end" 1004 mm.title= 1005 case ${mm.author} in 1007 set -- ${mm [all...] |
/ast/src/cmd/msgcc/ |
H A D | Makefile | 19 :: RELEASE NOTES PROMO.mm
|
/ast/src/cmd/dss/ |
H A D | Makefile | 7 :: RELEASE dss.mm
|
/ast/src/lib/libast/comp/ |
H A D | fmtmsglib.c | 47 } mm; 215 if (!mm.init) 217 mm.init = INIT_VERB; 219 mm.mask = MM_default; 226 mm.mask = MM_default; 231 mm.mask |= p->value; 273 if (!(mm.init & INIT_CONSOLE)) 274 mm.console = open("/dev/console", O_WRONLY|O_APPEND|O_NOCTTY); 275 if (mm.console < 0) 281 fd = mm [all...] |
/ast/src/cmd/pzip/ |
H A D | Makefile | 29 :: NOTES RELEASE PROMO.mm compare mkprt tabulate 31 :WWW: pzip.mm pin pop pzip
|
/ast/src/cmd/re/ |
H A D | Makefile | 52 :: testregex.mm basic.dat categorize.dat nullsubexpr-A.dat \ 54 repetition.dat re-assoc.mm re-definitions.mm re-nullsubexpr.mm \ 55 testregex.mm re-categorize.mm re-interpretation.mm re-repetition.mm
|
/ast/src/cmd/ie/ |
H A D | Makefile | 15 :: PROMO.mm RELEASE
|
/ast/src/cmd/tksh/ |
H A D | Makefile | 13 :: PROMO.mm README RELEASE
|
/ast/src/cmd/sort/ |
H A D | Makefile | 5 sort :: README RELEASE PROMO.mm main.c sfopen.c \
|
/ast/src/cmd/tw/ |
H A D | Makefile | 5 tw :: RELEASE PROMO.mm tw.c expr.c ftwlocal.c -lexpr -lsum
|
/ast/src/cmd/INIT/ |
H A D | WWW.mk | 3 * index generated from *.mm 18 * `item'.mm generates index.html 27 B := $(*:N=*.mm::O=1:B) 37 %.html %-index.html : %.mm (html_info) 40 %.html : %.mm (html_info) 63 if ( J = "$(R:N=*.mm)" ) 77 for I $(R:N!=*.mm) 144 * item ... :WWWBIN: index.mm file ... host:arch ... 162 G := $("index.mm":G=%.html:D=$(WWWDIR)/$(ITEM):B:S) 165 $(G) : .JOINT $(ARCH)/$(ITEM)/$(ITEM).mm (html_inf [all...] |
H A D | iffe.sh | 152 cmd) mm="a command" ;; 153 dat) mm="a library data symbol" ;; 154 dfn) mm="a macro with extractable value" ;; 155 exp) mm="true" ;; 156 hdr) mm="a header" ;; 157 id) mm="an identifier" ;; 158 lcl) mm="a native header" ;; 159 key) mm="a reserved keyword" ;; 160 lib) mm="a library function" ;; 162 "") mm [all...] |
/ast/src/cmd/at/ |
H A D | Makefile | 12 $(PACKAGE_LOCAL)at :: PROMO.mm RELEASE at.h at.c -lcoshell -lcs
|
/ast/src/cmd/coshell/ |
H A D | Makefile | 8 coshell fdp $(BINDIR) :SERVICE: RELEASE PROMO.mm coshell.1 local.ast \
|
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_search.c | 55 * time :: hh ":" mm [ ":" ss ] 384 int dd, yy, hh, mm, ss; local 393 #define LINIT() (yy = 0, ss = 59, mm = 59, hh = 23) 429 (LINIT(), sfsscanf(s, "%s %d %d %d:%d:%d", month, &dd, &yy, &hh, &mm, &ss) != 6) && 430 (LINIT(), sfsscanf(s, "%s %d %d:%d:%d", month, &dd, &hh, &mm, &ss) != 5) && 431 (LINIT(), sfsscanf(s, "%s %d %d %d:%d", month, &dd, &yy, &hh, &mm) != 5) && 432 (LINIT(), sfsscanf(s, "%s %d %d:%d", month, &dd, &hh, &mm) != 4) && 443 sfsprintf(tbuf, sizeof(tbuf), "%s %d %d %d:%d:%d", month, dd, yy, hh, mm, ss); 445 sfsprintf(tbuf, sizeof(tbuf), "%s %d %d:%d:%d", month, dd, hh, mm, ss);
|
/ast/src/cmd/sortlib/glean/ |
H A D | glean.c | 89 int mm; member in struct:Field_s 229 message((-1, "glean [%d] %c a:%d:%s:", f->index, f->mm, t.len, fmtdata(t.data, t.len))); 231 n = f->mm == 'm' ? -1 : 1; 234 message((-1, "glean [%d] %c b:%d:%s:", f->index, f->mm, p->lim[f->index].len, fmtdata(p->lim[f->index].data, p->lim[f->index].len))); 240 if (f->mm == 'm' ? (n < 0) : (n > 0)) 312 if (opt_info.assignment == ':' || !(f = state->field) || f->mm != i) 318 f->mm = i;
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | Makefile | 60 README-ivsa ivsa.manifest ivsa.mm ivsa.omk \ 61 README-ptvsa ptvsa.manifest ptvsa.mm ptvsa.omk
|
/ast/src/cmd/proto/ |
H A D | Makefile | 11 proto :: RELEASE PROMO.mm proto.c
|
/ast/src/cmd/std/ |
H A D | Makefile | 7 :: PROMO.mm README RELEASE ls-color.sh ls-dir.sh
|
/ast/src/cmd/builtin/ |
H A D | Makefile | 87 :: PROMO.mm RELEASE
|