Home
last modified time | relevance | path

Searched refs:Mstring (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/ape/cmd/expr/
H A Dexpr.y69 char Mstring[1][128]; variable
219 rv = malloc(strlen(Mstring[0])+1); in match()
220 strcpy(rv, Mstring[0]); in match()
249 strncpy(Mstring[0], p, num);
250 Mstring[0][num] = '\0';