Home | History | Annotate | Download | only in sort

Lines Matching defs:tpos

288 	char *vpos, *tpos, spec[20];
335 tpos = argv[i]+1;
336 col = (int)strtol(tpos, &tpos, 10);
337 if (*tpos == '.') {
338 ++tpos;
339 indent = (int) strtol(tpos, &tpos, 10);
342 /* tpos now points to the optional flags */
361 tpos);