Lines Matching refs: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);
Indexes created Mon Oct 27 08:10:08 GMT 2025