HomeSort by: relevance | last modified time | path
    Searched defs:fmtIf (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libterminfo/
termcap.c 295 static const char fmtIf[] = "%p0%p0%?";
397 if (l + sizeof(fmtIf) + sizeof(fmtThen) +
401 memcpy(ip, fmtIf, sizeof(fmtIf) - 1);
405 ip += sizeof(fmtIf) - 1;
406 l += sizeof(fmtIf) - 1;
termcap.c 295 static const char fmtIf[] = "%p0%p0%?";
397 if (l + sizeof(fmtIf) + sizeof(fmtThen) +
401 memcpy(ip, fmtIf, sizeof(fmtIf) - 1);
405 ip += sizeof(fmtIf) - 1;
406 l += sizeof(fmtIf) - 1;
termcap.c 295 static const char fmtIf[] = "%p0%p0%?";
397 if (l + sizeof(fmtIf) + sizeof(fmtThen) +
401 memcpy(ip, fmtIf, sizeof(fmtIf) - 1);
405 ip += sizeof(fmtIf) - 1;
406 l += sizeof(fmtIf) - 1;

Completed in 62 milliseconds