/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | nrform | 53 common /yyxel/ yyleng, yytext 54 integer yyfnd, yymorf, yylsta, yylsp, yytext, yyprev, yyleng, yytop 58 yyleng = 0 76 yyleng = yyleng+1 77 yytext(yyleng) = ch 84 call unput(yytext(yyleng)) 85 yyleng = yyleng - 1 99 call unput(yytext(yyleng)) 100 yyleng = yyleng - 1 111 call unput(yytext(yyleng)) [all …]
|
H A D | reject.c | 39 #pragma weak yyleng macro 45 #define YYLENG yyleng 54 #pragma weak yyleng macro 60 #define YYLENG yyleng 68 #pragma weak yyleng macro 83 extern int yyleng; 136 yyleng = wcstombs((char *)yytext, YYTEXT, YYLENG*MB_LEN_MAX); in YYREJECT() 142 yyleng = 0; in YYREJECT() 164 yyleng = wcstombs((char *)yytext, YYTEXT, YYLENG*MB_LEN_MAX); in yyracc()
|
H A D | yyless.c | 47 #pragma weak yyleng macro 53 #define YYLENG yyleng 63 #pragma weak yyleng macro 69 #define YYLENG yyleng 78 #pragma weak yyleng macro 79 extern int yyleng; 140 yyleng = wcstombs((char *)yytext, YYTEXT, YYLENG*MB_LEN_MAX);
|
H A D | ncform | 61 yylastch = yytext+yyleng; 203 yyleng = yylastch-yytext+1; 204 yytext[yyleng] = 0;
|
H A D | nceucform | 242 yyleng=wcstombs((char *)yytext, YYTEXT, sizeof(yytext)-1); 244 if(yyleng>=sizeof(yytext)-1)
|
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | scanner.l | 146 yyleng = strlen(yytext); 365 first = yyleng - 1; 529 if (yyleng > STMTMAX) { 542 if (yyleng - first > PATLEN) { 544 yyleng = first + PATLEN; 545 yytext[yyleng] = '\0'; 553 last = yyleng; 565 first = yyleng; 596 last = yyleng; 636 (void) yyless(yyleng - 1); /* rescan \n */ [all …]
|
H A D | crossref.c | 128 first = yyleng; in crossref() 138 --yyleng; /* remove the newline */ in crossref() 178 first = yyleng; in savesymbol() 215 for (i = 0; i < yyleng; ++i) { in putcrossref()
|
H A D | global.h | 172 extern int yyleng; /* input line length */
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_lex.l | 224 arg.a_un.a_char = yytext[yyleng - 1]; 253 if (yyleng == 2) { 259 yytext[yyleng - 1] = '\0'; /* Overwrite final quote */ 287 yylval.l_string = strndup(yytext + 1, yyleng - 2); 748 int yyleng; 778 s->yyleng = yyleng; 805 yyleng = s->yyleng; 840 yyleng = 0;
|
/titanic_44/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 86 {HEXADECIMAL} { yylval.data = hexadecimal_data(yyleng - 2, yytext + 2); 90 {ITMNAME} { yylval.data = str_to_data(yyleng, yytext); 98 yylval.data = name_data(yyleng, yytext); 107 yylval.data = name_data(yyleng, yytext);
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | lex.l | 73 if (yylval.str[yyleng - 2] == '"') 74 yylval.str[yyleng - 2] = '\0';
|
/titanic_44/usr/src/cmd/zonecfg/ |
H A D | zonecfg_lex.l | 362 if (yylval.strval[yyleng - 2] == '"') 363 yylval.strval[yyleng - 2] = 0; 369 if (yylval.strval[yyleng - 2] == '"') 370 yylval.strval[yyleng - 2] = 0;
|
/titanic_44/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.l | 206 if (yylval.sval[yyleng-2] =='"') 207 yylval.sval[yyleng-2] = 0;
|
/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_lex.l | 95 yylval.l_string = inj_strndup(yytext + 1, yyleng - 2);
|
/titanic_44/usr/src/common/mapfiles/common/ |
H A D | map.lex.yy | 37 yyleng;
|
/titanic_44/usr/src/lib/libfru/libfru/ |
H A D | yy-lsed | 37 s/yyleng/fruleng/g
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_lex.l | 383 yylval.l_str = strndup(yytext + 1, yyleng - 2); 589 char *q = yytext + yyleng - 1;
|