Lines Matching full:found
64 char tmp[256], *found;
120 found = strchr(tmp + 6, '|');
121 if (found != NULL) {
122 *found++ = '\0';
123 if (*found == '\0')
127 if (found != NULL)
133 if (found != NULL)
139 if (found == NULL)
141 if (*found != '%' || found[1] == '\0')
143 n = strtonum(found + 1, 0, UINT_MAX, &errstr);
150 if (found == NULL)
152 n = strtonum(found, 0, UINT_MAX, &errstr);
159 if (found == NULL)
161 if (*found != '$' || found[1] == '\0')
163 n = strtonum(found + 1, 0, UINT_MAX, &errstr);
170 if (found == NULL)
174 style_set_range_string(sy, found);