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

  /src/lib/libcurses/PSD.doc/
twinkle2.c 59 static char *VS;
92 VS = tgetstr("vs", &ptr);
93 if (VS == NULL) {
94 printf("terminal does not have the vs capability\n");
103 puts(VS);
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingValue.c 162 uint32_t VS = getValueProfDataSizeRT(&R);
163 VD = (ValueProfData *)calloc(VS, sizeof(uint8_t));
168 S += VS;

Completed in 11 milliseconds