Home
last modified time | relevance | path

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

/openbsd-src/bin/csh/
H A Ddol.c73 static Char dolmod[MAXMOD]; /* : modifier character */ variable
442 dolmod[dolnmod++] = 'q'; in Dgetdol()
641 dolmod[dolnmod++] = c; in fixDolMod()
642 dolmod[dolnmod++] = delim; in fixDolMod()
650 dolmod[dolnmod++] = c; in fixDolMod()
662 dolmod[dolnmod++] = c; in fixDolMod()
686 if(dolmod[i] == 's') { in setDolp()
692 delim = dolmod[++i]; in setDolp()
698 lhsub = &dolmod[++i]; in setDolp()
699 while(dolmod[i] != delim && dolmod[++i]) { in setDolp()
[all …]