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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dol.c69 static struct Strbuf dolmod; /* = Strbuf_INIT; : modifier characters */ variable in typeref:struct:Strbuf
384 dolmod.len = dolmcnt = dol_flag_a = 0;
745 Strbuf_append1(&dolmod, (Char) c);
746 Strbuf_append1(&dolmod, (Char) delim);
754 Strbuf_append1(&dolmod, (Char) c);
766 Strbuf_append1(&dolmod, (Char) c);
783 if (dolmod.len == 0 || dolmcnt == 0) {
788 for (i = 0; i < dolmod.len; i++) {
792 if(dolmod.s[i] == 's') {
797 delim = dolmod
[all...]

Completed in 73 milliseconds