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

  /src/usr.bin/wc/
wc.c 76 static bool doline, doword, dobyte, dochar, dolongest; variable in typeref:typename:bool
103 dobyte = 0;
107 dobyte = true;
120 if (!(doline || doword || dobyte || dochar || dolongest))
121 doline = doword = dobyte = true;
219 } else if (dobyte)
237 else if (dobyte) {
268 } else if (dobyte) {
314 * don't bother checkint doline, doword, or dobyte --- speeds
338 if (dobyte || dochar
    [all...]
wc.c 76 static bool doline, doword, dobyte, dochar, dolongest; variable in typeref:typename:bool
103 dobyte = 0;
107 dobyte = true;
120 if (!(doline || doword || dobyte || dochar || dolongest))
121 doline = doword = dobyte = true;
219 } else if (dobyte)
237 else if (dobyte) {
268 } else if (dobyte) {
314 * don't bother checkint doline, doword, or dobyte --- speeds
338 if (dobyte || dochar
    [all...]

Completed in 104 milliseconds