Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclListObj.c1482 int lenRemain, length, estCount, elemSize, hasBrace, i, j, result; local
1525 &elemSize, &hasBrace);
1547 if (hasBrace) {
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts6236 … const hasBrace = (mayOmitBraces ? parseOptional : parseExpected)(SyntaxKind.OpenBraceToken); constant
6238 if (!mayOmitBraces || hasBrace) {