Lines Matching defs:used
85 * Information used for parsing configuration specs:
497 * used to display a text item or check for mouse hits.
722 * must be redisplayed (not used). */
1490 * left in interp->result, replacing whatever used
1597 int used, c;
1600 used = 1;
1611 sprintf(buffer+used, "\\%03o", c);
1612 used += strlen(buffer+used);
1614 buffer[used] = c;
1615 used++;
1617 if (used >= BUFFER_SIZE) {
1618 buffer[used] = 0;
1620 used = 0;
1623 buffer[used] = ')';
1624 buffer[used+1] = 0;