HomeSort by: relevance | last modified time | path
    Searched defs:vstype (Results 1 - 1 of 1) 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];

Completed in 29 milliseconds