Searched refs:subst (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c49 static int subst(char *, char *, char *, int);
87 {"ecn", subst, 1, "-t+ce", ""},
88 {"ycn", subst, 1, "-t+cy", ""},
110 {"yrtem", subst, 0, "-er+ry", ""},
122 {"evi", subst, 0, "-ion+ive", ""},
137 {"ecn", subst, 1, "-t+ce", ""},
138 {"ycn", subst, 1, "-t+cy", ""},
160 {"yrtem", subst, 0, "-er+ry", ""},
172 {"evi", subst, 0, "-ion+ive", ""},
527 subst(cha function
[all...]
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c147 static char *insert(char *pattern, char *subst);
743 insert(char *pattern, char *subst) argument
751 len = strlen(subst);
762 (void) strcpy(pbuf, subst);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhexpand.c49 struct subst
65 static char *parse_subst(const char *s, struct subst *sb)
158 static struct subst sb = {0,0}; /* substition strings */
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c68 tchar *exclp; /* (Tail of) current word from ! subst */
69 struct wordent *exclnxt; /* The rest of the ! subst words */
70 int exclc; /* Count of remainig words in ! subst */
543 goto subst;
549 goto subst;
557 goto subst;
571 subst:
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c1068 collate_subst_t *subst[COLL_WEIGHTS_MAX]; local
1179 subst[i] = st;
1249 if (wr_category(subst[i], sz, f) < 0) {
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c517 /* quote output from command subst. if within double
575 subst(int in, int ot) function
H A Dservice.c73 subst(chkopen(ion, 0), (fd = tmpfil(&tb)));

Completed in 89 milliseconds