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

  /src/bin/csh/
dol.c 78 static Char dolmod[MAXMOD]; /* : modifier character */ variable in typeref:typename:Char[]
442 * KLUDGE: dolmod is set here because it will cause setDolp to call
448 dolmod[dolnmod++] = 'q';
642 dolmod[dolnmod++] = (Char)c;
643 dolmod[dolnmod++] = (Char)delim;
651 dolmod[dolnmod++] = (Char)c;
663 dolmod[dolnmod++] = (Char)c;
687 if(dolmod[i] == 's') {
693 delim = dolmod[++i];
699 lhsub = &dolmod[++i]
    [all...]
dol.c 78 static Char dolmod[MAXMOD]; /* : modifier character */ variable in typeref:typename:Char[]
442 * KLUDGE: dolmod is set here because it will cause setDolp to call
448 dolmod[dolnmod++] = 'q';
642 dolmod[dolnmod++] = (Char)c;
643 dolmod[dolnmod++] = (Char)delim;
651 dolmod[dolnmod++] = (Char)c;
663 dolmod[dolnmod++] = (Char)c;
687 if(dolmod[i] == 's') {
693 delim = dolmod[++i];
699 lhsub = &dolmod[++i]
    [all...]

Completed in 22 milliseconds