Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/diff/
H A Dgetopt.c225 char *tem; local
243 tem = argv[bottom + i];
245 argv[top - (middle - bottom) + i] = tem;
259 tem = argv[bottom + i];
261 argv[middle + i] = tem;
H A Danalyze.c456 unsigned int tem = end / 64; local
460 while ((tem = tem >> 2) > 0)
527 unsigned int tem = length / 4; local
533 while ((tem = tem >> 2) > 0)
H A Dio.c423 size_t n0, n1, tem; local
594 tem = prefix_count ? filevec[1].suffix_begin - buffer1 : n1;
598 + GUESS_LINES (lines, filevec[1].prefix_end - buffer1, tem)
/plan9/sys/src/ape/cmd/patch/
H A Dgetopt.c313 char *tem; local
353 tem = argv[bottom + i];
355 argv[top - (middle - bottom) + i] = tem;
370 tem = argv[bottom + i];
372 argv[middle + i] = tem;