Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dmisc.c477 unsigned char myesc (unsigned char array[]) in myesc() function
H A Dflexdef.h884 extern unsigned char myesc(unsigned char[]);
H A Dscan.l983 yylval = myesc( (unsigned char *) yytext );
/freebsd/usr.bin/lex/
H A Dinitscan.c4058 yylval = myesc( (unsigned char *) yytext );
/freebsd/contrib/flex/
H A DChangeLog83 …* src/misc.c: Fix myesc() 'sptr' conditionals * Don't call isascii() here. It's deprecated in POSI…
9825 * misc.c: fixed comment in myesc()