Searched refs:last_chr_idx (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/ctwm/dist/tests/layout/
H A Dtest_layout.c236 int last_chr_idx = strlen(cur_buf) - 1; local in function:read_test_from_file
237 if(last_chr_idx >= 0) {
238 if(cur_buf[last_chr_idx] == '\n') {
239 last_chr_idx--;
242 if(last_chr_idx >= 0 && cur_buf[last_chr_idx] == '\\') {
243 cur_buf += last_chr_idx;
244 buf_size -= last_chr_idx;

Completed in 3 milliseconds