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

  /src/tests/bin/sh/
t_expand.sh 1450 check3 'printf %s ${X-}x}' foox} x} x} # 54
1480 check3 'printf %s ${X:-}x}' foox} x} x} #129
1519 check3 'printf %s ${X=}x}' foox} x} x} # 54
1534 check3 'printf %s ${X=}x}; printf :%s "${X-U}"' foox}:foo x}: x}: #90
1560 check3 'printf %s ${X:=}x}' foox} x} x} #153
1579 check3 'printf %s ${X:=}x}; printf :%s "${X-U}"' foox}:foo x}: x}:
  /src/games/hack/
hack.invent.c 396 xchar foox = 0; local in function:getobj
427 foox++;
458 foox ? "else " : "", word);

Completed in 15 milliseconds