Home
last modified time | relevance | path

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

/freebsd/usr.bin/rs/
H A Drs.cc75 static char isep = ' ', osep = ' '; variable
126 if (*p == isep && multisep) in getfile()
129 while (*p && *p != isep) in getfile()
141 if (*p == isep && multisep) in getfile()
143 if (*p == isep) /* must be an empty column */ in getfile()
148 while (p < endp && *p != isep) in getfile()
357 isep = *optarg; in getargs()
359 isep = '\t'; /* default is ^I */ in getargs()