HomeSort by: relevance | last modified time | path
    Searched refs:VSASSIGN (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
parser.h 68 #define VSASSIGN 0x5 /* ${var=text} */
expand.c 741 argstr(p, subtype == VSASSIGN ? EXP_VARTILDE : EXP_TILDE);
747 case VSASSIGN:
1081 case VSASSIGN:
show.c 691 case VSASSIGN:
parser.c 2394 if (subtype > VSASSIGN) { /* # ## % %% */

Completed in 16 milliseconds