Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l118 char *yptr;
120 yptr = yytext;
121 while (*yptr != '\0') {
123 if (*yptr == '\t')
124 *yptr = ' ';
125 if (*yptr == ' '
128 yptr++;
130 *string_buf_ptr++ = *yptr++;
261 char *yptr;
263 yptr = yytext;
[all …]
Daicasm_macro_scan.l111 char *yptr; variable
113 yptr = mmtext;
114 while (*yptr)
115 *string_buf_ptr++ = *yptr++;