/titanic_50/usr/src/cmd/spell/ |
H A D | spellprog.c | 55 static int strip(char *, char *, char *, int); 96 {"laci", strip, 2, "", "+al"}, 97 {"latnem", strip, 2, "", "+al"}, 98 {"lanoi", strip, 2, "", "+al"}, 99 {"tnem", strip, 4, "", "+ment"}, 103 {"re", strip, 1, "", "+r", i_to_y, 2, "-y+ier", "+er"}, 104 {"de", strip, 1, "", "+d", i_to_y, 2, "-y+ied", "+ed"}, 105 {"citsi", strip, 2, "", "+ic"}, 108 {"tse", strip, 2, "", "+st", i_to_y, 3, "-y+iest", "+est"}, 124 {"pihs", strip, 4, "", "+ship"}, [all …]
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 395 switch (OP(m->g->strip[es])) { in dissect() 398 es += OPND(m->g->strip[es]); in dissect() 401 while (OP(m->g->strip[es]) != O_CH) in dissect() 402 es += OPND(m->g->strip[es]); in dissect() 408 switch (OP(m->g->strip[ss])) { in dissect() 507 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect() 508 assert(OP(m->g->strip[esub]) == OOR1); in dissect() 513 assert(OP(m->g->strip[esub]) == OOR1); in dissect() 515 assert(OP(m->g->strip[esub]) == OOR2); in dissect() 517 esub += OPND(m->g->strip[esub]); in dissect() [all …]
|
H A D | regcomp.c | 66 sop *strip; /* malloced strip */ member 199 p->strip = (sop *)malloc(p->ssize * sizeof (sop)); in regcomp() 201 if (p->strip == NULL) { in regcomp() 604 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 605 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re() 1237 (void) memcpy((char *)(p->strip + p->slen), in dupl() 1238 (char *)(p->strip + start), (size_t)len*sizeof (sop)); in dupl() 1266 p->strip[p->slen++] = SOP(op, opnd); in doemit() 1286 s = p->strip[sn]; in doinsert() 1299 (void) memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert() [all …]
|
H A D | regfree.c | 71 if (g->strip != NULL) in regfree() 72 free((char *)g->strip); in regfree()
|
/titanic_50/usr/src/cmd/cpc/ |
H A D | Makefile | 37 strip := TARGET = strip macro 44 install strip clean clobber lint _msg: $(SUBDIRS) target
|
/titanic_50/usr/src/cmd/lp/lib/ |
H A D | Makefile | 53 strip := TARGET= strip macro 64 strip: target
|
/titanic_50/usr/src/cmd/eqn/ |
H A D | Makefile | 44 strip := TARGET= strip macro 57 install clean clobber lint strip : $(SUBDIRS) target
|
/titanic_50/usr/src/cmd/troff/ |
H A D | Makefile | 40 strip := TARGET = strip macro 54 install clean lint strip : $(SUBDIRS) target
|
/titanic_50/usr/src/cmd/cpc/cputrack/ |
H A D | Makefile | 41 strip := TARGET = strip macro 49 strip: all $(SUBDIRS) target
|
/titanic_50/usr/src/cmd/sendmail/cf/mailer/ |
H A D | uucp.m4 | 41 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots 42 R$* < @ $=w > $1 strip local name 60 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots 61 R$* < @ $=w > $1 strip local name 75 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots 76 R$* < @ $=w > $1 strip local name 110 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
|
/titanic_50/usr/src/cmd/print/ |
H A D | Makefile | 52 strip := TARGET= strip macro 94 clean strip cstyle lint: $(SUBDIRS) target
|
H A D | Makefile.sp | 87 strip :=TARGET= strip
|
/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | strip.c | 37 strip ( in strip() function 41 strip (str) in strip()
|
/titanic_50/usr/src/tools/scripts/ |
H A D | hgstyle | 1 …arents}user: {author}\ndate: {date|date}\ndescription:\n\t{desc|strip|tabindent}\n\n' 3 …}user: {author}\ndate: {date|date}\n\ndescription:\n\t{desc|strip|tabindent}\n\n{fil… 4 …as}user: {author}\ndate: {date|date}\ndescription:\n\t{desc|strip|tabindent}\n\n{fil…
|
H A D | mapfilechk.py | 58 line = line.strip() 60 if line.strip().endswith('/'):
|
H A D | cddlchk.py | 58 line = line.strip() 60 if line.strip().endswith('/'):
|
/titanic_50/usr/src/cmd/troff/nroff.d/ |
H A D | Makefile | 61 strip := TARGET= strip macro 89 strip : target
|
/titanic_50/usr/src/cmd/troff/troff.d/ |
H A D | Makefile | 66 strip := TARGET= strip macro 101 strip : target
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | developer-object-file.mf | 28 …, dump, elfdump, elfedit, lex, lorder, mcs, nm, prof, ranlib, rpcgen, size, strip, tsort, and yacc" 117 file path=usr/share/man/man1/strip.1 122 hardlink path=usr/bin/$(ARCH64)/strip target=../../bin/$(ARCH64)/mcs 123 hardlink path=usr/bin/strip target=../bin/mcs 125 …dump, elfdump, elfedit, lex, lorder, mcs, nm, prof, ranlib, rpcgen, size, strip, tsort, and yacc" \ 137 link path=usr/ccs/bin/$(ARCH64)/strip target=../../../bin/$(ARCH64)/strip 152 link path=usr/ccs/bin/strip target=../../bin/strip
|
/titanic_50/usr/src/cmd/lp/ |
H A D | Makefile.lp | 105 strip:= TARGET= strip
|
/titanic_50/usr/src/cmd/lp/crontab/ |
H A D | Makefile | 46 clobber clean strip lint: target
|
/titanic_50/usr/src/cmd/eqn/eqnchar.d/ |
H A D | Makefile | 26 clean clobber strip lint: target
|
/titanic_50/usr/src/cmd/lp/filter/ |
H A D | Makefile | 51 clean clobber strip lint catalog: $(SUBDIRS) target
|
/titanic_50/usr/src/cmd/refer/papers/ |
H A D | Makefile | 34 clean clobber strip: target
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/fontmaps/ |
H A D | Makefile | 53 clean clobber strip lint : target
|