Home | History | Annotate | Download | only in scripts

Lines Matching defs:try

231       struct symbol *try;
234 for (try=sym; try; try=try->next) {
235 len = strlen(try->name);
236 if (!strncmp(try->name, s, len) && s[len]=='=' && s[len+1]=='y') {
237 try->enabled++;
259 char *try, **cdashlines, **tdashlines;
338 try = 0;
346 try = xmprintf("[-%.*s%.*s] ", ff, from, tt, to);
347 qsort(try+2, ff+tt, 1, (void *)charsort);
358 catch->help_indent, ' ', len, name, try ? try : "",
360 free(try);