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

  /src/usr.bin/deroff/
deroff.c 150 static int rdelim; variable in typeref:typename:int
280 rdelim = NOCHAR;
370 while ((c = getc(infile)) != rdelim) {
588 rdelim = NOCHAR;
591 rdelim = c2;
deroff.c 150 static int rdelim; variable in typeref:typename:int
280 rdelim = NOCHAR;
370 while ((c = getc(infile)) != rdelim) {
588 rdelim = NOCHAR;
591 rdelim = c2;

Completed in 62 milliseconds