HomeSort by: relevance | last modified time | path
    Searched defs:delimcnt (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/paste/
paste.c 62 static int delimcnt = 1; variable in typeref:typename:int
74 delimcnt = tr(delim);
115 dp = delim + delimcnt;
134 if (dp >= delim + delimcnt)
151 if (dp >= delim + delimcnt)
186 if (++cnt == delimcnt) {
  /src/bin/csh/
dol.c 640 int delimcnt = 2; local in function:fixDolMod
652 if(c == delim) delimcnt--;
653 if(!delimcnt) break;
655 if(delimcnt) {
lex.c 588 int delimcnt = 2; local in function:getdol
599 if(c == delim) delimcnt--;
600 if(!delimcnt) break;
602 if(delimcnt) {

Completed in 15 milliseconds