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

  /src/bin/sh/
jobs.c 2050 static char vstype[16][4] = { "", "}", "-", "+", "?", "=", local in function:cmdputs
2067 if ((subtype & VSTYPE) == VSLENGTH)
2073 } else if ((subtype & VSTYPE) == VSLENGTH)
2120 str = vstype[subtype & VSTYPE];
jobs.c 2050 static char vstype[16][4] = { "", "}", "-", "+", "?", "=", local in function:cmdputs
2067 if ((subtype & VSTYPE) == VSLENGTH)
2073 } else if ((subtype & VSTYPE) == VSLENGTH)
2120 str = vstype[subtype & VSTYPE];

Completed in 27 milliseconds