Download for Windows Premium
Publiciteit
yytext

Vertaling van "yytext" in Frans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
yytext
char *yytext holds the text of the current token.
char *yytext conserve le texte de l'élément lexical courant.
For example, it could be #define'd to call a routine to convert yytext to lower-case.
Par exemple, elle pourrait être définie pour appeler une routine qui convertit yytext en minuscule.
As mentioned above, with %pointer yytext grows dynamically to accommodate large tokens.
Comme mentionné plus haut, avec %pointer, yytext grandit dynamiquement pour pouvoir traiter les grands éléments lexicaux.
The default is %pointer, unless you use the -l lex compatibility option, in which case yytext will be an array.
Le défaut est %pointer, à moins que vous n'utilisiez l'option de compatibilité de lex -l, auquel cas yytext sera un tableau.
Actions are free to modify yytext except for lengthening it (adding characters to its end - these will overwrite later characters in the input stream).
Les actions sont libres de modifier yytext sauf pour l'allonger (ajouter des caractères à sa fin - ceux-ci écraseront les caractères venant par après dans le flux d'entrée).
yymore() tells the scanner that the next time it matches a rule, the corresponding token should be appended onto the current value of yytext rather than replacing it.
yymore() indique à l'analyseur que la prochaine fois qu'il reconnaît une règle, l'élément lexical correspondant devra être concaténé à la valeur actuelle de yytext au lieu de le remplacer.
Note that yytext can be defined in two different ways: either as a character pointer or as a character array.
Notez que yytext peut être défini de deux façons différentes : soit comme un pointeur de caractère, soit comme un tableau de caractères.
Once the match is determined, the text corresponding to the match (called the token) is made available in the global character pointer yytext, and its length in the global integer yyleng.
Une fois que la correspondance est déterminée, le texte correspondant (appelé élément lexical) est mis à disposition dans le pointeur de caractère global yytext, et sa longueur dans l'entier global yyleng.
flex scanner push-back overflow - you used unput() to push back so much text that the scanner's buffer could not hold both the pushed-back text and the current token in yytext.
flex analyseur push-back overflow - vous avez utilisé unput() pour repousser en entrée tellement de texte que le tampon de l'analyseur ne pouvait pas contenir à la fois le texte repoussé et l'élément lexical courant dans yytext.
This however does not apply when using %array (see above); in that case, yytext may be freely modified in any way.
Cela ne s'applique néanmoins pas lors de l'utilisation de %array (voir au-dessus); dans ce cas, yytext peut être librement modifié de n'importe quelle façon.
Use of unput() invalidates yytext and yyleng, unless the %array directive or the -l option has been used.
L'utilisation de unput() invalide yytext et yyleng, à moins que la directive %array ou l'option -l n'ait été utilisée.
The rule is chosen as described above in "How the Input is Matched", and yytext and yyleng set up appropriately.
La règle est choisie comme décrit plus haut dans « Comment l'Entrée est Reconnue », et yytext et yyleng sont réglés de manière appropriée.
Using %array results in somewhat slower scanners, but the value of yytext becomes immune to calls to input() and unput(), which potentially destroy its value when yytext is a character pointer.
Utiliser %array résulte en des analyseurs un peu plus lents, mais la valeur de yytext est alors immunisée contre les appels à input() et unput(), qui peuvent détruire sa valeur quand yytext est un pointeur de caractère.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor yytext in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
chisel: tool with a sharp edge for cutting materials
Ontdek het woord
Publiciteit

Resultaten: 16. Exact: 16. Verstreken tijd: 41 ms.